Struct daisy::AbstractMenu::ItemConfig¶
ClassList > daisy > AbstractMenu > ItemConfig
Public Attributes¶
Public Attributes Documentation¶
variable asCallbackFunctionItem¶
Properties for type == ItemType::callbackFunctionItem
variable asCheckboxItem¶
Properties for type == ItemType::checkboxItem
variable asCustomItem¶
Properties for type == ItemType::customItem
variable asMappedValueItem¶
Properties for type == ItemType::valueItem
variable asOpenUiPageItem¶
Properties for type == ItemType::openUiPageItem
variable callbackFunction¶
variable context¶
variable ItemConfig¶
additional properties that depend on the value of type
variable itemObject¶
The CustomItem to display. The object provided here must stay alive longer than the MenuPage, e.g. as a global variable.
variable pageToOpen¶
The UiPage to open when the okay button is pressed. The object must stay alive longer than the MenuPage, e.g. as a global variable.
variable text¶
The name/text to display
variable type¶
The type of item
variable valueToModify [½]¶
The variable to modify.
variable valueToModify [2/2]¶
The variable to modify.
The documentation for this class was generated from the following file external-docs/libDaisy/src/ui/AbstractMenu.h