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

Macros

#define _calc
 

Functions

void D4D_CheckBoxOnMessage (D4D_MESSAGE *pMsg)
 
D4D_STRINGD4D_CheckBoxGetTextBuffer (D4D_OBJECT *pThis)
 
static void D4D_CheckBoxValue2Coor (D4D_OBJECT *pThis)
 
static void D4D_CheckBoxOnDraw (D4D_MESSAGE *pMsg)
 
static void D4D_CheckBoxOnKeyDown (D4D_MESSAGE *pMsg)
 
static void D4D_CheckBoxOnKeyUp (D4D_MESSAGE *pMsg)
 
static void D4D_CheckBoxKillFocus (D4D_MESSAGE *pMsg)
 
void D4D_CheckBoxSetValue (D4D_OBJECT_PTR pThis, D4D_BOOL value)
 Function Sets the the check box value. More...
 
D4D_BOOL D4D_CheckBoxGetValue (D4D_OBJECT_PTR pThis)
 Function Gets the the check box value. More...
 

Variables

const D4D_OBJECT_SYS_FUNCTION d4d_checkBoxSysFunc
 

Detailed Description

D4D driver check box object c file.

Author
Petr Gargulak
Version
0.0.43.0
Date
Oct-14-2013

Definition in file d4d_check_box.c.

Macro Definition Documentation

#define _calc

Definition at line 70 of file d4d_check_box.c.

Function Documentation

D4D_STRING * D4D_CheckBoxGetTextBuffer ( D4D_OBJECT pThis)

Get object text buffer

Definition at line 392 of file d4d_check_box.c.

static void D4D_CheckBoxKillFocus ( D4D_MESSAGE pMsg)
static

Definition at line 246 of file d4d_check_box.c.

Here is the caller graph for this function:

static void D4D_CheckBoxOnDraw ( D4D_MESSAGE pMsg)
static

Definition at line 122 of file d4d_check_box.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static void D4D_CheckBoxOnKeyDown ( D4D_MESSAGE pMsg)
static

Definition at line 197 of file d4d_check_box.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static void D4D_CheckBoxOnKeyUp ( D4D_MESSAGE pMsg)
static

Definition at line 215 of file d4d_check_box.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void D4D_CheckBoxOnMessage ( D4D_MESSAGE pMsg)

THE INTERNAL API FUNCTIONS

Definition at line 352 of file d4d_check_box.c.

Here is the call graph for this function:

static void D4D_CheckBoxValue2Coor ( D4D_OBJECT pThis)
static

Definition at line 74 of file d4d_check_box.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_checkBoxSysFunc

Definition at line 53 of file d4d_check_box.c.