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

CommandUnmarkAll Class Reference

#include <command.h>

Inheritance diagram for CommandUnmarkAll:

Inheritance graph
Collaboration diagram for CommandUnmarkAll:

Collaboration graph
List of all members.

Public Member Functions

 CommandUnmarkAll ()
void process (ExecutionEnvironment &)

Private Attributes

int dummy

Constructor & Destructor Documentation

CommandUnmarkAll::CommandUnmarkAll  ) 
 

Definition at line 652 of file command.cpp.

00653 {
00654 }


Member Function Documentation

void CommandUnmarkAll::process ExecutionEnvironment  )  [virtual]
 

Implements InstantaneousCommand.

Definition at line 656 of file command.cpp.

00657 {
00658     if (env.getSimulation()->getUniverse() != NULL)
00659         env.getSimulation()->getUniverse()->unmarkAll();
00660 }


Member Data Documentation

int CommandUnmarkAll::dummy [private]
 

Definition at line 501 of file command.h.


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