doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Types | Protected Member Functions | Static Protected Member Functions | Static Protected Attributes | Private Member Functions | List of all members
CMyColorDialog Class Reference
Inheritance diagram for CMyColorDialog:

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)
 

Detailed Description

Definition at line 43 of file DialogColorPicker.cpp.

Member Enumeration Documentation

anonymous enum
protected
Enumerator
NCUSTCOLORS 

Definition at line 52 of file DialogColorPicker.cpp.

Constructor & Destructor Documentation

CMyColorDialog::CMyColorDialog ( COLORREF  clrInit = 0,
DWORD  dwFlags = 0,
CWnd *  pParentWnd = NULL 
)

Definition at line 112 of file DialogColorPicker.cpp.

Member Function Documentation

CMyColorDialog::DECLARE_DYNCREATE ( CMyColorDialog  )
private
void CMyColorDialog::DoDataExchange ( CDataExchange *  pDX)
protectedvirtual

Definition at line 129 of file DialogColorPicker.cpp.

int CMyColorDialog::DoModal ( )
virtual

Definition at line 123 of file DialogColorPicker.cpp.

void CMyColorDialog::InitCustColors ( )
staticprotected

Definition at line 83 of file DialogColorPicker.cpp.

void CMyColorDialog::SaveCustColors ( )
staticprotected

Definition at line 97 of file DialogColorPicker.cpp.

Member Data Documentation

COLORREF CMyColorDialog::c_CustColors
staticprotected

Definition at line 53 of file DialogColorPicker.cpp.

COLORREF CMyColorDialog::c_LastCustColors
staticprotected

Definition at line 54 of file DialogColorPicker.cpp.

bool CMyColorDialog::c_NeedToInitCustColors = true
staticprotected

Definition at line 55 of file DialogColorPicker.cpp.


The documentation for this class was generated from the following file: