C# 클래스 Qyoto.QColorDialog

상속: Qyoto.QDialog, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ChangeEvent void
Done void
QColorDialog System
SetVisible void

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QColorDialog ( Type dummy ) : System

비공개 메소드들

메소드 설명
ChangeEvent ( Qyoto.QEvent arg1 ) : void
Done ( int result ) : void
QColorDialog ( ) : System
SetVisible ( bool visible ) : void

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

CustomColor() 공개 정적인 메소드

public static CustomColor ( int index ) : uint
index int
리턴 uint

CustomCount() 공개 정적인 메소드

public static CustomCount ( ) : int
리턴 int

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetColor() 공개 정적인 메소드

public static GetColor ( ) : QColor
리턴 QColor

GetColor() 공개 정적인 메소드

public static GetColor ( QColor initial ) : QColor
initial QColor
리턴 QColor

GetColor() 공개 정적인 메소드

public static GetColor ( QColor initial, QWidget parent ) : QColor
initial QColor
parent QWidget
리턴 QColor

GetColor() 공개 정적인 메소드

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

GetColor() 공개 정적인 메소드

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

GetRgba() 공개 정적인 메소드

public static GetRgba ( ) : uint
리턴 uint

GetRgba() 공개 정적인 메소드

public static GetRgba ( uint rgba ) : uint
rgba uint
리턴 uint

GetRgba() 공개 정적인 메소드

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

GetRgba() 공개 정적인 메소드

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

Open() 공개 메소드

public Open ( ) : void
리턴 void

Open() 공개 메소드

public Open ( QObject receiver, string member ) : void
receiver QObject
member string
리턴 void

QColorDialog() 공개 메소드

public QColorDialog ( QColor initial ) : System
initial QColor
리턴 System

QColorDialog() 공개 메소드

public QColorDialog ( QColor initial, QWidget parent ) : System
initial QColor
parent QWidget
리턴 System

QColorDialog() 공개 메소드

public QColorDialog ( QWidget parent ) : System
parent QWidget
리턴 System

QColorDialog() 보호된 메소드

protected QColorDialog ( Type dummy ) : System
dummy System.Type
리턴 System

SelectedColor() 공개 메소드

public SelectedColor ( ) : QColor
리턴 QColor

SetCustomColor() 공개 정적인 메소드

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

SetOption() 공개 메소드

public SetOption ( QColorDialog option ) : void
option QColorDialog
리턴 void

SetOption() 공개 메소드

public SetOption ( QColorDialog option, bool on ) : void
option QColorDialog
on bool
리턴 void

SetStandardColor() 공개 정적인 메소드

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

TestOption() 공개 메소드

public TestOption ( QColorDialog option ) : bool
option QColorDialog
리턴 bool

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string