UFO: Alien Invasion
|
#include <ui_data.h>
Data Fields | |
uiNode_t * | option |
uiNode_t * | depthCache [MAX_DEPTH_OPTIONITERATORCACHE] |
int | depthPos |
bool | skipInvisible |
bool | skipCollapsed |
uiNode_t* uiOptionIterator_t::depthCache[MAX_DEPTH_OPTIONITERATORCACHE] |
parent link
Definition at line 61 of file ui_data.h.
Referenced by UI_FindOptionAtIndex(), UI_OptionIteratorNextOption(), and UI_OptionTree_SelectValue().
int uiOptionIterator_t::depthPos |
current cache position
Definition at line 62 of file ui_data.h.
Referenced by uiOptionTreeNode::draw(), UI_FindOptionAtIndex(), UI_OptionIteratorNextOption(), UI_OptionTree_SelectValue(), and UI_OptionTreeNodeGetOptionAtPosition().
uiNode_t* uiOptionIterator_t::option |
current option
Definition at line 60 of file ui_data.h.
Referenced by MSO_Toggle_f(), MSO_UpdateVisibleButtons(), UI_FindOptionAtIndex(), UI_FindOptionByValue(), UI_FindOptionPosition(), and UI_OptionIteratorNextOption().
bool uiOptionIterator_t::skipCollapsed |
skip collapsed options when we iterate
Definition at line 64 of file ui_data.h.
Referenced by UI_InitOptionIteratorAtIndex(), and UI_OptionIteratorNextOption().
bool uiOptionIterator_t::skipInvisible |
skip invisible options when we iterate
Definition at line 63 of file ui_data.h.
Referenced by UI_InitOptionIteratorAtIndex(), and UI_OptionIteratorNextOption().