#include <hsv.h>
Public Member Functions |
|
virtual INT_PTR | ModalColorPicker (HWND hwndOwner, DWORD *lpc, IPoint2 *spos, HSVCallback *callBack, MCHAR *name)=0 |
virtual INT_PTR | ModalColorPicker (HWND hwndOwner, AColor *lpc, IPoint2 *spos, HSVCallback *callBack, MCHAR *name) |
virtual ColorPicker * | CreateColorPicker (HWND hwndOwner, DWORD initColor, IPoint2 *spos, HSVCallback *pcallback, MCHAR *name, BOOL isObjectColor=FALSE)=0 |
virtual ColorPicker * | CreateColorPicker (HWND hwndOwner, AColor initColor, IPoint2 *spos, HSVCallback *pcallback, MCHAR *name, BOOL isObjectColor=FALSE) |
virtual const MCHAR * | ClassName ()=0 |
virtual Class_ID | ClassID ()=0 |
virtual void | DeleteThis ()=0 |
virtual INT_PTR | Execute (int cmd, ULONG_PTR arg1=0, ULONG_PTR arg2=0, ULONG_PTR arg3=0)=0 |
virtual INT_PTR ModalColorPicker | ( | HWND | hwndOwner, |
DWORD * | lpc, | ||
IPoint2 * | spos, | ||
HSVCallback * | callBack, | ||
MCHAR * | name | ||
) | [pure virtual] |
virtual INT_PTR ModalColorPicker | ( | HWND | hwndOwner, |
AColor * | lpc, | ||
IPoint2 * | spos, | ||
HSVCallback * | callBack, | ||
MCHAR * | name | ||
) | [inline, virtual] |
{return 0;}
virtual ColorPicker* CreateColorPicker | ( | HWND | hwndOwner, |
DWORD | initColor, | ||
IPoint2 * | spos, | ||
HSVCallback * | pcallback, | ||
MCHAR * | name, | ||
BOOL | isObjectColor =
FALSE |
||
) | [pure virtual] |
virtual ColorPicker* CreateColorPicker | ( | HWND | hwndOwner, |
AColor | initColor, | ||
IPoint2 * | spos, | ||
HSVCallback * | pcallback, | ||
MCHAR * | name, | ||
BOOL | isObjectColor =
FALSE |
||
) | [inline, virtual] |
{return NULL;}
virtual const MCHAR* ClassName | ( | ) | [pure virtual] |
virtual Class_ID ClassID | ( | ) | [pure virtual] |
virtual void DeleteThis | ( | ) | [pure virtual] |
virtual INT_PTR Execute | ( | int | cmd, |
ULONG_PTR | arg1 = 0 , |
||
ULONG_PTR | arg2 = 0 , |
||
ULONG_PTR | arg3 = 0 |
||
) | [pure virtual] |