HatchKeeper
0.90
The Free Open-Source Egg Incubation Software
|
#include <HatchKeeper.h>
Public Member Functions | |
void | OnExitSession (wxCloseEvent &evt) |
Cleans up on Windows and Mac. More... | |
virtual void | MacReopenApp () |
Needed under Mac, Calls ShowFrame() More... | |
virtual bool | OnInit () |
Initializes The App. More... | |
int | OnExit () |
Clean Up On Exit. More... | |
DECLARE_EVENT_TABLE () | |
Definition at line 326 of file HatchKeeper.h.
HatchApp::DECLARE_EVENT_TABLE | ( | ) |
|
virtual |
Needed under Mac, Calls ShowFrame()
Definition at line 202 of file HatchKeeper.cpp.
int HatchApp::OnExit | ( | ) |
Clean Up On Exit.
Definition at line 187 of file HatchKeeper.cpp.
void HatchApp::OnExitSession | ( | wxCloseEvent & | evt | ) |
Cleans up on Windows and Mac.
Definition at line 205 of file HatchKeeper.cpp.
|
virtual |
Initializes The App.
Definition at line 120 of file HatchKeeper.cpp.