|
OpenASIP 2.2
|
#include <HDBEditor.hh>


Public Member Functions | |
| HDBEditor () | |
| virtual | ~HDBEditor () |
| virtual bool | OnInit () |
| virtual int | OnExit () |
| HDBEditorMainFrame & | mainFrame () const |
| HDBBrowserWindow * | browser () const |
Private Member Functions | |
| HDBEditor (const HDBEditor &) | |
| Copying not allowed. | |
| HDBEditor & | operator= (const HDBEditor &) |
| Assignment not allowed. | |
| void | createDefaultOptions () |
Private Attributes | |
| HDBEditorMainFrame * | mainFrame_ |
| Main window of the application. | |
| HDBEditor::HDBEditor | ( | ) |
Constructor.
Definition at line 45 of file HDBEditor.cc.
|
virtual |
|
private |
Copying not allowed.
| HDBBrowserWindow * HDBEditor::browser | ( | ) | const |
Returns pointer to the browser window of the application main frame.
Definition at line 135 of file HDBEditor.cc.
References HDBEditorMainFrame::browser(), and mainFrame_.

|
private |
| HDBEditorMainFrame & HDBEditor::mainFrame | ( | ) | const |
Returns the main frame of the application.
Definition at line 124 of file HDBEditor.cc.
References mainFrame_.
|
virtual |
Deletes the application level dynamic objects not handled by wxWindows.
This function is called when application is about to exit.
Definition at line 113 of file HDBEditor.cc.
|
virtual |
Initializes the application.
Creates mainframe as well as reads the configure file.
Definition at line 62 of file HDBEditor.cc.
References FileSystem::fileExists(), Application::initialize(), mainFrame_, HDBEditorMainFrame::setHDB(), WxConversion::toCStringArray(), and WxConversion::toString().

|
private |
Main window of the application.
Definition at line 67 of file HDBEditor.hh.
Referenced by browser(), mainFrame(), and OnInit().