A Dialog For Adding A New Batch.
More...
|
bool | WasCanceled () |
| Returns True If The Cancel Button Was Clicked. More...
|
|
| BatchDialog (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("New Batch"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxCLOSE_BOX|wxCAPTION|wxSYSTEM_MENU) |
| Constructor. More...
|
|
A Dialog For Adding A New Batch.
Definition at line 22 of file BatchDialog.cpp.
◆ BatchDialog()
BatchDialog::BatchDialog |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = wxID_ANY , |
|
|
const wxString & |
title = wxT("New Batch") , |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxDefaultSize , |
|
|
long |
style = wxCLOSE_BOX|wxCAPTION|wxSYSTEM_MENU |
|
) |
| |
◆ GetIncubationDays()
int BatchDialog::GetIncubationDays |
( |
int |
TypeSelect, |
|
|
string |
BreedName |
|
) |
| |
|
protected |
Returns Incubation Days, Returns Default Days From The Selected Type If Breed Days Unavailible.
Definition at line 353 of file BatchDialog.cpp.
◆ OnBatchName()
void BatchDialog::OnBatchName |
( |
wxCommandEvent & |
| ) |
|
|
protected |
◆ OnBirdChoice()
void BatchDialog::OnBirdChoice |
( |
wxCommandEvent & |
| ) |
|
|
protected |
◆ OnCancelButton()
void BatchDialog::OnCancelButton |
( |
wxCommandEvent & |
| ) |
|
|
protected |
◆ OnHatchChoice()
void BatchDialog::OnHatchChoice |
( |
wxCommandEvent & |
| ) |
|
|
protected |
Fired When The Hatch Date Dropdown Changes.
Definition at line 309 of file BatchDialog.cpp.
◆ OnSaveButton()
void BatchDialog::OnSaveButton |
( |
wxCommandEvent & |
| ) |
|
|
protected |
◆ WasCanceled()
bool BatchDialog::WasCanceled |
( |
| ) |
|
Returns True If The Cancel Button Was Clicked.
Definition at line 363 of file BatchDialog.cpp.
◆ batchNameStat
wxStaticText* BatchDialog::batchNameStat |
|
protected |
◆ batchText
wxTextCtrl* BatchDialog::batchText |
|
protected |
◆ birdChoice
wxChoice* BatchDialog::birdChoice |
|
protected |
◆ breedChoice
wxChoice* BatchDialog::breedChoice |
|
protected |
◆ cancelButton
wxButton* BatchDialog::cancelButton |
|
protected |
◆ candleChoice
wxChoice* BatchDialog::candleChoice |
|
protected |
◆ eggNumSpinner
wxSpinCtrl* BatchDialog::eggNumSpinner |
|
protected |
◆ groupChoice
wxChoice* BatchDialog::groupChoice |
|
protected |
◆ hatchChoice
wxChoice* BatchDialog::hatchChoice |
|
protected |
◆ IncubatorChoice
wxChoice* BatchDialog::IncubatorChoice |
|
protected |
◆ isCancel
bool BatchDialog::isCancel = true |
|
protected |
◆ NumberOfEggs
wxStaticText* BatchDialog::NumberOfEggs |
|
protected |
◆ saveButton
wxButton* BatchDialog::saveButton |
|
protected |
◆ showCandleText
wxStaticText* BatchDialog::showCandleText |
|
protected |
◆ showHatchText
wxStaticText* BatchDialog::showHatchText |
|
protected |
◆ showStartText
wxStaticText* BatchDialog::showStartText |
|
protected |
◆ StartDatePicker
wxDatePickerCtrl* BatchDialog::StartDatePicker |
|
protected |
The documentation for this class was generated from the following file: