Oolite 1.91.0.7678-250623-7b2f98d
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
GuiDisplayGen.m File Reference
Include dependency graph for GuiDisplayGen.m:

Go to the source code of this file.

Classes

category  GuiDisplayGen(Internal)

Functions

OOINLINE BOOL RowInRange (OOGUIRow row, NSRange range)

Variables

static BOOL _refreshStarChart = NO

Function Documentation

◆ RowInRange()

OOINLINE BOOL RowInRange ( OOGUIRow row,
NSRange range )

Definition at line 42 of file GuiDisplayGen.m.

43{
44 return ((int)range.location <= row && row < (int)(range.location + range.length));
45}

References OOINLINE.

Referenced by GuiDisplayGen(Internal)::drawGLDisplay:x:y:z:, GuiDisplayGen::keyForRow:, GuiDisplayGen::objectForRow:, GuiDisplayGen::setArray:forRow:, GuiDisplayGen::setColor:forRow:, GuiDisplayGen::setFirstSelectableRow, GuiDisplayGen::setKey:forRow:, GuiDisplayGen::setLastSelectableRow, GuiDisplayGen::setNextRow:, GuiDisplayGen::setSelectedRow:, GuiDisplayGen::setText:forRow:, and GuiDisplayGen::setText:forRow:align:.

Here is the caller graph for this function:

Variable Documentation

◆ _refreshStarChart

BOOL _refreshStarChart = NO
static