CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::ui::ListItem Struct Reference

#include <ListView.h>

Public Attributes

const char * label
uint8_t icon = 0
bool iconDisabled = false
void * userData = nullptr

Detailed Description

List item for ListView

Definition at line 15 of file ListView.h.

Member Data Documentation

◆ icon

uint8_t cdc::ui::ListItem::icon = 0

Definition at line 17 of file ListView.h.

◆ iconDisabled

bool cdc::ui::ListItem::iconDisabled = false

Definition at line 18 of file ListView.h.

◆ label

const char* cdc::ui::ListItem::label

Definition at line 16 of file ListView.h.

Referenced by cdc::mod_gpg::onWizardEmail(), and cdc::ui::renderWifiRow().

◆ userData

void* cdc::ui::ListItem::userData = nullptr

Definition at line 19 of file ListView.h.

Referenced by cdc::ui::renderBleRow(), and cdc::ui::renderWifiRow().


The documentation for this struct was generated from the following file:
  • components/cdc_views/include/cdc_views/ListView.h