Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
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}

Variable Documentation

◆ _refreshStarChart

BOOL _refreshStarChart = NO
static

Definition at line 64 of file GuiDisplayGen.m.