|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <ListView.h>
Public Attributes | |
| const char * | label |
| uint8_t | icon = 0 |
| bool | iconDisabled = false |
| void * | userData = nullptr |
List item for ListView
Definition at line 15 of file ListView.h.
| uint8_t cdc::ui::ListItem::icon = 0 |
Definition at line 17 of file ListView.h.
| bool cdc::ui::ListItem::iconDisabled = false |
Definition at line 18 of file ListView.h.
| const char* cdc::ui::ListItem::label |
Definition at line 16 of file ListView.h.
Referenced by cdc::mod_gpg::onWizardEmail(), and cdc::ui::renderWifiRow().
| void* cdc::ui::ListItem::userData = nullptr |
Definition at line 19 of file ListView.h.
Referenced by cdc::ui::renderBleRow(), and cdc::ui::renderWifiRow().