|
OpenASIP 2.2
|
#include <ProximNewPortWindowCmd.hh>


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

|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 57 of file ProximNewPortWindowCmd.cc.
References ProximToolbox::addFramedWindow(), and ProximToolbox::mainFrame().

|
virtual |
Returns full path to the command icon file.
Implements GUICommand.
Definition at line 77 of file ProximNewPortWindowCmd.cc.
|
virtual |
Returns ID of this command.
Implements GUICommand.
Definition at line 86 of file ProximNewPortWindowCmd.cc.
References ProximConstants::COMMAND_NEW_PORT_WINDOW.
|
virtual |
Returns true if the command is enabled, false otherwise.
Implements GUICommand.
Definition at line 108 of file ProximNewPortWindowCmd.cc.