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

CommandCancel Class Reference

#include <command.h>

Inheritance diagram for CommandCancel:

Inheritance graph
Collaboration diagram for CommandCancel:

Collaboration graph
List of all members.

Public Member Functions

 CommandCancel ()
void process (ExecutionEnvironment &)

Private Attributes

int dummy

Constructor & Destructor Documentation

CommandCancel::CommandCancel  ) 
 

Definition at line 269 of file command.cpp.

00270 {
00271 }


Member Function Documentation

void CommandCancel::process ExecutionEnvironment  )  [virtual]
 

Implements InstantaneousCommand.

Definition at line 273 of file command.cpp.

00274 {
00275     env.getSimulation()->cancelMotion();
00276     env.getSimulation()->setFrame(FrameOfReference());
00277     env.getSimulation()->setTrackedObject(Selection());
00278 }


Member Data Documentation

int CommandCancel::dummy [private]
 

Definition at line 237 of file command.h.


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