|
| FcSlider (char *json) |
|
void | setObj (char *refname, char *title, bool reqSel, int value, int min, int max, int step) |
|
◆ FcSlider()
FcSlider::FcSlider |
( |
char * | json | ) |
|
|
inline |
- Parameters
-
json | - it is the char array that will contain the whole json script |
- Returns
- void
◆ setObj()
void FcSlider::setObj |
( |
char * | refname, |
|
|
char * | title, |
|
|
bool | reqSel, |
|
|
int | value, |
|
|
int | min, |
|
|
int | max, |
|
|
int | step ) |
- Parameters
-
refname | - it is the reference name of the object |
title | - is the text displayed next to the slider |
reqSel | - indicates if the selection is required to submit the form |
value | - is the value selected on the slider on initializing (sending the form) or submission |
min | - is the value selected when slider is at its minimum |
max | - is the value selected when slider is at its maximum |
step | - s the value amount that sums or subtracts to the initial value at each slider minimum drag |
- Returns
- void
The documentation for this class was generated from the following files:
- C:/Users/flavio_unige/Desktop/semilimes MCU SDK/semilimes/src/components/fc_slider.h
- C:/Users/flavio_unige/Desktop/semilimes MCU SDK/semilimes/src/components/fc_slider.cpp