eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
d4d_icon.c File Reference
#include "d4d.h"
#include "common_files/d4d_private.h"
Include dependency graph for d4d_icon.c:

Macros

#define _calc
 

Functions

void D4D_IconOnMessage (D4D_MESSAGE *pMsg)
 
D4D_STRINGD4D_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
 

Detailed Description

D4D driver icon object c file.

Author
Petr Gargulak
Version
0.0.48.0
Date
Oct-16-2013

Definition in file d4d_icon.c.

Macro Definition Documentation

#define _calc

Definition at line 69 of file d4d_icon.c.

Function Documentation

D4D_STRING * D4D_IconGetTextBuffer ( D4D_OBJECT pThis)

Get object text buffer

Definition at line 344 of file d4d_icon.c.

static void D4D_IconOnDraw ( D4D_MESSAGE pMsg)
static

Definition at line 90 of file d4d_icon.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void D4D_IconOnMessage ( D4D_MESSAGE pMsg)

THE INTERNAL API FUNCTIONS

Definition at line 289 of file d4d_icon.c.

Here is the call graph for this function:

static void D4D_IconValue2Coor ( D4D_OBJECT pThis)
static

Definition at line 72 of file d4d_icon.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const D4D_OBJECT_SYS_FUNCTION d4d_iconSysFunc

Definition at line 53 of file d4d_icon.c.