Implementation of wxApp
More...
#include <HippApp.h>
List of all members.
Detailed Description
Implementation of wxApp
- Author:
- David Kadish
HippApp is an implementation of wxApp. HippApp is responsible for the main loop of the Hipp program. It handles exceptions and events and opening and closing the GUI application.
Constructor & Destructor Documentation
| HippApp::~HippApp |
( |
|
) |
[virtual] |
Member Function Documentation
| virtual bool hipp::HippApp::OnCmdLineParsed |
( |
wxCmdLineParser & |
parser |
) |
[inline, virtual] |
| bool HippApp::OnExceptionInMainLoop |
( |
|
) |
[virtual] |
| int HippApp::OnExit |
( |
|
) |
[virtual] |
| void HippApp::OnIdle |
( |
wxIdleEvent & |
event |
) |
[virtual] |
| bool HippApp::OnInit |
( |
|
) |
[virtual] |
Called on app initialization.
| virtual void hipp::HippApp::OnInitCmdLine |
( |
wxCmdLineParser & |
parser |
) |
[inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: