#include <DialogColorPicker.h>
|
enum | { IDD = IDD_DIALOG_COLORS
} |
|
Definition at line 73 of file DialogColorPicker.h.
CDialogColorPicker::CDialogColorPicker |
( |
COLORREF |
c, |
|
|
CWnd * |
pParent = NULL |
|
) |
| |
CDialogColorPicker::~CDialogColorPicker |
( |
| ) |
|
void CDialogColorPicker::CalcCuboid |
( |
| ) |
|
|
protected |
void CDialogColorPicker::CalcRects |
( |
| ) |
|
|
protected |
void CDialogColorPicker::CalcSlopes |
( |
| ) |
|
|
protected |
void CDialogColorPicker::CreateBrightDIB |
( |
| ) |
|
|
protected |
void CDialogColorPicker::DrawAll |
( |
| ) |
|
|
protected |
void CDialogColorPicker::DrawFilledColor |
( |
CDC * |
pDC, |
|
|
CRect |
cr, |
|
|
COLORREF |
c |
|
) |
| |
|
protected |
void CDialogColorPicker::DrawHSB |
( |
CDC * |
pDC | ) |
|
|
protected |
void CDialogColorPicker::DrawLines |
( |
CDC * |
pDC | ) |
|
|
protected |
void CDialogColorPicker::DrawMarkers |
( |
CDC * |
pDC | ) |
|
|
protected |
void CDialogColorPicker::DrawRGB |
( |
CDC * |
pDC | ) |
|
|
protected |
void CDialogColorPicker::DrawXorRect |
( |
CDC * |
pDC, |
|
|
CRect & |
cr |
|
) |
| |
|
protected |
COLORREF CDialogColorPicker::GetColor |
( |
void |
| ) |
|
|
inline |
float CDialogColorPicker::GetOverBright |
( |
| ) |
|
|
inline |
BOOL CDialogColorPicker::InBright |
( |
CPoint |
pt | ) |
|
|
protected |
BOOL CDialogColorPicker::InCircle |
( |
CPoint |
pt | ) |
|
|
protected |
BOOL CDialogColorPicker::InOverBright |
( |
CPoint |
pt | ) |
|
|
protected |
void CDialogColorPicker::LoadMappedBitmap |
( |
CBitmap & |
bitmap, |
|
|
UINT |
nIdResource, |
|
|
CSize & |
size |
|
) |
| |
|
protected |
void CDialogColorPicker::OnBtnColor |
( |
| ) |
|
|
protected |
void CDialogColorPicker::OnChangeEditBlue |
( |
| ) |
|
|
protected |
void CDialogColorPicker::OnChangeEditGreen |
( |
| ) |
|
|
protected |
void CDialogColorPicker::OnChangeEditHue |
( |
| ) |
|
|
protected |
void CDialogColorPicker::OnChangeEditOverbright |
( |
| ) |
|
|
protected |
void CDialogColorPicker::OnChangeEditRed |
( |
| ) |
|
|
protected |
void CDialogColorPicker::OnChangeEditSat |
( |
| ) |
|
|
protected |
void CDialogColorPicker::OnChangeEditVal |
( |
| ) |
|
|
protected |
BOOL CDialogColorPicker::OnInitDialog |
( |
| ) |
|
|
protectedvirtual |
void CDialogColorPicker::OnLButtonDown |
( |
UINT |
nFlags, |
|
|
CPoint |
point |
|
) |
| |
|
protected |
void CDialogColorPicker::OnLButtonUp |
( |
UINT |
nFlags, |
|
|
CPoint |
point |
|
) |
| |
|
protected |
void CDialogColorPicker::OnMouseMove |
( |
UINT |
nFlags, |
|
|
CPoint |
point |
|
) |
| |
|
protected |
void CDialogColorPicker::OnPaint |
( |
| ) |
|
|
protected |
void CDialogColorPicker::OnSysColorChange |
( |
| ) |
|
|
protected |
void CDialogColorPicker::OnTimer |
( |
UINT |
nIDEvent | ) |
|
|
protected |
void CDialogColorPicker::SetDIBPalette |
( |
| ) |
|
|
protected |
void CDialogColorPicker::SetEditVals |
( |
| ) |
|
|
protected |
void CDialogColorPicker::SetSpinVals |
( |
| ) |
|
|
protected |
void CDialogColorPicker::TrackPoint |
( |
CPoint |
pt | ) |
|
|
protected |
int CDialogColorPicker::BlueLen |
|
protected |
CRect CDialogColorPicker::brightMark |
|
protected |
CRect CDialogColorPicker::brightRect |
|
protected |
int CDialogColorPicker::GreenLen |
|
protected |
int CDialogColorPicker::hsbHeight |
|
protected |
CRect CDialogColorPicker::hsbRect |
|
protected |
int CDialogColorPicker::hsbWidth |
|
protected |
HSVType CDialogColorPicker::hsvColor |
|
protected |
CPoint CDialogColorPicker::Left |
|
protected |
BOOL CDialogColorPicker::m_bInDrawAll |
|
protected |
BOOL CDialogColorPicker::m_bInitOver |
|
protected |
BOOL CDialogColorPicker::m_bInMouse |
|
protected |
CDIB CDialogColorPicker::m_BrightDIB |
|
protected |
CPoint CDialogColorPicker::m_Centre |
|
protected |
CPoint CDialogColorPicker::m_Cuboid[8] |
|
protected |
CRect CDialogColorPicker::m_CurrentRect |
|
protected |
CBitmap CDialogColorPicker::m_HsbBitmap |
|
protected |
int CDialogColorPicker::m_nMouseIn |
|
protected |
RGBType CDialogColorPicker::m_OldColor |
|
protected |
float CDialogColorPicker::m_overBright |
CBitmap CDialogColorPicker::m_RgbBitmap |
|
protected |
CDC CDialogColorPicker::memDC |
|
protected |
CRect CDialogColorPicker::NewColorRect |
|
protected |
int CDialogColorPicker::nIndex |
|
protected |
CRect CDialogColorPicker::OldColorRect |
|
protected |
float CDialogColorPicker::overBright |
|
protected |
CRect CDialogColorPicker::overBrightRect |
|
protected |
CRect CDialogColorPicker::rects[3] |
|
protected |
int CDialogColorPicker::RedLen |
|
protected |
int CDialogColorPicker::rgbHeight |
|
protected |
CRect CDialogColorPicker::rgbRect |
|
protected |
int CDialogColorPicker::rgbWidth |
|
protected |
CPoint CDialogColorPicker::Right |
|
protected |
CPoint CDialogColorPicker::Top |
|
protected |
CPoint CDialogColorPicker::Vertex |
|
protected |
The documentation for this class was generated from the following files: