public class QImageDrag: QDragObject, System.IDisposable
System.Object
QtSupport
QObject
QDragObject
QImageDragThis type implements System.IDisposable.
Qt Namespace
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
public void QImageDrag(Qt.QImage image, Qt.QWidget dragSource, System.String name);
Qt.QImageDrag Class, Qt Namespace
public void QImageDrag(Qt.QWidget dragSource, System.String name);
Qt.QImageDrag Class, Qt Namespace
public void QImageDrag(Qt.QImage image);
Qt.QImageDrag Class, Qt Namespace
public void QImageDrag(Qt.QImage image, Qt.QWidget dragSource);
Qt.QImageDrag Class, Qt Namespace
public void QImageDrag();
Qt.QImageDrag Class, Qt Namespace
public void QImageDrag(Qt.QWidget dragSource);
Qt.QImageDrag Class, Qt Namespace
public void QImageDrag(void * ptr);
Qt.QImageDrag Class, Qt Namespace
public static bool CanDecode(Qt.QMimeSource e);
Qt.QImageDrag Class, Qt Namespace
public static bool Decode(Qt.QMimeSource e, Qt.QImage i);
Qt.QImageDrag Class, Qt Namespace
public static bool Decode(Qt.QMimeSource e, Qt.QPixmap i);
Qt.QImageDrag Class, Qt Namespace
public byte[] EncodedData(System.String arg1);
Qt.QImageDrag Class, Qt Namespace
protected override void Finalize();
Qt.QImageDrag Class, Qt Namespace
public System.String Format(int i);
Qt.QImageDrag Class, Qt Namespace
public void SetImage(Qt.QImage image);
Qt.QImageDrag Class, Qt Namespace