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

Macros

#define _calc
 

Functions

void D4D_RadioButtonOnMessage (D4D_MESSAGE *pMsg)
 
D4D_STRINGD4D_RadioButtonGetTextBuffer (D4D_OBJECT *pThis)
 
static void D4D_RadioButtonChangeValue (D4D_OBJECT_PTR pThis, D4D_BOOL value)
 
static void D4D_RadioButtonValue2Coor (D4D_OBJECT *pThis)
 
static void D4D_RadioButtonOnDraw (D4D_MESSAGE *pMsg)
 
static void D4D_RadioButtonOnKeyDown (D4D_MESSAGE *pMsg)
 
static void D4D_RadioButtonOnKeyUp (D4D_MESSAGE *pMsg)
 
static void D4D_RadioButtonKillFocus (D4D_MESSAGE *pMsg)
 
void D4D_RadioButtonSetValue (D4D_OBJECT_PTR pThis, D4D_BOOL value)
 Function Sets the the radio button value. More...
 
D4D_BOOL D4D_RadioButtonGetValue (D4D_OBJECT_PTR pThis)
 Function Gets the the radio button value. More...
 

Variables

const D4D_OBJECT_SYS_FUNCTION d4d_radioButtonSysFunc
 

Detailed Description

D4D driver radio button object c file.

Author
Petr Gargulak
Version
0.0.9.0
Date
Jan-14-2014

Definition in file d4d_radio_button.c.

Macro Definition Documentation

#define _calc

Definition at line 73 of file d4d_radio_button.c.

Function Documentation

static void D4D_RadioButtonChangeValue ( D4D_OBJECT_PTR  pThis,
D4D_BOOL  value 
)
static

Definition at line 334 of file d4d_radio_button.c.

Here is the call graph for this function:

Here is the caller graph for this function:

D4D_STRING * D4D_RadioButtonGetTextBuffer ( D4D_OBJECT pThis)

Get object text buffer

Definition at line 425 of file d4d_radio_button.c.

static void D4D_RadioButtonKillFocus ( D4D_MESSAGE pMsg)
static

Definition at line 244 of file d4d_radio_button.c.

Here is the caller graph for this function:

static void D4D_RadioButtonOnDraw ( D4D_MESSAGE pMsg)
static

Definition at line 130 of file d4d_radio_button.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static void D4D_RadioButtonOnKeyDown ( D4D_MESSAGE pMsg)
static

Definition at line 194 of file d4d_radio_button.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static void D4D_RadioButtonOnKeyUp ( D4D_MESSAGE pMsg)
static

Definition at line 212 of file d4d_radio_button.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void D4D_RadioButtonOnMessage ( D4D_MESSAGE pMsg)

THE INTERNAL API FUNCTIONS

Definition at line 385 of file d4d_radio_button.c.

Here is the call graph for this function:

static void D4D_RadioButtonValue2Coor ( D4D_OBJECT pThis)
static

Definition at line 76 of file d4d_radio_button.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_radioButtonSysFunc

Definition at line 55 of file d4d_radio_button.c.