◆ FcButtonList()
FcButtonList::FcButtonList |
( |
char * | json, |
|
|
char * | jsonArray ) |
|
inline |
- Parameters
-
json | - it is the char array that will contain the whole json script
|
jsonArray | - it is a temporary char array that will contain the Options |
- Returns
- void
◆ addOptions()
void FcButtonList::addOptions |
( |
char * | name, |
|
|
char * | value ) |
- Parameters
-
name | - is the option identifier |
value | - text displayed to the user |
- Returns
- void
◆ appendOptions()
void FcButtonList::appendOptions |
( |
| ) |
|
◆ setObj()
void FcButtonList::setObj |
( |
char * | refname, |
|
|
char * | title, |
|
|
bool | reqSel, |
|
|
char * | value, |
|
|
bool | vertList ) |
- Parameters
-
refname | - is the reference name of the button list |
title | - is the global label displayed at the beginning of the component |
reqSel | - sets this component interaction as required before submitting the parent form |
value | - will be populated with a button name when a user submits a form with a button selection |
vertList | - is a preference to tell a client app to display the buttons vertically |
- 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_button_list.h
- C:/Users/flavio_unige/Desktop/semilimes MCU SDK/semilimes/src/components/fc_button_list.cpp