ReactOS 0.4.16-dev-59-gd481587
|
Public Attributes | |
LPCHOOSECOLORW | lpcc |
HWND | hwndSelf |
int | nextuserdef |
HDC | hdcMem |
HBITMAP | hbmMem |
RECT | fullsize |
UINT | msetrgb |
RECT | old3angle |
RECT | oldcross |
BOOL | updating |
int | h |
int | s |
int | l |
int | capturedGraph |
RECT | focusRect |
HWND | hwndFocus |
Definition at line 73 of file colordlg.c.
int CCPRIVATE::capturedGraph |
Definition at line 88 of file colordlg.c.
Referenced by CC_WMLButtonDown(), CC_WMLButtonUp(), and CC_WMMouseMove().
RECT CCPRIVATE::focusRect |
Definition at line 89 of file colordlg.c.
Referenced by CC_DrawCurrentFocusRect(), and CC_DrawFocusRect().
RECT CCPRIVATE::fullsize |
Definition at line 80 of file colordlg.c.
Referenced by CC_WMCommand(), and CC_WMInitDialog().
int CCPRIVATE::h |
Definition at line 85 of file colordlg.c.
Referenced by CC_EditSetHSL(), CC_PaintCross(), CC_PaintLumBar(), CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), and CC_WMMouseMove().
HBITMAP CCPRIVATE::hbmMem |
Definition at line 79 of file colordlg.c.
Referenced by CC_PrepareColorGraph(), and ColorDlgProc().
HDC CCPRIVATE::hdcMem |
Definition at line 78 of file colordlg.c.
Referenced by CC_PaintColorGraph(), CC_PaintCross(), CC_PrepareColorGraph(), and ColorDlgProc().
HWND CCPRIVATE::hwndFocus |
Definition at line 90 of file colordlg.c.
Referenced by CC_DrawCurrentFocusRect(), CC_DrawFocusRect(), CC_PaintPredefColorArray(), and CC_PaintUserColorArray().
HWND CCPRIVATE::hwndSelf |
Definition at line 76 of file colordlg.c.
Referenced by CC_EditSetHSL(), CC_EditSetRGB(), CC_MouseCheckPredefColorArray(), CC_MouseCheckUserColorArray(), CC_PaintColorGraph(), CC_PaintCross(), CC_PaintLumBar(), CC_PaintPredefColorArray(), CC_PaintSelectedColor(), CC_PaintTriangle(), CC_PaintUserColorArray(), CC_PrepareColorGraph(), CC_SwitchToFullSize(), CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), CC_WMMouseMove(), and CC_WMPaint().
int CCPRIVATE::l |
Definition at line 87 of file colordlg.c.
Referenced by CC_EditSetHSL(), CC_PaintTriangle(), CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), and CC_WMMouseMove().
LPCHOOSECOLORW CCPRIVATE::lpcc |
Definition at line 75 of file colordlg.c.
Referenced by CC_EditSetRGB(), CC_MouseCheckPredefColorArray(), CC_MouseCheckUserColorArray(), CC_PaintSelectedColor(), CC_PaintUserColorArray(), CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), CC_WMMouseMove(), and ColorDlgProc().
UINT CCPRIVATE::msetrgb |
Definition at line 81 of file colordlg.c.
Referenced by CC_WMInitDialog().
int CCPRIVATE::nextuserdef |
Definition at line 77 of file colordlg.c.
Referenced by CC_WMCommand().
RECT CCPRIVATE::old3angle |
Definition at line 82 of file colordlg.c.
Referenced by CC_PaintTriangle().
RECT CCPRIVATE::oldcross |
Definition at line 83 of file colordlg.c.
Referenced by CC_PaintCross().
int CCPRIVATE::s |
Definition at line 86 of file colordlg.c.
Referenced by CC_EditSetHSL(), CC_PaintCross(), CC_PaintLumBar(), CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), and CC_WMMouseMove().
BOOL CCPRIVATE::updating |
Definition at line 84 of file colordlg.c.
Referenced by CC_CheckDigitsInEdit(), CC_EditSetHSL(), CC_EditSetRGB(), and CC_WMCommand().