Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
Classes | Functions | Variables
GuiDisplayGen.m File Reference
import "GuiDisplayGen.h"
import "Universe.h"
import "GameController.h"
import "PlayerEntity.h"
import "PlayerEntityControls.h"
import "OOTextureSprite.h"
import "ResourceManager.h"
import "OOSound.h"
import "OOStringExpander.h"
import "OOStringParsing.h"
import "HeadUpDisplay.h"
import "OOCollectionExtractors.h"
import "OOTexture.h"
import "OOJavaScriptEngine.h"
import "PlayerEntityStickProfile.h"
import "OOSystemDescriptionManager.h"
+ 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.