coan 4.2.4
|
![]() |
Enumerations | |
enum | line_edit_storage_type { line_edit_storage_type = STATE_STATIC } |
enum | line_edit_init_type { line_edit_initialisation_type = ZERO_INITABLE } |
Functions | |
void | line_edit_initor (void) |
void | line_edit_finitor (void) |
Variables | |
static line_edit_state_t | line_edit_state |
line_edit_state_t * | line_edit_h = & line_edit_state |
line_edit_public_state_t * | line_edit_public_h = ( line_edit_public_state_t *)& line_edit_state |
static const line_edit_state_t *const | line_edit_static_initialiser_h |
void(* | line_edit_init_h )(line_edit_state_t *) |
void(* | line_edit_finis_h )(line_edit_state_t *) |
typedef line_edit_public_state_t | line_edit_state_t |
This code is generated by the macros in state_utils.h
The Line Edit component has no private state
Definition at line 163 of file line_edit.c.