Qt.QImageDrag Class

public class QImageDrag: QDragObject, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QDragObject
        QImageDrag

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QImageDrag Constructors

QImageDrag(Qt.QImage, Qt.QWidget, System.String) Constructor
QImageDrag(Qt.QWidget, System.String) Constructor
QImageDrag(Qt.QImage) Constructor
QImageDrag(Qt.QImage, Qt.QWidget) Constructor
QImageDrag() Constructor
QImageDrag(Qt.QWidget) Constructor
QImageDrag(void *) Constructor

QImageDrag Methods

QImageDrag.CanDecode Method
QImageDrag.Decode(Qt.QMimeSource, Qt.QImage) Method
QImageDrag.Decode(Qt.QMimeSource, Qt.QPixmap) Method
QImageDrag.EncodedData Method
QImageDrag.Finalize Method
QImageDrag.Format Method
QImageDrag.SetImage Method


QImageDrag(Qt.QImage, Qt.QWidget, System.String) Constructor

public void QImageDrag(Qt.QImage image, Qt.QWidget dragSource, System.String name);

See Also

Qt.QImageDrag Class, Qt Namespace

QImageDrag(Qt.QWidget, System.String) Constructor

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

See Also

Qt.QImageDrag Class, Qt Namespace

QImageDrag(Qt.QImage) Constructor

public void QImageDrag(Qt.QImage image);

See Also

Qt.QImageDrag Class, Qt Namespace

QImageDrag(Qt.QImage, Qt.QWidget) Constructor

public void QImageDrag(Qt.QImage image, Qt.QWidget dragSource);

See Also

Qt.QImageDrag Class, Qt Namespace

QImageDrag() Constructor

public void QImageDrag();

See Also

Qt.QImageDrag Class, Qt Namespace

QImageDrag(Qt.QWidget) Constructor

public void QImageDrag(Qt.QWidget dragSource);

See Also

Qt.QImageDrag Class, Qt Namespace

QImageDrag(void *) Constructor

public void QImageDrag(void * ptr);

See Also

Qt.QImageDrag Class, Qt Namespace

QImageDrag.CanDecode Method

public static bool CanDecode(Qt.QMimeSource e);

See Also

Qt.QImageDrag Class, Qt Namespace

QImageDrag.Decode(Qt.QMimeSource, Qt.QImage) Method

public static bool Decode(Qt.QMimeSource e, Qt.QImage i);

See Also

Qt.QImageDrag Class, Qt Namespace

QImageDrag.Decode(Qt.QMimeSource, Qt.QPixmap) Method

public static bool Decode(Qt.QMimeSource e, Qt.QPixmap i);

See Also

Qt.QImageDrag Class, Qt Namespace

QImageDrag.EncodedData Method

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

See Also

Qt.QImageDrag Class, Qt Namespace

QImageDrag.Finalize Method

protected override void Finalize();

See Also

Qt.QImageDrag Class, Qt Namespace

QImageDrag.Format Method

public System.String Format(int i);

See Also

Qt.QImageDrag Class, Qt Namespace

QImageDrag.SetImage Method

public void SetImage(Qt.QImage image);

See Also

Qt.QImageDrag Class, Qt Namespace