OpenASIP
2.0
|
#include <OSEdMemoryCmd.hh>
Public Member Functions | |
OSEdMemoryCmd () | |
virtual | ~OSEdMemoryCmd () |
virtual int | id () const |
virtual GUICommand * | create () const |
virtual bool | Do () |
virtual bool | isEnabled () |
virtual std::string | icon () const |
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 Member Functions | |
OSEdMemoryCmd (const OSEdMemoryCmd &) | |
Copying not allowed. More... | |
OSEdMemoryCmd & | operator= (const OSEdMemoryCmd &) |
Assignment not allowed. More... | |
Class that opens memory dialog.
Definition at line 43 of file OSEdMemoryCmd.hh.
OSEdMemoryCmd::OSEdMemoryCmd | ( | ) |
|
virtual |
|
private |
Copying not allowed.
|
virtual |
Creates a new command.
Implements GUICommand.
Definition at line 70 of file OSEdMemoryCmd.cc.
References OSEdMemoryCmd().
|
virtual |
Executes the command.
Implements GUICommand.
Definition at line 80 of file OSEdMemoryCmd.cc.
References GUICommand::parentWindow().
|
virtual |
Returns icon path.
Implements GUICommand.
Definition at line 104 of file OSEdMemoryCmd.cc.
|
virtual |
Returns the id of the command.
Implements GUICommand.
Definition at line 60 of file OSEdMemoryCmd.cc.
References OSEdConstants::CMD_MEMORY.
|
virtual |
Returns true if command is enabled.
Memory command is always enabled.
Implements GUICommand.
Definition at line 94 of file OSEdMemoryCmd.cc.
|
private |
Assignment not allowed.