|
HatchKeeper
0.90
The Free Open-Source Egg Incubation Software
|
Manages App Settings. More...
Public Member Functions | |
| PrefDialog (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("Preferences"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(550, 550), long style=wxRESIZE_BORDER|wxCAPTION|wxSYSTEM_MENU) | |
| Constructor. More... | |
Protected Member Functions | |
| void | OnEditIncubators (wxCommandEvent &) |
| void | OnEditTag1 (wxCommandEvent &) |
| void | OnEditTag2 (wxCommandEvent &) |
| void | OnEditTag3 (wxCommandEvent &) |
| void | OnSaver (wxCommandEvent &) |
| Saves Settings And Closes The Dialog. More... | |
| void | OnBreedSelect (wxListEvent &evt) |
| Fired When Breed LeftClk. More... | |
| void | OnBreedUnselect (wxListEvent &evt) |
| Fired When Breed LeftClk. More... | |
| void | OnAddBreed (wxCommandEvent &) |
| Adds A Breed To The Database. More... | |
| void | OnRemvBreed (wxCommandEvent &) |
| Deletes Selected Breed. More... | |
| void | ShowBreeds (bool Scan) |
| Populates BreedList. More... | |
| void | OnTypeSelect (wxListEvent &evt) |
| Fired When Type Selected. More... | |
| void | OnTypeUnselect (wxListEvent &evt) |
| Fired When Type Unselected. More... | |
| void | OnAddTypeButton (wxCommandEvent &) |
| Adds A Type To The Database. More... | |
| void | OnRemvTypeButton (wxCommandEvent &) |
| Removes Selected Type From The Database. More... | |
| void | ShowTypes (bool Scan) |
| Populates TypeList And BreedTypeChoice. More... | |
| void | ExportHatchKeeperData (wxCommandEvent &) |
| Exports Batches, Groups, Types, Breeds, And Schedules. More... | |
| void | ExportDB (wxCommandEvent &) |
| Saves A Copy Of The Database To The Selected Location. More... | |
| void | ImportDB (wxCommandEvent &) |
| Imports A Database And Replaces Current Database. More... | |
| void | DeleteDB (wxCommandEvent &) |
| Deletes Database, Creates New One, And Rescans Sample Stuff. More... | |
| void | RunDB (wxCommandEvent &) |
| Asks For A SQL Command, Then Executes It Againt Database. More... | |
| void | ShowBackups (void) |
| void | OnLangPath (wxFileDirPickerEvent &) |
Protected Attributes | |
| wxNotebook * | GuiPanel |
| wxPanel * | GeneralPanel |
| wxSpinCtrl * | tillCandleSpinner |
| wxStaticText * | tillCandleStat |
| wxSpinCtrl * | lockdownSpinner |
| wxStaticText * | lockdownStat |
| wxCheckBox * | showSplashCheckbox |
| wxCheckBox * | genNotifyCheckbox |
| wxCheckBox * | clickNotifyCheckbox |
| wxCheckBox * | dismissNotifyCheckbox |
| wxChoice * | weightUnitChoice |
| wxStaticText * | weightUnitStat |
| wxStaticLine * | GenStatLine |
| wxStaticText * | IncuStat |
| wxListView * | IncubatorList |
| wxButton * | IncubatorButton |
| wxButton * | Tag1Button |
| wxButton * | Tag2Button |
| wxButton * | Tag3Button |
| wxStaticText * | TagStat |
| wxListView * | EggTagList |
| wxPanel * | BirdTypePanel |
| wxButton * | TypeAddButton |
| wxButton * | TypeRemoveButton |
| wxListView * | TypeList |
| wxPanel * | BreedPanel |
| wxButton * | BreedAddButton |
| wxButton * | BreedRemoveButton |
| wxListView * | BreedList |
| wxScrolledWindow * | m_scrolledWindow1 |
| wxStaticText * | m_staticText33 |
| wxStaticLine * | m_staticline1 |
| wxFilePickerCtrl * | LangImport |
| wxStaticText * | LangImportStat |
| wxChoice * | DateFormat |
| wxStaticText * | DateFormatStat |
| wxSpinCtrl * | CalTextSizeSpin |
| wxStaticText * | CalTextSizeStat |
| wxColourPickerCtrl * | MainColorPick |
| wxColourPickerCtrl * | CalBackPick |
| wxColourPickerCtrl * | CalTextPick |
| wxColourPickerCtrl * | ListBackPick |
| wxColourPickerCtrl * | ListTextPick |
| wxColourPickerCtrl * | StatisticsBackPick |
| wxColourPickerCtrl * | StatisticsTextPick |
| wxColourPickerCtrl * | DialogsBackPick |
| wxColourPickerCtrl * | DialogsTextPick |
| wxColourPickerCtrl * | remindBackPick |
| wxColourPickerCtrl * | remindTextPick |
| wxStaticText * | DialogsTextStat |
| wxStaticText * | CalBackStat |
| wxStaticText * | MainBackStat |
| wxStaticText * | CalTextStat |
| wxStaticText * | ListBackStat |
| wxStaticText * | ListTextStat |
| wxStaticText * | StatisticsBackStat |
| wxStaticText * | StatisticsTextStat |
| wxStaticText * | DialogsBackStat |
| wxStaticText * | remindBackStat |
| wxStaticText * | remindTextStat |
| wxButton * | PrefCloseButton |
| wxPanel * | DBPanel |
| wxButton * | ExportDataButton |
| wxStaticText * | ExportDataStat |
| wxButton * | ExportDBButton |
| wxButton * | ImportDBButton |
| wxButton * | DeleteDBButton |
| wxButton * | RunDBButton |
Manages App Settings.
Definition at line 399 of file PrefDialog.cpp.
| PrefDialog::PrefDialog | ( | wxWindow * | parent, |
| wxWindowID | id = wxID_ANY, |
||
| const wxString & | title = wxT("Preferences"), |
||
| const wxPoint & | pos = wxDefaultPosition, |
||
| const wxSize & | size = wxSize(550,550), |
||
| long | style = wxRESIZE_BORDER|wxCAPTION|wxSYSTEM_MENU |
||
| ) |
Constructor.
Definition at line 506 of file PrefDialog.cpp.
|
protected |
Deletes Database, Creates New One, And Rescans Sample Stuff.
Definition at line 1298 of file PrefDialog.cpp.
|
protected |
Saves A Copy Of The Database To The Selected Location.
Definition at line 1211 of file PrefDialog.cpp.
|
protected |
Exports Batches, Groups, Types, Breeds, And Schedules.
Definition at line 1182 of file PrefDialog.cpp.
|
protected |
Imports A Database And Replaces Current Database.
Definition at line 1244 of file PrefDialog.cpp.
|
protected |
Adds A Breed To The Database.
Definition at line 1132 of file PrefDialog.cpp.
|
protected |
Adds A Type To The Database.
Definition at line 1058 of file PrefDialog.cpp.
|
protected |
Fired When Breed LeftClk.
Definition at line 1126 of file PrefDialog.cpp.
|
protected |
Fired When Breed LeftClk.
Definition at line 1120 of file PrefDialog.cpp.
|
protected |
Definition at line 890 of file PrefDialog.cpp.
|
protected |
Definition at line 897 of file PrefDialog.cpp.
|
protected |
Definition at line 904 of file PrefDialog.cpp.
|
protected |
Definition at line 911 of file PrefDialog.cpp.
|
protected |
Definition at line 1375 of file PrefDialog.cpp.
|
protected |
Deletes Selected Breed.
Definition at line 1161 of file PrefDialog.cpp.
|
protected |
Removes Selected Type From The Database.
Definition at line 1080 of file PrefDialog.cpp.
|
protected |
Saves Settings And Closes The Dialog.
Definition at line 919 of file PrefDialog.cpp.
|
protected |
Fired When Type Selected.
Definition at line 1074 of file PrefDialog.cpp.
|
protected |
Fired When Type Unselected.
Definition at line 1068 of file PrefDialog.cpp.
|
protected |
Asks For A SQL Command, Then Executes It Againt Database.
Definition at line 1328 of file PrefDialog.cpp.
|
protected |
|
protected |
Populates BreedList.
Definition at line 1142 of file PrefDialog.cpp.
|
protected |
Populates TypeList And BreedTypeChoice.
Definition at line 1103 of file PrefDialog.cpp.
|
protected |
Definition at line 424 of file PrefDialog.cpp.
|
protected |
Definition at line 429 of file PrefDialog.cpp.
|
protected |
Definition at line 431 of file PrefDialog.cpp.
|
protected |
Definition at line 428 of file PrefDialog.cpp.
|
protected |
Definition at line 430 of file PrefDialog.cpp.
|
protected |
Definition at line 444 of file PrefDialog.cpp.
|
protected |
Definition at line 456 of file PrefDialog.cpp.
|
protected |
Definition at line 445 of file PrefDialog.cpp.
|
protected |
Definition at line 440 of file PrefDialog.cpp.
|
protected |
Definition at line 441 of file PrefDialog.cpp.
|
protected |
Definition at line 458 of file PrefDialog.cpp.
|
protected |
Definition at line 410 of file PrefDialog.cpp.
|
protected |
Definition at line 438 of file PrefDialog.cpp.
|
protected |
Definition at line 439 of file PrefDialog.cpp.
|
protected |
Definition at line 468 of file PrefDialog.cpp.
|
protected |
Definition at line 473 of file PrefDialog.cpp.
|
protected |
Definition at line 450 of file PrefDialog.cpp.
|
protected |
Definition at line 463 of file PrefDialog.cpp.
|
protected |
Definition at line 451 of file PrefDialog.cpp.
|
protected |
Definition at line 455 of file PrefDialog.cpp.
|
protected |
Definition at line 411 of file PrefDialog.cpp.
|
protected |
Definition at line 422 of file PrefDialog.cpp.
|
protected |
Definition at line 469 of file PrefDialog.cpp.
|
protected |
Definition at line 470 of file PrefDialog.cpp.
|
protected |
Definition at line 471 of file PrefDialog.cpp.
|
protected |
Definition at line 403 of file PrefDialog.cpp.
|
protected |
Definition at line 409 of file PrefDialog.cpp.
|
protected |
Definition at line 414 of file PrefDialog.cpp.
|
protected |
Definition at line 402 of file PrefDialog.cpp.
|
protected |
Definition at line 472 of file PrefDialog.cpp.
|
protected |
Definition at line 417 of file PrefDialog.cpp.
|
protected |
Definition at line 416 of file PrefDialog.cpp.
|
protected |
Definition at line 415 of file PrefDialog.cpp.
|
protected |
Definition at line 436 of file PrefDialog.cpp.
|
protected |
Definition at line 437 of file PrefDialog.cpp.
|
protected |
Definition at line 446 of file PrefDialog.cpp.
|
protected |
Definition at line 459 of file PrefDialog.cpp.
|
protected |
Definition at line 447 of file PrefDialog.cpp.
|
protected |
Definition at line 460 of file PrefDialog.cpp.
|
protected |
Definition at line 406 of file PrefDialog.cpp.
|
protected |
Definition at line 407 of file PrefDialog.cpp.
|
protected |
Definition at line 433 of file PrefDialog.cpp.
|
protected |
Definition at line 435 of file PrefDialog.cpp.
|
protected |
Definition at line 434 of file PrefDialog.cpp.
|
protected |
Definition at line 457 of file PrefDialog.cpp.
|
protected |
Definition at line 443 of file PrefDialog.cpp.
|
protected |
Definition at line 466 of file PrefDialog.cpp.
|
protected |
Definition at line 452 of file PrefDialog.cpp.
|
protected |
Definition at line 464 of file PrefDialog.cpp.
|
protected |
Definition at line 453 of file PrefDialog.cpp.
|
protected |
Definition at line 465 of file PrefDialog.cpp.
|
protected |
Definition at line 474 of file PrefDialog.cpp.
|
protected |
Definition at line 408 of file PrefDialog.cpp.
|
protected |
Definition at line 448 of file PrefDialog.cpp.
|
protected |
Definition at line 461 of file PrefDialog.cpp.
|
protected |
Definition at line 449 of file PrefDialog.cpp.
|
protected |
Definition at line 462 of file PrefDialog.cpp.
|
protected |
Definition at line 418 of file PrefDialog.cpp.
|
protected |
Definition at line 419 of file PrefDialog.cpp.
|
protected |
Definition at line 420 of file PrefDialog.cpp.
|
protected |
Definition at line 421 of file PrefDialog.cpp.
|
protected |
Definition at line 404 of file PrefDialog.cpp.
|
protected |
Definition at line 405 of file PrefDialog.cpp.
|
protected |
Definition at line 425 of file PrefDialog.cpp.
|
protected |
Definition at line 427 of file PrefDialog.cpp.
|
protected |
Definition at line 426 of file PrefDialog.cpp.
|
protected |
Definition at line 412 of file PrefDialog.cpp.
|
protected |
Definition at line 413 of file PrefDialog.cpp.