Structure to manage the multi selection. More...
Data Fields | |
int | nbSelect |
multiSelectType_t | selectType [MULTISELECT_MAXSELECT] |
int | selectId [MULTISELECT_MAXSELECT] |
char | popupText [2048] |
Structure to manage the multi selection.
Definition at line 107 of file cp_map.c.
Count of currently selected elements
Definition at line 108 of file cp_map.c.
Referenced by MAP_MapClick(), MAP_MultiSelectExecuteAction_f(), and MAP_MultiSelectListAddItem().
char multiSelect_s::popupText[2048] |
Text to display in popup_multi_selection menu
Definition at line 111 of file cp_map.c.
Referenced by MAP_MapClick(), and MAP_MultiSelectListAddItem().
int multiSelect_s::selectId[MULTISELECT_MAXSELECT] |
Identifier of currently selected element
Definition at line 110 of file cp_map.c.
Referenced by MAP_MultiSelectExecuteAction_f(), and MAP_MultiSelectListAddItem().
multiSelectType_t multiSelect_s::selectType[MULTISELECT_MAXSELECT] |
Type of currently selected elements
Definition at line 109 of file cp_map.c.
Referenced by MAP_MultiSelectExecuteAction_f(), and MAP_MultiSelectListAddItem().