|
OpenASIP 2.2
|
#include <HighlightTopExecCountsCmd.hh>


Public Member Functions | |
| HighlightTopExecCountsCmd () | |
| virtual | ~HighlightTopExecCountsCmd () |
| virtual bool | Do () |
| virtual int | id () const |
| virtual HighlightTopExecCountsCmd * | 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 instructions with top execution counts in the disassembly window.
Definition at line 42 of file HighlightTopExecCountsCmd.hh.
| HighlightTopExecCountsCmd::HighlightTopExecCountsCmd | ( | ) |
The Constructor.
Definition at line 44 of file HighlightTopExecCountsCmd.cc.
Referenced by create().
|
virtual |
|
virtual |
Creates and returns a new isntance of this command.
Implements GUICommand.
Definition at line 101 of file HighlightTopExecCountsCmd.cc.
References HighlightTopExecCountsCmd().

|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 60 of file HighlightTopExecCountsCmd.cc.
References assert, ProximToolbox::disassemblyWindow(), ProximToolbox::frontend(), ProximDisassemblyWindow::setMoveAttrProvider(), and DisasmTopCountAttrProvider::update().

|
virtual |
Returns full path to the command icon file.
Implements GUICommand.
Definition at line 81 of file HighlightTopExecCountsCmd.cc.
|
virtual |
Returns ID of this command.
Implements GUICommand.
Definition at line 90 of file HighlightTopExecCountsCmd.cc.
References ProximConstants::COMMAND_HIGHLIGHT_TOP_EXEC_COUNTS.
|
virtual |
Returns true if the command is enabled, false otherwise.
Implements GUICommand.
Definition at line 112 of file HighlightTopExecCountsCmd.cc.
References ProximToolbox::frontend().
