HatchKeeper  0.90
The Free Open-Source Egg Incubation Software
/home/millj/Documents/1-Code/HatchKeeper/HatchKeeper.cpp File Reference
#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
 

Function Documentation

◆ HatchTerm()

void HatchTerm ( int  signum)

Handles Sigterm(Shutdown) Under Linux And Cleans Up.

Definition at line 101 of file HatchKeeper.cpp.

◆ ShowFrame()

void ShowFrame ( )

Shows Splash Screen Then Shows And Raises Main Frame.

Definition at line 2579 of file HatchKeeper.cpp.

Variable Documentation

◆ HatchCondition

int HatchCondition = 0

Definition at line 29 of file HatchKeeper.cpp.

◆ UsedGen

bool UsedGen = true

Definition at line 34 of file HatchKeeper.cpp.