HatchKeeper  0.90
The Free Open-Source Egg Incubation Software
AddBreedDialog Class Reference
Inheritance diagram for AddBreedDialog:

Public Member Functions

 AddBreedDialog (wxWindow *parent, wxWindowID id=500, const wxString &title=wxT(""), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxCAPTION|wxCLOSE_BOX|wxSYSTEM_MENU)
 Constructor. More...
 

Private Member Functions

void OnBreedType (wxCommandEvent &)
 Fired When Type Changes. More...
 
void OnSaveButton (wxCommandEvent &)
 Adds A Breed To The Database. More...
 
void OnCancelButton (wxCommandEvent &)
 Closes Dialog. More...
 

Private Attributes

wxTextCtrl * BreedNameCtrl
 
wxStaticText * BreedNameStat
 
wxChoice * BreedTypeChoice
 
wxStaticText * BreedTypeStat
 
wxSpinCtrl * BreedDaySpin
 
wxStaticText * BreedDayText
 
wxButton * SaveButton
 
wxButton * CancelButton
 

Detailed Description

Definition at line 33 of file PrefDialog.cpp.

Constructor & Destructor Documentation

◆ AddBreedDialog()

AddBreedDialog::AddBreedDialog ( wxWindow *  parent,
wxWindowID  id = 500,
const wxString &  title = wxT(""),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxCAPTION|wxCLOSE_BOX|wxSYSTEM_MENU 
)

Constructor.

Definition at line 53 of file PrefDialog.cpp.

Member Function Documentation

◆ OnBreedType()

void AddBreedDialog::OnBreedType ( wxCommandEvent &  )
private

Fired When Type Changes.

Definition at line 154 of file PrefDialog.cpp.

◆ OnCancelButton()

void AddBreedDialog::OnCancelButton ( wxCommandEvent &  )
inlineprivate

Closes Dialog.

Definition at line 47 of file PrefDialog.cpp.

◆ OnSaveButton()

void AddBreedDialog::OnSaveButton ( wxCommandEvent &  )
private

Adds A Breed To The Database.

Definition at line 123 of file PrefDialog.cpp.

Member Data Documentation

◆ BreedDaySpin

wxSpinCtrl* AddBreedDialog::BreedDaySpin
private

Definition at line 40 of file PrefDialog.cpp.

◆ BreedDayText

wxStaticText* AddBreedDialog::BreedDayText
private

Definition at line 41 of file PrefDialog.cpp.

◆ BreedNameCtrl

wxTextCtrl* AddBreedDialog::BreedNameCtrl
private

Definition at line 36 of file PrefDialog.cpp.

◆ BreedNameStat

wxStaticText* AddBreedDialog::BreedNameStat
private

Definition at line 37 of file PrefDialog.cpp.

◆ BreedTypeChoice

wxChoice* AddBreedDialog::BreedTypeChoice
private

Definition at line 38 of file PrefDialog.cpp.

◆ BreedTypeStat

wxStaticText* AddBreedDialog::BreedTypeStat
private

Definition at line 39 of file PrefDialog.cpp.

◆ CancelButton

wxButton* AddBreedDialog::CancelButton
private

Definition at line 43 of file PrefDialog.cpp.

◆ SaveButton

wxButton* AddBreedDialog::SaveButton
private

Definition at line 42 of file PrefDialog.cpp.


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