Qt.QDragObject Class

public class QDragObject: QObject, System.IDisposable, IQMimeSource

Base Types

System.Object
  QtSupport
    QObject
      QDragObject

This type implements System.IDisposable and IQMimeSource.

See Also

Qt Namespace

Members

QDragObject Constructors

QDragObject(Qt.QWidget, System.String) Constructor
QDragObject() Constructor
QDragObject(Qt.QWidget) Constructor
QDragObject(void *) Constructor

QDragObject Methods

QDragObject.Drag() Method
QDragObject.Drag(DragMode) Method
QDragObject.DragCopy Method
QDragObject.DragLink Method
QDragObject.DragMove Method
QDragObject.EncodedData Method
QDragObject.Finalize Method
QDragObject.Format(int) Method
QDragObject.Format() Method
QDragObject.Pixmap Method
QDragObject.PixmapHotSpot Method
QDragObject.Provides Method
QDragObject.QMimeSource Method
QDragObject.SerialNumber Method
QDragObject.SetPixmap(Qt.QPixmap) Method
QDragObject.SetPixmap(Qt.QPixmap, Qt.QPoint) Method
QDragObject.SetTarget Method
QDragObject.Source Method
QDragObject.Target Method


QDragObject(Qt.QWidget, System.String) Constructor

public void QDragObject(Qt.QWidget dragSource, System.String name);

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject() Constructor

public void QDragObject();

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject(Qt.QWidget) Constructor

public void QDragObject(Qt.QWidget dragSource);

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject(void *) Constructor

public void QDragObject(void * ptr);

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.Drag() Method

public bool Drag();

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.Drag(DragMode) Method

protected bool Drag(DragMode arg1);

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.DragCopy Method

public void DragCopy();

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.DragLink Method

public void DragLink();

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.DragMove Method

public bool DragMove();

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.EncodedData Method

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

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.Finalize Method

protected override void Finalize();

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.Format(int) Method

public System.String Format(int n);

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.Format() Method

public System.String Format();

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.Pixmap Method

public Qt.QPixmap Pixmap();

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.PixmapHotSpot Method

public Qt.QPoint PixmapHotSpot();

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.Provides Method

public bool Provides(System.String arg1);

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.QMimeSource Method

public void * QMimeSource();

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.SerialNumber Method

public int SerialNumber();

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.SetPixmap(Qt.QPixmap) Method

public void SetPixmap(Qt.QPixmap arg1);

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.SetPixmap(Qt.QPixmap, Qt.QPoint) Method

public void SetPixmap(Qt.QPixmap arg1, Qt.QPoint hotspot);

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.SetTarget Method

public static void SetTarget(Qt.QWidget arg1);

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.Source Method

public Qt.QWidget Source();

See Also

Qt.QDragObject Class, Qt Namespace

QDragObject.Target Method

public static Qt.QWidget Target();

See Also

Qt.QDragObject Class, Qt Namespace