UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
uiOptionIterator_t Struct Reference

#include <ui_data.h>

Data Fields

uiNode_toption
 
uiNode_tdepthCache [MAX_DEPTH_OPTIONITERATORCACHE]
 
int depthPos
 
bool skipInvisible
 
bool skipCollapsed
 

Detailed Description

Definition at line 59 of file ui_data.h.

Field Documentation

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
uiNode_t* uiOptionIterator_t::option
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().


The documentation for this struct was generated from the following file: