#include <ui_data.h>
Data Fields | |
uiNode_t * | option |
uiNode_t * | depthCache [MAX_DEPTH_OPTIONITERATORCACHE] |
int | depthPos |
qboolean | skipInvisible |
qboolean | skipCollapsed |
Definition at line 147 of file ui_data.h.
uiNode_t* uiOptionIterator_t::depthCache[MAX_DEPTH_OPTIONITERATORCACHE] |
parent link
Definition at line 149 of file ui_data.h.
Referenced by UI_FindOptionAtIndex(), UI_OptionIteratorNextOption(), and UI_OptionTreeSetSelectedValue().
current cache position
Definition at line 150 of file ui_data.h.
Referenced by UI_FindOptionAtIndex(), UI_OptionIteratorNextOption(), UI_OptionTreeNodeDraw(), UI_OptionTreeNodeGetOptionAtPosition(), and UI_OptionTreeSetSelectedValue().
current option
Definition at line 148 of file ui_data.h.
Referenced by MSO_Toggle_f(), MSO_UpdateVisibleButtons(), UI_FindOptionAtIndex(), UI_FindOptionByValue(), UI_FindOptionPosition(), and UI_OptionIteratorNextOption().
skip collapsed options when we iterate
Definition at line 152 of file ui_data.h.
Referenced by UI_InitOptionIteratorAtIndex(), UI_OptionIteratorNextOption(), and UI_OptionTreeSetSelectedValue().
skip invisible options when we iterate
Definition at line 151 of file ui_data.h.
Referenced by UI_InitOptionIteratorAtIndex(), and UI_OptionIteratorNextOption().