OpenASIP
2.0
|
#include <ProximNextICmd.hh>
Public Member Functions | |
ProximNextICmd () | |
virtual | ~ProximNextICmd () |
virtual bool | Do () |
virtual int | id () const |
virtual ProximNextICmd * | 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 |
Private Attributes | |
SimulatorFrontend * | simulator_ |
Proxim simulation command for advancing to the next machine instruction in current procedure.
Definition at line 44 of file ProximNextICmd.hh.
ProximNextICmd::ProximNextICmd | ( | ) |
The Constructor.
Definition at line 42 of file ProximNextICmd.cc.
References simulator_.
Referenced by create().
|
virtual |
|
virtual |
Creates and returns a new isntance of this command.
Implements GUICommand.
Definition at line 92 of file ProximNextICmd.cc.
References ProximNextICmd().
|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 59 of file ProximNextICmd.cc.
References ProximConstants::SCL_NEXT_INSTRUCTION.
|
virtual |
Returns full path to the command icon file.
Implements GUICommand.
Definition at line 72 of file ProximNextICmd.cc.
|
virtual |
Returns ID of this command.
Implements GUICommand.
Definition at line 81 of file ProximNextICmd.cc.
References ProximConstants::COMMAND_NEXTI.
|
virtual |
Returns true if the command is enabled, false otherwise.
Implements GUICommand.
Definition at line 103 of file ProximNextICmd.cc.
References SimulatorFrontend::isSimulationInitialized(), SimulatorFrontend::isSimulationStopped(), and simulator_.
|
private |
Definition at line 55 of file ProximNextICmd.hh.
Referenced by isEnabled(), and ProximNextICmd().