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

A Dialog For Displaying Version, Help, Credits And More. More...

Inheritance diagram for HelpDialog:

Public Member Functions

 HelpDialog (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 550), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 Constructor. More...
 

Private Member Functions

void ScanLicense ()
 
void OnClose (wxCommandEvent &)
 Close Dialog. More...
 

Private Attributes

wxScrolledWindow * AboutPanel
 
wxStaticBitmap * iconBitmap
 
wxStaticText * versionStat
 
wxStaticText * decriptionStat
 
wxStaticText * copywriteStat
 
wxStaticText * licenseStat
 
wxHyperlinkCtrl * homepageStat
 
wxHyperlinkCtrl * helppageStat
 
wxStaticText * CreditStat
 
wxStaticText * m_staticText8
 
wxStaticText * TeamStat
 
wxStaticText * ThanksStat
 
wxStaticText * ThankNamesStat
 
wxButton * HelpCloseButton
 

Detailed Description

A Dialog For Displaying Version, Help, Credits And More.

Definition at line 20 of file HelpDialog.cpp.

Constructor & Destructor Documentation

◆ HelpDialog()

HelpDialog::HelpDialog ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxString &  title = wxEmptyString,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( 500,550 ),
long  style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER 
)

Constructor.

Definition at line 45 of file HelpDialog.cpp.

Member Function Documentation

◆ OnClose()

void HelpDialog::OnClose ( wxCommandEvent &  )
private

Close Dialog.

Definition at line 123 of file HelpDialog.cpp.

◆ ScanLicense()

void HelpDialog::ScanLicense ( )
private

Member Data Documentation

◆ AboutPanel

wxScrolledWindow* HelpDialog::AboutPanel
private

Definition at line 23 of file HelpDialog.cpp.

◆ copywriteStat

wxStaticText* HelpDialog::copywriteStat
private

Definition at line 27 of file HelpDialog.cpp.

◆ CreditStat

wxStaticText* HelpDialog::CreditStat
private

Definition at line 31 of file HelpDialog.cpp.

◆ decriptionStat

wxStaticText* HelpDialog::decriptionStat
private

Definition at line 26 of file HelpDialog.cpp.

◆ HelpCloseButton

wxButton* HelpDialog::HelpCloseButton
private

Definition at line 36 of file HelpDialog.cpp.

◆ helppageStat

wxHyperlinkCtrl* HelpDialog::helppageStat
private

Definition at line 30 of file HelpDialog.cpp.

◆ homepageStat

wxHyperlinkCtrl* HelpDialog::homepageStat
private

Definition at line 29 of file HelpDialog.cpp.

◆ iconBitmap

wxStaticBitmap* HelpDialog::iconBitmap
private

Definition at line 24 of file HelpDialog.cpp.

◆ licenseStat

wxStaticText* HelpDialog::licenseStat
private

Definition at line 28 of file HelpDialog.cpp.

◆ m_staticText8

wxStaticText* HelpDialog::m_staticText8
private

Definition at line 32 of file HelpDialog.cpp.

◆ TeamStat

wxStaticText* HelpDialog::TeamStat
private

Definition at line 33 of file HelpDialog.cpp.

◆ ThankNamesStat

wxStaticText* HelpDialog::ThankNamesStat
private

Definition at line 35 of file HelpDialog.cpp.

◆ ThanksStat

wxStaticText* HelpDialog::ThanksStat
private

Definition at line 34 of file HelpDialog.cpp.

◆ versionStat

wxStaticText* HelpDialog::versionStat
private

Definition at line 25 of file HelpDialog.cpp.


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