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

Macros

#define _calc
 

Functions

void D4D_LabelOnMessage (D4D_MESSAGE *pMsg)
 
D4D_STRINGD4D_LabelGetTextBuffer (D4D_OBJECT *pThis)
 
static void D4D_LblValue2Coor (D4D_OBJECT *pThis)
 
static void D4D_LabelOnDraw (D4D_MESSAGE *pMsg)
 

Variables

const D4D_OBJECT_SYS_FUNCTION d4d_labelSysFunc
 

Detailed Description

D4D driver label object c file.

Author
Petr Gargulak
Version
0.0.44.0
Date
Oct-2-2013

Definition in file d4d_label.c.

Macro Definition Documentation

#define _calc

Definition at line 68 of file d4d_label.c.

Function Documentation

D4D_STRING * D4D_LabelGetTextBuffer ( D4D_OBJECT pThis)

Get object text buffer

Definition at line 151 of file d4d_label.c.

static void D4D_LabelOnDraw ( D4D_MESSAGE pMsg)
static

Definition at line 85 of file d4d_label.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void D4D_LabelOnMessage ( D4D_MESSAGE pMsg)

THE INTERNAL API FUNCTIONS

Definition at line 122 of file d4d_label.c.

Here is the call graph for this function:

static void D4D_LblValue2Coor ( D4D_OBJECT pThis)
static

Definition at line 71 of file d4d_label.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_labelSysFunc

Definition at line 54 of file d4d_label.c.