OpenASIP
2.0
|
#include <OSEdAboutCmd.hh>
Public Member Functions | |
OSEdAboutCmd () | |
virtual | ~OSEdAboutCmd () |
virtual int | id () const |
virtual GUICommand * | create () const |
virtual bool | Do () |
virtual bool | isEnabled () |
virtual std::string | icon () const |
Public Member Functions inherited from GUICommand | |
GUICommand (std::string name, wxWindow *parent) | |
virtual | ~GUICommand () |
virtual bool | isChecked () const |
virtual std::string | shortName () const |
void | setParentWindow (wxWindow *view) |
wxWindow * | parentWindow () const |
std::string | name () const |
Private Member Functions | |
OSEdAboutCmd (const OSEdAboutCmd &) | |
Copying not allowed. More... | |
OSEdAboutCmd & | operator= (const OSEdAboutCmd &) |
Assignment not allowed. More... | |
Command that shows the about dialog of OSEd.
Definition at line 43 of file OSEdAboutCmd.hh.
OSEdAboutCmd::OSEdAboutCmd | ( | ) |
|
virtual |
|
private |
Copying not allowed.
|
virtual |
Creates a new command.
Implements GUICommand.
Definition at line 74 of file OSEdAboutCmd.cc.
References OSEdAboutCmd().
|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 84 of file OSEdAboutCmd.cc.
References GUICommand::parentWindow().
|
virtual |
Returns the icon path.
Implements GUICommand.
Definition at line 106 of file OSEdAboutCmd.cc.
|
virtual |
Returns the id of the command.
Implements GUICommand.
Definition at line 64 of file OSEdAboutCmd.cc.
References OSEdConstants::CMD_ABOUT.
|
virtual |
Returns true, if command is enabled.
Implements GUICommand.
Definition at line 96 of file OSEdAboutCmd.cc.
|
private |
Assignment not allowed.