|
OpenASIP 2.2
|
#include <AboutCmd.hh>


Public Member Functions | |
| AboutCmd () | |
| virtual | ~AboutCmd () |
| virtual bool | Do () |
| virtual int | id () const |
| virtual AboutCmd * | create () const |
| virtual bool | isEnabled () |
| virtual std::string | icon () const |
Public Member Functions inherited from EditorCommand | |
| EditorCommand (std::string name, wxWindow *parent=NULL) | |
| virtual | ~EditorCommand () |
| void | setView (wxView *view) |
| wxView * | view () 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 |
wxCommand for editing connections.
Definition at line 40 of file AboutCmd.hh.
| AboutCmd::AboutCmd | ( | ) |
The Constructor.
Definition at line 41 of file AboutCmd.cc.
Referenced by create().
|
virtual |
|
virtual |
Creates and returns a new instance of this command.
Implements GUICommand.
Definition at line 79 of file AboutCmd.cc.
References AboutCmd().

|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 59 of file AboutCmd.cc.
References GUICommand::parentWindow().

|
virtual |
Returns path to the command's icon file.
Reimplemented from EditorCommand.
Definition at line 99 of file AboutCmd.cc.
References ProDeConstants::CMD_ICON_ABOUT.
|
virtual |
Returns id of this command.
Implements GUICommand.
Definition at line 70 of file AboutCmd.cc.
References ProDeConstants::COMMAND_ABOUT.
|
virtual |
This command is always executable.
Reimplemented from EditorCommand.
Definition at line 90 of file AboutCmd.cc.