eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D SLIDER API Functions Specification
Collaboration diagram for D4D SLIDER API Functions Specification:

Functions

void D4D_SldrSetValue (D4D_OBJECT_PTR pThis, D4D_SLIDER_VALUE value)
 Function Sets the slider value. More...
 
D4D_SLIDER_VALUE D4D_SldrGetValue (D4D_OBJECT_PTR pThis)
 Function Gets the slider value. More...
 
void D4D_SldrSetBarColor (D4D_OBJECT_PTR pThis, D4D_COLOR color)
 Function Sets the slider bar color. More...
 
D4D_COLOR D4D_SldrGetBarColor (D4D_OBJECT_PTR pThis)
 
void D4D_SldrChangeValue (D4D_OBJECT_PTR pThis, D4D_SLIDER_VALUE incr)
 Function change the slider value by signed increment. More...
 
void D4D_SldrSetLimits (D4D_OBJECT_PTR pThis, const D4D_SLIDER_LIMITS *pLimits)
 Function set the new limits of slider object. More...
 
void D4D_SldrGetLimits (D4D_OBJECT_PTR pThis, D4D_SLIDER_LIMITS *pLimits)
 Function get the current limits of slider object. More...
 

Detailed Description

This section specifies the exact usage for each API function.

Function Documentation

void D4D_SldrChangeValue ( D4D_OBJECT_PTR  pThis,
D4D_SLIDER_VALUE  incr 
)

Function change the slider value by signed increment.

Parameters
pThis- pointer to the slider object
incr- signed increment value
Returns
none
Note
none

Definition at line 569 of file d4d_slider.c.

Here is the call graph for this function:

Here is the caller graph for this function:

D4D_COLOR D4D_SldrGetBarColor ( D4D_OBJECT_PTR  pThis)

Definition at line 555 of file d4d_slider.c.

void D4D_SldrGetLimits ( D4D_OBJECT_PTR  pThis,
D4D_SLIDER_LIMITS pLimits 
)

Function get the current limits of slider object.

Parameters
pThis- pointer to the slider object
pLimits- pointer to limits structure where will be copied current values what slider is using
Returns
none
Note
none

Definition at line 606 of file d4d_slider.c.

D4D_SLIDER_VALUE D4D_SldrGetValue ( D4D_OBJECT_PTR  pThis)

Function Gets the slider value.

Parameters
pThis- pointer to the slider object
Returns
value of slider.
Note
none

Definition at line 525 of file d4d_slider.c.

void D4D_SldrSetBarColor ( D4D_OBJECT_PTR  pThis,
D4D_COLOR  color 
)

Function Sets the slider bar color.

Parameters
pThis- pointer to the slider object
color- new slider bar color
Returns
none
Note
none

Definition at line 538 of file d4d_slider.c.

Here is the call graph for this function:

void D4D_SldrSetLimits ( D4D_OBJECT_PTR  pThis,
const D4D_SLIDER_LIMITS pLimits 
)

Function set the new limits of slider object.

Parameters
pThis- pointer to the slider object
pLimits- pointer to new limits structure
Returns
none
Note
none

Definition at line 586 of file d4d_slider.c.

Here is the call graph for this function:

void D4D_SldrSetValue ( D4D_OBJECT_PTR  pThis,
D4D_SLIDER_VALUE  value 
)

Function Sets the slider value.

Parameters
pThis- pointer to the slider object
value- new value of slider
Returns
none.
Note
The values must fit in to slider linits, if not is limit to valid range

Definition at line 494 of file d4d_slider.c.

Here is the call graph for this function:

Here is the caller graph for this function: