|
| | ~FcButtonList () |
| |
| void | set (const char *refname, const char *title, bool reqSel, const char *value, bool vertList, const char *linesize) |
| |
| void | addOptions (const char *name, const char *value, const char *iconName) |
| |
| void | appendOptions () |
| |
| char * | get () |
| |
|
| char | lineSize [7][8] = {"1", "2", "3", "4", "5", "6"} |
| |
◆ ~FcButtonList()
| FcButtonList::~FcButtonList |
( |
| ) |
|
|
inline |
◆ addOptions()
| void FcButtonList::addOptions |
( |
const char * | name, |
|
|
const char * | value, |
|
|
const char * | iconName ) |
- Parameters
-
| name | - is the option identifier |
| value | - text displayed to the user |
| iconName | - within options specifies an object with a name for that icon. You can find the icon names reference at the official Google Fonts page |
- Returns
- void
◆ appendOptions()
| void FcButtonList::appendOptions |
( |
| ) |
|
◆ get()
| char * FcButtonList::get |
( |
| ) |
|
◆ set()
| void FcButtonList::set |
( |
const char * | refname, |
|
|
const char * | title, |
|
|
bool | reqSel, |
|
|
const char * | value, |
|
|
bool | vertList, |
|
|
const char * | linesize ) |
- 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 |
| lineSize | - defines how the buttons should be spread on multiple lines (row/columns). Allowed values are: char lineSize[7][8] = {"1", "2", "3", "4", "5", "6"}; |
- Returns
- void
◆ lineSize
| char FcButtonList::lineSize[7][8] = {"1", "2", "3", "4", "5", "6"} |
- Parameters
-
| char | lineSize[7][8] = {"1", "2", "3", "4", "5", "6"}; |
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_button_list.h
- C:/Users/flavio_unige/Desktop/semilimes/sdk/semilimes MCU SDK/github/semilimes_mcu_sdk/src/components/fc_button_list.cpp