OpenASIP
2.0
|
#include <HighlightExecPercentageCmd.hh>
Public Member Functions | |
HighlightExecPercentageCmd () | |
virtual | ~HighlightExecPercentageCmd () |
virtual bool | Do () |
virtual int | id () const |
virtual HighlightExecPercentageCmd * | 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 highlighting move execution counts in the disassembly window.
Definition at line 41 of file HighlightExecPercentageCmd.hh.
HighlightExecPercentageCmd::HighlightExecPercentageCmd | ( | ) |
The Constructor.
Definition at line 44 of file HighlightExecPercentageCmd.cc.
Referenced by create().
|
virtual |
|
virtual |
Creates and returns a new isntance of this command.
Implements GUICommand.
Definition at line 97 of file HighlightExecPercentageCmd.cc.
References HighlightExecPercentageCmd().
|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 60 of file HighlightExecPercentageCmd.cc.
References assert, ProximToolbox::disassemblyWindow(), ProximToolbox::frontend(), and ProximDisassemblyWindow::setMoveAttrProvider().
|
virtual |
Returns full path to the command icon file.
Implements GUICommand.
Definition at line 77 of file HighlightExecPercentageCmd.cc.
|
virtual |
Returns ID of this command.
Implements GUICommand.
Definition at line 86 of file HighlightExecPercentageCmd.cc.
References ProximConstants::COMMAND_HIGHLIGHT_EXEC_PERCENTAGE.
|
virtual |
Returns true if the command is enabled, false otherwise.
Implements GUICommand.
Definition at line 108 of file HighlightExecPercentageCmd.cc.
References ProximToolbox::frontend().