|
OpenASIP 2.2
|
#include <ProximAboutCmd.hh>


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

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

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