Macros | |
#define | _calc |
Functions | |
void | D4D_IconOnMessage (D4D_MESSAGE *pMsg) |
D4D_STRING * | D4D_IconGetTextBuffer (D4D_OBJECT *pThis) |
static void | D4D_IconValue2Coor (D4D_OBJECT *pThis) |
static void | D4D_IconOnDraw (D4D_MESSAGE *pMsg) |
D4D_ICON_INDEX | D4D_IconGetBmpCount (D4D_OBJECT_PTR pThis) |
Function returns the icon bitmap count. More... | |
void | D4D_IconSetIndex (D4D_OBJECT_PTR pThis, D4D_ICON_INDEX index) |
Function sets the new bitmap of icon by icon index. More... | |
void | D4D_IconChangeIndex (D4D_OBJECT_PTR pThis, sByte incr) |
Function sets the new bitmap of icon by icon index difference. More... | |
D4D_ICON_INDEX | D4D_IconGetIndex (D4D_OBJECT_PTR pThis) |
Function returns current visible bitmap index. More... | |
void | D4D_IconAnimationStart (D4D_OBJECT_PTR pThis) |
Function starts the animation of icon. More... | |
void | D4D_IconAnimationStop (D4D_OBJECT_PTR pThis) |
Function stops the animation of icon. More... | |
void | D4D_IconAnimationSetCounts (D4D_OBJECT_PTR pThis, Word cnt) |
Function sets the time tick tresholds for animation speed. More... | |
Variables | |
const D4D_OBJECT_SYS_FUNCTION | d4d_iconSysFunc |
#define _calc |
Definition at line 69 of file d4d_icon.c.
D4D_STRING * D4D_IconGetTextBuffer | ( | D4D_OBJECT * | pThis | ) |
Get object text buffer
Definition at line 344 of file d4d_icon.c.
|
static |
Definition at line 90 of file d4d_icon.c.
void D4D_IconOnMessage | ( | D4D_MESSAGE * | pMsg | ) |
THE INTERNAL API FUNCTIONS
Definition at line 289 of file d4d_icon.c.
|
static |
Definition at line 72 of file d4d_icon.c.
const D4D_OBJECT_SYS_FUNCTION d4d_iconSysFunc |
Definition at line 53 of file d4d_icon.c.