|
HatchKeeper
0.90
The Free Open-Source Egg Incubation Software
|
#include "HatchKeeper.h"Go to the source code of this file.
Functions | |
| void | HatchTerm (int signum) |
| Handles Sigterm(Shutdown) Under Linux And Cleans Up. More... | |
| void | ShowFrame () |
| Shows Splash Screen Then Shows And Raises Main Frame. More... | |
Variables | |
| int | HatchCondition = 0 |
| bool | UsedGen = true |
| void HatchTerm | ( | int | signum | ) |
Handles Sigterm(Shutdown) Under Linux And Cleans Up.
Definition at line 101 of file HatchKeeper.cpp.
| void ShowFrame | ( | ) |
Shows Splash Screen Then Shows And Raises Main Frame.
Definition at line 2579 of file HatchKeeper.cpp.
| int HatchCondition = 0 |
Definition at line 29 of file HatchKeeper.cpp.
| bool UsedGen = true |
Definition at line 34 of file HatchKeeper.cpp.