OpenASIP
2.0
|
#include <ClearDisassemblyHighlightCmd.hh>
Public Member Functions | |
ClearDisassemblyHighlightCmd () | |
virtual | ~ClearDisassemblyHighlightCmd () |
virtual bool | Do () |
virtual int | id () const |
virtual ClearDisassemblyHighlightCmd * | 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 clearing disassembly window highlighting mode.
Definition at line 41 of file ClearDisassemblyHighlightCmd.hh.
ClearDisassemblyHighlightCmd::ClearDisassemblyHighlightCmd | ( | ) |
The Constructor.
Definition at line 43 of file ClearDisassemblyHighlightCmd.cc.
Referenced by create().
|
virtual |
|
virtual |
Creates and returns a new isntance of this command.
Implements GUICommand.
Definition at line 94 of file ClearDisassemblyHighlightCmd.cc.
References ClearDisassemblyHighlightCmd().
|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 59 of file ClearDisassemblyHighlightCmd.cc.
References assert, ProximToolbox::disassemblyWindow(), and ProximDisassemblyWindow::setMoveAttrProvider().
|
virtual |
Returns full path to the command icon file.
Implements GUICommand.
Definition at line 74 of file ClearDisassemblyHighlightCmd.cc.
|
virtual |
Returns ID of this command.
Implements GUICommand.
Definition at line 83 of file ClearDisassemblyHighlightCmd.cc.
References ProximConstants::COMMAND_CLEAR_DISASSEMBLY_HIGHLIGHT.
|
virtual |
Returns true if the command is enabled, false otherwise.
Implements GUICommand.
Definition at line 105 of file ClearDisassemblyHighlightCmd.cc.
References ProximToolbox::frontend().