#include <command.h>
Inheritance diagram for CommandUnmarkAll:


Public Member Functions | |
| CommandUnmarkAll () | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| int | dummy |
|
|
Definition at line 652 of file command.cpp. 00653 {
00654 }
|
|
|
Implements InstantaneousCommand. Definition at line 656 of file command.cpp. 00657 {
00658 if (env.getSimulation()->getUniverse() != NULL)
00659 env.getSimulation()->getUniverse()->unmarkAll();
00660 }
|
|
|
|
1.4.1