| OpenASIP 2.2
    | 
#include <CloseDocumentCmd.hh>


| Public Member Functions | |
| CloseDocumentCmd () | |
| virtual | ~CloseDocumentCmd () | 
| virtual bool | Do () | 
| virtual int | id () const | 
| virtual CloseDocumentCmd * | create () const | 
| virtual std::string | shortName () const | 
| virtual std::string | icon () const | 
| virtual bool | isEnabled () | 
|  Public Member Functions inherited from EditorCommand | |
| EditorCommand (std::string name, wxWindow *parent=NULL) | |
| virtual | ~EditorCommand () | 
| void | setView (wxView *view) | 
| wxView * | view () const | 
|  Public Member Functions inherited from GUICommand | |
| GUICommand (std::string name, wxWindow *parent) | |
| virtual | ~GUICommand () | 
| virtual bool | isChecked () const | 
| void | setParentWindow (wxWindow *view) | 
| wxWindow * | parentWindow () const | 
| std::string | name () const | 
EditorCommand for closing documents.
Definition at line 41 of file CloseDocumentCmd.hh.
| CloseDocumentCmd::CloseDocumentCmd | ( | ) | 
The Constructor.
Definition at line 44 of file CloseDocumentCmd.cc.
Referenced by create().
| 
 | virtual | 
| 
 | virtual | 
Creates and returns a new instance of this command.
Implements GUICommand.
Definition at line 94 of file CloseDocumentCmd.cc.
References CloseDocumentCmd().

| 
 | virtual | 
Executes the command.
Implements GUICommand.
Definition at line 64 of file CloseDocumentCmd.cc.
| 
 | virtual | 
Returns path to the command's icon file.
Reimplemented from EditorCommand.
Definition at line 115 of file CloseDocumentCmd.cc.
References ProDeConstants::CMD_ICON_CLOSE_DOC.
| 
 | virtual | 
Returns id of this command.
Implements GUICommand.
Definition at line 83 of file CloseDocumentCmd.cc.
References ProDeConstants::COMMAND_CLOSE_DOC.
| 
 | virtual | 
Returns true when the command is executable, false when not.
This command is executable when a document is open.
Reimplemented from EditorCommand.
Definition at line 128 of file CloseDocumentCmd.cc.
| 
 | virtual | 
Returns short version of the command name.
Reimplemented from GUICommand.
Definition at line 105 of file CloseDocumentCmd.cc.
References ProDeConstants::CMD_SNAME_CLOSE_DOC.