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

Macros

#define _calc
 

Functions

static void D4D_ScrlBrOnMessage (D4D_MESSAGE *pMsg)
 
static void D4D_ScrlBrOnKeyDown (D4D_MESSAGE *pMsg)
 
static void D4D_ScrlBrDrawArrow (D4D_POINT *ppt, D4D_COOR size, D4D_DIRECTION dir, D4D_COLOR color)
 
static void D4D_ScrlBrValue2Coor (D4D_OBJECT *pThis)
 
static void D4D_ScrlBrOnDraw (D4D_MESSAGE *pMsg)
 
void D4D_ScrlBrSetRange (D4D_OBJECT_PTR pObj, D4D_INDEX minimum, D4D_INDEX maximum)
 The function sets the range of scroll bar scale. More...
 
void D4D_ScrlBrSetStep (D4D_OBJECT_PTR pObj, D4D_INDEX page, D4D_INDEX step)
 The function sets the step and page of scroll bar scale. More...
 
void D4D_ScrlBrSetPosition (D4D_OBJECT_PTR pObj, D4D_INDEX position)
 The function sets the scroll bar position. More...
 
D4D_INDEX D4D_ScrlBrGetPosition (D4D_OBJECT_PTR pObj)
 The function gets the scroll bar position. More...
 
void D4D_ScrlBrChangePosition (D4D_OBJECT_PTR pObj, D4D_INDEX_DELTA change)
 The function change the scroll bar position. More...
 

Variables

const D4D_OBJECT_SYS_FUNCTION d4d_scroll_barSysFunc
 

Detailed Description

D4D driver scroll_bar object c file.

Author
Petr Gargulak
Version
0.0.21.0
Date
Jan-14-2014

Definition in file d4d_scroll_bar.c.

Macro Definition Documentation

#define _calc

Definition at line 80 of file d4d_scroll_bar.c.

Function Documentation

void D4D_ScrlBrDrawArrow ( D4D_POINT ppt,
D4D_COOR  size,
D4D_DIRECTION  dir,
D4D_COLOR  color 
)
static

THE INTERNAL HELP FUNCTIONS

Definition at line 241 of file d4d_scroll_bar.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static void D4D_ScrlBrOnDraw ( D4D_MESSAGE pMsg)
static

Definition at line 162 of file d4d_scroll_bar.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static void D4D_ScrlBrOnKeyDown ( D4D_MESSAGE pMsg)
static

Definition at line 330 of file d4d_scroll_bar.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void D4D_ScrlBrOnMessage ( D4D_MESSAGE pMsg)
static

THE INTERNAL API FUNCTIONS

Definition at line 506 of file d4d_scroll_bar.c.

Here is the call graph for this function:

static void D4D_ScrlBrValue2Coor ( D4D_OBJECT pThis)
static

Definition at line 83 of file d4d_scroll_bar.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_scroll_barSysFunc

Definition at line 61 of file d4d_scroll_bar.c.