Qt.QColorDialog Class

public class QColorDialog: QDialog, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QDialog
          QColorDialog

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QColorDialog Constructors

QColorDialog Constructor

QColorDialog Methods

QColorDialog.CustomColor Method
QColorDialog.CustomCount Method
QColorDialog.Finalize Method
QColorDialog.GetColor(Qt.QColor, Qt.QWidget, System.String) Method
QColorDialog.GetColor() Method
QColorDialog.GetColor(Qt.QColor) Method
QColorDialog.GetColor(Qt.QColor, Qt.QWidget) Method
QColorDialog.GetRgba(int, bool, Qt.QWidget, System.String) Method
QColorDialog.GetRgba(int) Method
QColorDialog.GetRgba(int, bool) Method
QColorDialog.GetRgba(int, bool, Qt.QWidget) Method
QColorDialog.SetCustomColor Method


QColorDialog Constructor

public void QColorDialog(void * ptr);

See Also

Qt.QColorDialog Class, Qt Namespace

QColorDialog.CustomColor Method

public static int CustomColor(int arg1);

See Also

Qt.QColorDialog Class, Qt Namespace

QColorDialog.CustomCount Method

public static int CustomCount();

See Also

Qt.QColorDialog Class, Qt Namespace

QColorDialog.Finalize Method

protected override void Finalize();

See Also

Qt.QColorDialog Class, Qt Namespace

QColorDialog.GetColor(Qt.QColor, Qt.QWidget, System.String) Method

public static Qt.QColor GetColor(Qt.QColor init, Qt.QWidget parent, System.String name);

See Also

Qt.QColorDialog Class, Qt Namespace

QColorDialog.GetColor() Method

public static Qt.QColor GetColor();

See Also

Qt.QColorDialog Class, Qt Namespace

QColorDialog.GetColor(Qt.QColor) Method

public static Qt.QColor GetColor(Qt.QColor init);

See Also

Qt.QColorDialog Class, Qt Namespace

QColorDialog.GetColor(Qt.QColor, Qt.QWidget) Method

public static Qt.QColor GetColor(Qt.QColor init, Qt.QWidget parent);

See Also

Qt.QColorDialog Class, Qt Namespace

QColorDialog.GetRgba(int, bool, Qt.QWidget, System.String) Method

public static int GetRgba(int arg1, bool ok, Qt.QWidget parent, System.String name);

See Also

Qt.QColorDialog Class, Qt Namespace

QColorDialog.GetRgba(int) Method

public static int GetRgba(int arg1);

See Also

Qt.QColorDialog Class, Qt Namespace

QColorDialog.GetRgba(int, bool) Method

public static int GetRgba(int arg1, bool ok);

See Also

Qt.QColorDialog Class, Qt Namespace

QColorDialog.GetRgba(int, bool, Qt.QWidget) Method

public static int GetRgba(int arg1, bool ok, Qt.QWidget parent);

See Also

Qt.QColorDialog Class, Qt Namespace

QColorDialog.SetCustomColor Method

public static void SetCustomColor(int arg1, int arg2);

See Also

Qt.QColorDialog Class, Qt Namespace