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

CommandTrack Class Reference

#include <command.h>

Inheritance diagram for CommandTrack:

Inheritance graph
Collaboration diagram for CommandTrack:

Collaboration graph
List of all members.

Public Member Functions

 CommandTrack ()
void process (ExecutionEnvironment &)

Private Attributes

int dummy

Constructor & Destructor Documentation

CommandTrack::CommandTrack  ) 
 

Definition at line 207 of file command.cpp.

00208 {
00209 }


Member Function Documentation

void CommandTrack::process ExecutionEnvironment  )  [virtual]
 

Implements InstantaneousCommand.

Definition at line 211 of file command.cpp.

00212 {
00213     env.getSimulation()->setTrackedObject(env.getSimulation()->getSelection());
00214 }


Member Data Documentation

int CommandTrack::dummy [private]
 

Definition at line 201 of file command.h.


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