Qt.QDropEvent Class

public class QDropEvent: QEvent, System.IDisposable, IQMimeSource

Base Types

System.Object
  QtSupport
    QEvent
      QDropEvent

This type implements System.IDisposable and IQMimeSource.

See Also

Qt Namespace

Members

QDropEvent Constructors

QDropEvent(Qt.QPoint, Type) Constructor
QDropEvent(void *) Constructor

QDropEvent Methods

QDropEvent.Accept(bool) Method
QDropEvent.Accept() Method
QDropEvent.AcceptAction(bool) Method
QDropEvent.AcceptAction() Method
QDropEvent.Data Method
QDropEvent.EncodedData Method
QDropEvent.Finalize Method
QDropEvent.Format(int) Method
QDropEvent.Format() Method
QDropEvent.Ignore Method
QDropEvent.IsAccepted Method
QDropEvent.IsActionAccepted Method
QDropEvent.Pos Method
QDropEvent.Provides Method
QDropEvent.QMimeSource Method
QDropEvent.SerialNumber Method
QDropEvent.SetAction Method
QDropEvent.SetPoint Method
QDropEvent.Source Method
QDropEvent.TheAction Method


QDropEvent(Qt.QPoint, Type) Constructor

public void QDropEvent(Qt.QPoint pos, Type typ);

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent(void *) Constructor

public void QDropEvent(void * ptr);

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.Accept(bool) Method

public void Accept(bool y);

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.Accept() Method

public void Accept();

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.AcceptAction(bool) Method

public void AcceptAction(bool y);

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.AcceptAction() Method

public void AcceptAction();

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.Data Method

public byte[] Data(System.String f);

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.EncodedData Method

public byte[] EncodedData(System.String arg1);

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.Finalize Method

protected override void Finalize();

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.Format(int) Method

public System.String Format(int n);

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.Format() Method

public System.String Format();

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.Ignore Method

public void Ignore();

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.IsAccepted Method

public bool IsAccepted();

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.IsActionAccepted Method

public bool IsActionAccepted();

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.Pos Method

public Qt.QPoint Pos();

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.Provides Method

public bool Provides(System.String arg1);

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.QMimeSource Method

public void * QMimeSource();

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.SerialNumber Method

public int SerialNumber();

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.SetAction Method

public void SetAction(Action a);

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.SetPoint Method

public void SetPoint(Qt.QPoint np);

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.Source Method

public Qt.QWidget Source();

See Also

Qt.QDropEvent Class, Qt Namespace

QDropEvent.TheAction Method

public Action TheAction();

See Also

Qt.QDropEvent Class, Qt Namespace