HatchKeeper  0.90
The Free Open-Source Egg Incubation Software
HatchTaskBarIcon Class Reference

A Taskbar Icon That Is Visable When HatchKeeper Is Running. More...

Inheritance diagram for HatchTaskBarIcon:

Public Member Functions

 HatchTaskBarIcon ()
 Constructor. More...
 
void OnWindowRestore (wxCommandEvent &)
 Calls ShowFrame() More...
 
void OnWindowExit (wxCommandEvent &)
 Exits The App Completely. More...
 
virtual wxMenu * CreatePopupMenu ()
 Overridden To Show A Menu When The Icon Is Clicked. More...
 
 DECLARE_EVENT_TABLE ()
 

Detailed Description

A Taskbar Icon That Is Visable When HatchKeeper Is Running.

Definition at line 21 of file TaskbarIcon.cpp.

Constructor & Destructor Documentation

◆ HatchTaskBarIcon()

HatchTaskBarIcon::HatchTaskBarIcon ( )
inline

Constructor.

Definition at line 29 of file TaskbarIcon.cpp.

Member Function Documentation

◆ CreatePopupMenu()

wxMenu * HatchTaskBarIcon::CreatePopupMenu ( )
virtual

Overridden To Show A Menu When The Icon Is Clicked.

Definition at line 42 of file TaskbarIcon.cpp.

◆ DECLARE_EVENT_TABLE()

HatchTaskBarIcon::DECLARE_EVENT_TABLE ( )

◆ OnWindowExit()

void HatchTaskBarIcon::OnWindowExit ( wxCommandEvent &  )

Exits The App Completely.

Definition at line 2405 of file HatchKeeper.cpp.

◆ OnWindowRestore()

void HatchTaskBarIcon::OnWindowRestore ( wxCommandEvent &  )

Calls ShowFrame()

Definition at line 2402 of file HatchKeeper.cpp.


The documentation for this class was generated from the following files: