|
RADLib
RADical C++ application framework
|
Settings/preferences field descriptor. More...
#include <RADWidgets.h>
Public Attributes | |
| std::string | id |
| Stable id for updates. More... | |
| std::string | label |
| Display label. More... | |
| std::string | value |
| Current serialized value. More... | |
| std::vector< std::string > | options |
| Optional list of allowed choices. More... | |
| bool | isToggle = false |
| Whether the field should be presented as a toggle. More... | |
Settings/preferences field descriptor.
| std::string RADUi::PreferenceField::id |
Stable id for updates.
| bool RADUi::PreferenceField::isToggle = false |
Whether the field should be presented as a toggle.
| std::string RADUi::PreferenceField::label |
Display label.
| std::vector<std::string> RADUi::PreferenceField::options |
Optional list of allowed choices.
| std::string RADUi::PreferenceField::value |
Current serialized value.