UFO: Alien Invasion
Loading...
Searching...
No Matches
uiOptionIterator_t Struct Reference

#include <ui_data.h>

Collaboration diagram for uiOptionIterator_t:
Collaboration graph

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

◆ depthCache

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().

◆ depthPos

int uiOptionIterator_t::depthPos

◆ option

uiNode_t* uiOptionIterator_t::option

◆ skipCollapsed

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().

◆ skipInvisible

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: