Macros |
|
#define | LIBRARY_ICON_COLLECTION |
Enumerations |
|
enum |
ICONFLAG
{
NONE , COPY , OVERWRITE , DOUBLESIZE } |
函数 |
|
enum ICONFLAG | MAXON_ENUM_FLAGS ( ICONFLAG ) |
Bool | RegisterIcon ( Int32 lIconID, BaseBitmap *pBmp, Int32 x=0, Int32 y=0, Int32 w=-1, Int32 h=-1, ICONFLAG lFlags= ICONFLAG::NONE ) |
Bool | RegisterIcon ( Int32 lIconID, Filename fn, Int32 x=0, Int32 y=0, Int32 w=-1, Int32 h=-1, ICONFLAG lFlags= ICONFLAG::NONE ) |
Bool | GetIcon ( Int32 lIconID, IconData *pData) |
Bool | UnregisterIcon ( Int32 lIconID) |
变量 |
|
NONE | |
COPY | |
OVERWRITE | |
DOUBLESIZE |
NONE |
None.
COPY |
Copies the bitmap instead of storing a pointer.
OVERWRITE |
If this is specified and an icon is already present in the library under this ID it will be overwritten, otherwise the existing one will stay.
DOUBLESIZE |
Doubles icon size.