C# Class Qyoto.QColorDialog

Inheritance: Qyoto.QDialog, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
ChangeEvent void
Done void
QColorDialog System
SetVisible void

Public Methods

Method Description
CustomColor ( int index ) : uint
CustomCount ( ) : int
Dispose ( ) : void
GetColor ( ) : QColor
GetColor ( QColor initial ) : QColor
GetColor ( QColor initial, QWidget parent ) : QColor
GetColor ( QColor initial, QWidget parent, string title ) : QColor
GetColor ( QColor initial, QWidget parent, string title, uint options ) : QColor
GetRgba ( ) : uint
GetRgba ( uint rgba ) : uint
GetRgba ( uint rgba, bool &ok ) : uint
GetRgba ( uint rgba, bool &ok, QWidget parent ) : uint
Open ( ) : void
Open ( QObject receiver, string member ) : void
QColorDialog ( QColor initial ) : System
QColorDialog ( QColor initial, QWidget parent ) : System
QColorDialog ( QWidget parent ) : System
SelectedColor ( ) : QColor
SetCustomColor ( int index, uint color ) : void
SetOption ( QColorDialog option ) : void
SetOption ( QColorDialog option, bool on ) : void
SetStandardColor ( int index, uint color ) : void
TestOption ( QColorDialog option ) : bool
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

Method Description
CreateProxy ( ) : void
QColorDialog ( Type dummy ) : System

Private Methods

Method Description
ChangeEvent ( Qyoto.QEvent arg1 ) : void
Done ( int result ) : void
QColorDialog ( ) : System
SetVisible ( bool visible ) : void

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

CustomColor() public static method

public static CustomColor ( int index ) : uint
index int
return uint

CustomCount() public static method

public static CustomCount ( ) : int
return int

Dispose() public method

public Dispose ( ) : void
return void

GetColor() public static method

public static GetColor ( ) : QColor
return QColor

GetColor() public static method

public static GetColor ( QColor initial ) : QColor
initial QColor
return QColor

GetColor() public static method

public static GetColor ( QColor initial, QWidget parent ) : QColor
initial QColor
parent QWidget
return QColor

GetColor() public static method

public static GetColor ( QColor initial, QWidget parent, string title ) : QColor
initial QColor
parent QWidget
title string
return QColor

GetColor() public static method

public static GetColor ( QColor initial, QWidget parent, string title, uint options ) : QColor
initial QColor
parent QWidget
title string
options uint
return QColor

GetRgba() public static method

public static GetRgba ( ) : uint
return uint

GetRgba() public static method

public static GetRgba ( uint rgba ) : uint
rgba uint
return uint

GetRgba() public static method

public static GetRgba ( uint rgba, bool &ok ) : uint
rgba uint
ok bool
return uint

GetRgba() public static method

public static GetRgba ( uint rgba, bool &ok, QWidget parent ) : uint
rgba uint
ok bool
parent QWidget
return uint

Open() public method

public Open ( ) : void
return void

Open() public method

public Open ( QObject receiver, string member ) : void
receiver QObject
member string
return void

QColorDialog() public method

public QColorDialog ( QColor initial ) : System
initial QColor
return System

QColorDialog() public method

public QColorDialog ( QColor initial, QWidget parent ) : System
initial QColor
parent QWidget
return System

QColorDialog() public method

public QColorDialog ( QWidget parent ) : System
parent QWidget
return System

QColorDialog() protected method

protected QColorDialog ( Type dummy ) : System
dummy System.Type
return System

SelectedColor() public method

public SelectedColor ( ) : QColor
return QColor

SetCustomColor() public static method

public static SetCustomColor ( int index, uint color ) : void
index int
color uint
return void

SetOption() public method

public SetOption ( QColorDialog option ) : void
option QColorDialog
return void

SetOption() public method

public SetOption ( QColorDialog option, bool on ) : void
option QColorDialog
on bool
return void

SetStandardColor() public static method

public static SetStandardColor ( int index, uint color ) : void
index int
color uint
return void

TestOption() public method

public TestOption ( QColorDialog option ) : bool
option QColorDialog
return bool

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string