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

Macros

#define _calc
 

Functions

static void D4D_ComboBoxOnMessage (D4D_MESSAGE *pMsg)
 
static void D4D_ComboBoxStornoSelection (D4D_OBJECT *pThis)
 
 D4D_DECLARE_BMP (bmp_arrow, arrow, palette_arrow)
 
Byte D4D_ComboBoxListBoxMsgFeedBack (D4D_MESSAGE *pMsg)
 
void D4D_ComboBoxListFeedBack (D4D_OBJECT *pThis, D4D_EVENTID eventId)
 
void D4D_ComboBoxEditFeedBack (D4D_OBJECT *pThis, D4D_EVENTID eventId)
 
Byte D4D_ComboBoxButtonMsgFeedBack (D4D_MESSAGE *pMsg)
 
void D4D_ComboBoxButtonFeedBack (D4D_OBJECT *pThis)
 
D4D_COMBO_BOX_INDEX D4D_ComboBoxGetIndex (D4D_OBJECT *pThis)
 
void D4D_ComboBoxSetIndex (D4D_OBJECT *pThis, D4D_COMBO_BOX_INDEX ix)
 

Variables

const Byte arrow []
 
Word palette_arrow []
 
const D4D_OBJECT_SYS_FUNCTION d4d_comboBoxSysFunc
 
const D4D_MARGIN comboBox_marginDefault
 

Detailed Description

D4D driver comboBox object c file.

Author
Petr Gargulak
Version
0.0.6.0
Date
Jan-14-2014

Definition in file d4d_combo_box.c.

Macro Definition Documentation

#define _calc

Definition at line 113 of file d4d_combo_box.c.

Function Documentation

void D4D_ComboBoxButtonFeedBack ( D4D_OBJECT pThis)

Definition at line 214 of file d4d_combo_box.c.

Here is the call graph for this function:

Byte D4D_ComboBoxButtonMsgFeedBack ( D4D_MESSAGE pMsg)

Definition at line 196 of file d4d_combo_box.c.

Here is the call graph for this function:

void D4D_ComboBoxEditFeedBack ( D4D_OBJECT pThis,
D4D_EVENTID  eventId 
)

Definition at line 167 of file d4d_combo_box.c.

Here is the call graph for this function:

D4D_COMBO_BOX_INDEX D4D_ComboBoxGetIndex ( D4D_OBJECT pThis)

Definition at line 236 of file d4d_combo_box.c.

Byte D4D_ComboBoxListBoxMsgFeedBack ( D4D_MESSAGE pMsg)

Definition at line 120 of file d4d_combo_box.c.

Here is the call graph for this function:

void D4D_ComboBoxListFeedBack ( D4D_OBJECT pThis,
D4D_EVENTID  eventId 
)

Definition at line 131 of file d4d_combo_box.c.

Here is the call graph for this function:

static void D4D_ComboBoxOnMessage ( D4D_MESSAGE pMsg)
static

Definition at line 308 of file d4d_combo_box.c.

Here is the call graph for this function:

void D4D_ComboBoxSetIndex ( D4D_OBJECT pThis,
D4D_COMBO_BOX_INDEX  ix 
)

Definition at line 252 of file d4d_combo_box.c.

Here is the call graph for this function:

static void D4D_ComboBoxStornoSelection ( D4D_OBJECT pThis)
static

THE INTERNAL API FUNCTIONS

Definition at line 288 of file d4d_combo_box.c.

Here is the call graph for this function:

Here is the caller graph for this function:

D4D_DECLARE_BMP ( bmp_arrow  ,
arrow  ,
palette_arrow   
)

Definition at line 64 of file d4d_combo_box.c.

Variable Documentation

const Byte arrow

Definition at line 59 of file d4d_combo_box.c.

const D4D_MARGIN comboBox_marginDefault

Definition at line 95 of file d4d_combo_box.c.

const D4D_OBJECT_SYS_FUNCTION d4d_comboBoxSysFunc

Definition at line 87 of file d4d_combo_box.c.

Word palette_arrow[]

Definition at line 60 of file d4d_combo_box.c.