Qt.QTextDrag Class

public class QTextDrag: QDragObject, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QDragObject
        QTextDrag

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QTextDrag Constructors

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

QTextDrag Methods

QTextDrag.CanDecode Method
QTextDrag.Decode(Qt.QMimeSource, System.String) Method
QTextDrag.Decode(Qt.QMimeSource, System.String, Qt.QCString) Method
QTextDrag.EncodedData Method
QTextDrag.Finalize Method
QTextDrag.Format Method
QTextDrag.SetSubtype Method
QTextDrag.SetText Method


QTextDrag(System.String, Qt.QWidget, System.String) Constructor

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

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag(Qt.QWidget, System.String) Constructor

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

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag(System.String) Constructor

public void QTextDrag(System.String arg1);

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag(System.String, Qt.QWidget) Constructor

public void QTextDrag(System.String arg1, Qt.QWidget dragSource);

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag() Constructor

public void QTextDrag();

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag(Qt.QWidget) Constructor

public void QTextDrag(Qt.QWidget dragSource);

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag(void *) Constructor

public void QTextDrag(void * ptr);

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag.CanDecode Method

public static bool CanDecode(Qt.QMimeSource e);

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag.Decode(Qt.QMimeSource, System.String) Method

public static bool Decode(Qt.QMimeSource e, System.String s);

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag.Decode(Qt.QMimeSource, System.String, Qt.QCString) Method

public static bool Decode(Qt.QMimeSource e, System.String s, Qt.QCString subtype);

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag.EncodedData Method

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

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag.Finalize Method

protected override void Finalize();

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag.Format Method

public System.String Format(int i);

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag.SetSubtype Method

public void SetSubtype(Qt.QCString arg1);

See Also

Qt.QTextDrag Class, Qt Namespace

QTextDrag.SetText Method

public void SetText(System.String arg1);

See Also

Qt.QTextDrag Class, Qt Namespace