OpenASIP
2.0
|
#include <SetStatusTextCmd.hh>
Public Member Functions | |
SetStatusTextCmd (std::string text) | |
virtual | ~SetStatusTextCmd () |
virtual bool | Do () |
Public Member Functions inherited from ComponentCommand | |
ComponentCommand () | |
virtual | ~ComponentCommand () |
wxWindow * | parentWindow () |
void | setParentWindow (wxWindow *window) |
Private Attributes | |
std::string | text_ |
Status text to set. More... | |
Command for setting the status bar text.
Definition at line 43 of file SetStatusTextCmd.hh.
SetStatusTextCmd::SetStatusTextCmd | ( | std::string | text | ) |
The Constructor.
text | Status text to set. |
Definition at line 49 of file SetStatusTextCmd.cc.
|
virtual |
|
virtual |
Executes the command.
Implements ComponentCommand.
Definition at line 67 of file SetStatusTextCmd.cc.
References ChildFrame::setStatus(), text_, and WxConversion::toWxString().
|
private |