Qt.QColorDrag Class

public class QColorDrag: QStoredDrag, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QDragObject
        QStoredDrag
          QColorDrag

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QColorDrag Constructors

QColorDrag(Qt.QColor, Qt.QWidget, System.String) Constructor
QColorDrag(Qt.QWidget, System.String) Constructor
QColorDrag(Qt.QColor) Constructor
QColorDrag(Qt.QColor, Qt.QWidget) Constructor
QColorDrag() Constructor
QColorDrag(Qt.QWidget) Constructor
QColorDrag(void *) Constructor

QColorDrag Methods

QColorDrag.CanDecode Method
QColorDrag.Decode Method
QColorDrag.Finalize Method
QColorDrag.SetColor Method


QColorDrag(Qt.QColor, Qt.QWidget, System.String) Constructor

public void QColorDrag(Qt.QColor col, Qt.QWidget dragsource, System.String name);

See Also

Qt.QColorDrag Class, Qt Namespace

QColorDrag(Qt.QWidget, System.String) Constructor

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

See Also

Qt.QColorDrag Class, Qt Namespace

QColorDrag(Qt.QColor) Constructor

public void QColorDrag(Qt.QColor col);

See Also

Qt.QColorDrag Class, Qt Namespace

QColorDrag(Qt.QColor, Qt.QWidget) Constructor

public void QColorDrag(Qt.QColor col, Qt.QWidget dragsource);

See Also

Qt.QColorDrag Class, Qt Namespace

QColorDrag() Constructor

public void QColorDrag();

See Also

Qt.QColorDrag Class, Qt Namespace

QColorDrag(Qt.QWidget) Constructor

public void QColorDrag(Qt.QWidget dragSource);

See Also

Qt.QColorDrag Class, Qt Namespace

QColorDrag(void *) Constructor

public void QColorDrag(void * ptr);

See Also

Qt.QColorDrag Class, Qt Namespace

QColorDrag.CanDecode Method

public static bool CanDecode(Qt.QMimeSource arg1);

See Also

Qt.QColorDrag Class, Qt Namespace

QColorDrag.Decode Method

public static bool Decode(Qt.QMimeSource arg1, Qt.QColor col);

See Also

Qt.QColorDrag Class, Qt Namespace

QColorDrag.Finalize Method

protected override void Finalize();

See Also

Qt.QColorDrag Class, Qt Namespace

QColorDrag.SetColor Method

public void SetColor(Qt.QColor col);

See Also

Qt.QColorDrag Class, Qt Namespace