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


Public Member Functions | |
| CommandSetUrl (const std::string &_url) | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| std::string | url |
|
|
Definition at line 136 of file command.cpp. 00136 : 00137 url(_url) 00138 { 00139 }
|
|
|
Implements InstantaneousCommand. Definition at line 141 of file command.cpp. References url. 00142 {
00143 env.getCelestiaCore()->goToUrl(url);
00144 }
|
|
|
Definition at line 134 of file command.h. Referenced by process(). |
1.4.1