doom3-gpl
Doom 3 GPL source release
|
Public Member Functions | |
CMyColorDialog (COLORREF clrInit=0, DWORD dwFlags=0, CWnd *pParentWnd=NULL) | |
virtual int | DoModal () |
Protected Types | |
enum | { NCUSTCOLORS = 16 } |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
Static Protected Member Functions | |
static void | InitCustColors () |
static void | SaveCustColors () |
Static Protected Attributes | |
static COLORREF | c_CustColors [NCUSTCOLORS] |
static COLORREF | c_LastCustColors [NCUSTCOLORS] |
static bool | c_NeedToInitCustColors = true |
Private Member Functions | |
DECLARE_DYNCREATE (CMyColorDialog) | |
Definition at line 43 of file DialogColorPicker.cpp.
|
protected |
Enumerator | |
---|---|
NCUSTCOLORS |
Definition at line 52 of file DialogColorPicker.cpp.
CMyColorDialog::CMyColorDialog | ( | COLORREF | clrInit = 0 , |
DWORD | dwFlags = 0 , |
||
CWnd * | pParentWnd = NULL |
||
) |
Definition at line 112 of file DialogColorPicker.cpp.
|
private |
|
protectedvirtual |
Definition at line 129 of file DialogColorPicker.cpp.
|
virtual |
Definition at line 123 of file DialogColorPicker.cpp.
|
staticprotected |
Definition at line 83 of file DialogColorPicker.cpp.
|
staticprotected |
Definition at line 97 of file DialogColorPicker.cpp.
|
staticprotected |
Definition at line 53 of file DialogColorPicker.cpp.
|
staticprotected |
Definition at line 54 of file DialogColorPicker.cpp.
|
staticprotected |
Definition at line 55 of file DialogColorPicker.cpp.