OpenASIP
2.0
|
#include <ProximFindCmd.hh>
Public Member Functions | |
ProximFindCmd () | |
virtual | ~ProximFindCmd () |
virtual bool | Do () |
virtual int | id () const |
virtual ProximFindCmd * | 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 disassembly search window.
Definition at line 42 of file ProximFindCmd.hh.
ProximFindCmd::ProximFindCmd | ( | ) |
Definition at line 42 of file ProximFindCmd.cc.
Referenced by create().
|
virtual |
Definition at line 47 of file ProximFindCmd.cc.
|
virtual |
Creates and returns a new instance of this command.
Implements GUICommand.
Definition at line 113 of file ProximFindCmd.cc.
References ProximFindCmd().
|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 55 of file ProximFindCmd.cc.
References ProximToolbox::addFramedWindow(), ProximToolbox::frontend(), ProximConstants::ID_FIND_WINDOW, SimulatorFrontend::isSimulationInitialized(), SimulatorFrontend::isSimulationRunning(), SimulatorFrontend::isSimulationStopped(), ProximToolbox::mainFrame(), and GUICommand::parentWindow().
|
virtual |
Returns full path to the command icon file.
Implements GUICommand.
Definition at line 93 of file ProximFindCmd.cc.
|
virtual |
Returns ID of this command.
Implements GUICommand.
Definition at line 102 of file ProximFindCmd.cc.
References ProximConstants::COMMAND_FIND.
|
virtual |
Returns true if the command is enabled, false otherwise.
Implements GUICommand.
Definition at line 124 of file ProximFindCmd.cc.