|
OpenASIP 2.2
|
#include <HDBEditorAboutCmd.hh>


Public Member Functions | |
| HDBEditorAboutCmd () | |
| virtual | ~HDBEditorAboutCmd () |
| virtual bool | Do () |
| virtual int | id () const |
| virtual HDBEditorAboutCmd * | create () const |
| virtual std::string | icon () const |
| virtual bool | isEnabled () |
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 |
Command for displaying HDBEditor about dialog.
Definition at line 42 of file HDBEditorAboutCmd.hh.
| HDBEditorAboutCmd::HDBEditorAboutCmd | ( | ) |
The Constructor.
Definition at line 41 of file HDBEditorAboutCmd.cc.
Referenced by create().
|
virtual |
|
virtual |
Creates and returns a new isntance of this command.
Implements GUICommand.
Definition at line 91 of file HDBEditorAboutCmd.cc.
References HDBEditorAboutCmd().

|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 57 of file HDBEditorAboutCmd.cc.
References assert, and GUICommand::parentWindow().

|
virtual |
Returns full path to the command icon file.
Implements GUICommand.
Definition at line 71 of file HDBEditorAboutCmd.cc.
|
virtual |
Returns ID of this command.
Implements GUICommand.
Definition at line 80 of file HDBEditorAboutCmd.cc.
References HDBEditorConstants::COMMAND_ABOUT.
|
virtual |
Returns true if the command is enabled, false otherwise.
Implements GUICommand.
Definition at line 102 of file HDBEditorAboutCmd.cc.