llvm-mos-sdk
Public Attributes | List of all members
menu_item Struct Reference

#include <geos_types.h>

Collaboration diagram for menu_item:
Collaboration graph
[legend]

Public Attributes

char * text
 
uint8_t action_type
 
union {
   vector   handler_function
 
   menu_tab_t *   sub_menu
 
}; 
 

Member Data Documentation

◆ @126

union { ... }

◆ action_type

uint8_t menu_item::action_type

◆ handler_function

vector menu_item::handler_function

◆ sub_menu

menu_tab_t* menu_item::sub_menu

◆ text

char* menu_item::text

The documentation for this struct was generated from the following file: