|
| ~FcSlider () |
|
void | set (const char *refname, const char *title, bool reqSel, int value, int min, int max, int step) |
|
char * | get () |
|
◆ ~FcSlider()
◆ get()
◆ set()
void FcSlider::set |
( |
const char * | refname, |
|
|
const 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/sdk/semilimes MCU SDK/github/semilimes_mcu_sdk/src/components/fc_slider.h
- C:/Users/flavio_unige/Desktop/semilimes/sdk/semilimes MCU SDK/github/semilimes_mcu_sdk/src/components/fc_slider.cpp