Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CoreExecutionEnvironment Class Reference

Inheritance diagram for CoreExecutionEnvironment:

Inheritance graph
Collaboration diagram for CoreExecutionEnvironment:

Collaboration graph
List of all members.

Public Member Functions

 CoreExecutionEnvironment (CelestiaCore &_core)
CelestiaCoregetCelestiaCore () const
RenderergetRenderer () const
SimulationgetSimulation () const
void showText (string s, int horig, int vorig, int hoff, int voff, double duration)

Private Attributes

CelestiaCorecore

Constructor & Destructor Documentation

CoreExecutionEnvironment::CoreExecutionEnvironment CelestiaCore _core  )  [inline]
 

Definition at line 95 of file celestiacore.cpp.

References core.

00095                                                   : core(_core)
00096     {
00097     }


Member Function Documentation

CelestiaCore* CoreExecutionEnvironment::getCelestiaCore  )  const [inline, virtual]
 

Implements ExecutionEnvironment.

Definition at line 109 of file celestiacore.cpp.

References core.

00110     {
00111         return &core;         
00112     }

Renderer* CoreExecutionEnvironment::getRenderer  )  const [inline, virtual]
 

Implements ExecutionEnvironment.

Definition at line 104 of file celestiacore.cpp.

References core, and CelestiaCore::getRenderer().

00105     {
00106         return core.getRenderer();
00107     }

Simulation* CoreExecutionEnvironment::getSimulation  )  const [inline, virtual]
 

Implements ExecutionEnvironment.

Definition at line 99 of file celestiacore.cpp.

References core, and CelestiaCore::getSimulation().

00100     {
00101         return core.getSimulation();
00102     }

void CoreExecutionEnvironment::showText string  s,
int  horig,
int  vorig,
int  hoff,
int  voff,
double  duration
[inline]
 

Definition at line 114 of file celestiacore.cpp.

References core, and CelestiaCore::showText().

00116     {
00117         core.showText(s, horig, vorig, hoff, voff, duration);
00118     }


Member Data Documentation

CelestiaCore& CoreExecutionEnvironment::core [private]
 

Definition at line 92 of file celestiacore.cpp.

Referenced by CoreExecutionEnvironment(), getCelestiaCore(), getRenderer(), getSimulation(), and showText().


The documentation for this class was generated from the following file:
Generated on Sat Jan 14 22:33:16 2006 for Celestia by  doxygen 1.4.1