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

Menu item registered by a module. More...

#include <IModule.h>

Public Attributes

const char * label
uint8_t priority
ui::IView *(* getView )()
bool(* isVisible )()
const char * moduleName
MenuLocation location
void(* onSelect )()

Detailed Description

Menu item registered by a module.

Definition at line 29 of file IModule.h.

Member Data Documentation

◆ getView

ui::IView *(* cdc::core::ModuleMenuItem::getView) ()

◆ isVisible

bool(* cdc::core::ModuleMenuItem::isVisible) ()

◆ label

const char* cdc::core::ModuleMenuItem::label

◆ location

MenuLocation cdc::core::ModuleMenuItem::location

◆ moduleName

const char* cdc::core::ModuleMenuItem::moduleName

◆ onSelect

void(* cdc::core::ModuleMenuItem::onSelect) ()

◆ priority

uint8_t cdc::core::ModuleMenuItem::priority

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