Defines the data of a uiAction_t
leaf. It allows different kind of data without cast.
More...
#include <ui_actions.h>
Data Fields | |
int | integer |
float | number |
char * | string |
const char * | constString |
void * | data |
const void * | constData |
Defines the data of a uiAction_t
leaf. It allows different kind of data without cast.
Definition at line 122 of file ui_actions.h.
const void* uiTerminalActionData_t::constData |
Definition at line 128 of file ui_actions.h.
const char* uiTerminalActionData_t::constString |
Definition at line 126 of file ui_actions.h.
Definition at line 127 of file ui_actions.h.
Definition at line 123 of file ui_actions.h.
Definition at line 124 of file ui_actions.h.
Definition at line 125 of file ui_actions.h.