|
char | lineSize [7][9] = {"flexible", "1", "2", "3", "4", "5", "6"} |
|
◆ ~FcButtonList()
FcButtonList::~FcButtonList |
( |
| ) |
|
|
inline |
◆ addOptions()
void FcButtonList::addOptions |
( |
char * | name, |
|
|
char * | value, |
|
|
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 |
( |
char * | refname, |
|
|
char * | title, |
|
|
bool | reqSel, |
|
|
char * | value, |
|
|
bool | vertList, |
|
|
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][9] = {"flexible", "1", "2", "3", "4", "5", "6"}; |
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
◆ lineSize
char FcButtonList::lineSize[7][9] = {"flexible", "1", "2", "3", "4", "5", "6"} |
- Parameters
-
char | lineSize[7][9] = {"flexible", "1", "2", "3", "4", "5", "6"}; |
The documentation for this class was generated from the following files:
- C:/Users/flavio_unige/Desktop/semilimes MCU SDK/github/semilimes_mcu_sdk/src/components/fc_button_list.h
- C:/Users/flavio_unige/Desktop/semilimes MCU SDK/github/semilimes_mcu_sdk/src/components/fc_button_list.cpp