![]() |
YATiSh
Yet Another TIme SHeet
|
Main Yatish frame; apart from menus, status bar, etc. this (large!) class: More...
#include <yatishFrame.h>

Public Member Functions | |
| yatishFrame (wxWindow *, wxWindowID=-1) | |
Private Member Functions | |
| void | UpdateClock () |
| void | UpdateStatus (mysqlStatus) |
| void | ResetChoices () |
| void | UpdateColumns () |
| void | UpdateRows (tableID) |
| void | ResetPickersT () |
| void | ResetPickersG () |
| void | NewPlot () |
| void | ToggleConnect () |
| void | ToggleLog () |
| void | Recording () |
| void | OnQuit (wxCommandEvent &event) |
| void | OnAbout (wxCommandEvent &event) |
| void | OnTimerTrigger (wxTimerEvent &event) |
| void | OnButtonStartClick (wxCommandEvent &event) |
| void | OnButtonStopClick (wxCommandEvent &event) |
| void | OnClose (wxCloseEvent &event) |
| void | OnChoiceTableSelect (wxCommandEvent &event) |
| void | OnNotebookPageChanged (wxNotebookEvent &event) |
| void | OnDatePicker1Changed (wxDateEvent &event) |
| void | OnDatePicker2Changed (wxDateEvent &event) |
| void | OnListColumnClick (wxListEvent &event) |
| void | OnListKeyDown (wxListEvent &event) |
| void | OnMenuitemEditTableSelected (wxCommandEvent &event) |
| void | OnMenuitemFileConnectSelected (wxCommandEvent &event) |
| void | OnMenuitemFileUpdateSelected (wxCommandEvent &event) |
| void | OnMenuitemEditNewSelected (wxCommandEvent &event) |
| void | OnMenuitemEditResetSelected (wxCommandEvent &event) |
| void | OnMenuitemFileUploadSelected (wxCommandEvent &event) |
| void | OnMenuitemFileDownloadSelected (wxCommandEvent &event) |
| void | OnMenuitemEditSettingsSelected (wxCommandEvent &event) |
| void | OnHelp (wxCommandEvent &event) |
| void | OnMenuitemEditActivitySelected (wxCommandEvent &event) |
| void | OnMenuitemEditChartSelected (wxCommandEvent &event) |
| void | OnButtonPDFClick (wxCommandEvent &event) |
| void | OnChoiceChartSelect (wxCommandEvent &event) |
| void | OnChoiceAggregateSelect (wxCommandEvent &event) |
| void | OnChoiceClusterSelect (wxCommandEvent &event) |
| void | OnDatePicker3Changed (wxDateEvent &event) |
| void | OnDatePicker4Changed (wxDateEvent &event) |
| void | OnListItemRightClick (wxListEvent &event) |
| void | OnMenuitemTimeTodaySelected (wxCommandEvent &event) |
| void | OnMenuitemTimeThisweekSelected (wxCommandEvent &event) |
| void | OnmenuitemTimeThismonthSelected (wxCommandEvent &event) |
| void | OnMenuitemTimeThisyearSelected (wxCommandEvent &event) |
| void | OnMenuitemTimeYesterdaySelected (wxCommandEvent &event) |
| void | OnMenuitemTimeLastweekSelected (wxCommandEvent &event) |
| void | OnMenuitemTimeLastmonthSelected (wxCommandEvent &event) |
| void | OnMenuitemTimeLastyearSelected (wxCommandEvent &event) |
| void | OnMenuitemTimeThismonthSelected (wxCommandEvent &event) |
| void | OnListActivityRecord (wxCommandEvent &event) |
| void | OnListActivityListTimeslot (wxCommandEvent &event) |
| void | OnMenuitemEditActivityUpdate (wxUpdateUIEvent &) |
| void | OnMenuitemEditTableUpdate (wxUpdateUIEvent &) |
| void | OnMenuitemEditChartUpdate (wxUpdateUIEvent &) |
| void | OnMenuitemEditNewUpdate (wxUpdateUIEvent &) |
| void | OnMenuitemEditResetUpdate (wxUpdateUIEvent &) |
| void | OnMenuitemTimeTodayUpdate (wxUpdateUIEvent &) |
| void | OnChoiceAggregateUpdate (wxUpdateUIEvent &) |
| void | OnChoiceClusterUpdate (wxUpdateUIEvent &) |
| void | OnContextMenu1 (wxContextMenuEvent &) |
| void | OnContextMenu2 (wxContextMenuEvent &) |
| void | OnContextMenu3 (wxContextMenuEvent &) |
| void | OnContextMenu4 (wxContextMenuEvent &) |
Private Attributes | |
| Settings | settings |
| wxLog * | defaultLog |
| wxHtmlHelpController | help |
| wxDateTime | clockStart |
| yatishDBsqlite | masterDB |
| yatishDBmysql * | slaveDB |
| yatishPlot * | plot |
| ChartLib | currentChartLib |
| PlotType | currentPlotType |
| long | selectedActivityID |
| wxBoxSizer * | boxSizer1 |
| wxBoxSizer * | boxSizer6 |
| wxButton * | buttonPDF |
| wxButton * | buttonStart |
| wxButton * | buttonStop |
| wxChoice * | choiceAggregate |
| wxChoice * | choiceChart |
| wxChoice * | choiceCluster |
| wxChoice * | choiceProject |
| wxChoice * | choiceTable |
| wxChoice * | choiceTask |
| wxChoice * | choiceTool |
| wxDatePickerCtrl * | datePicker1 |
| wxDatePickerCtrl * | datePicker2 |
| wxDatePickerCtrl * | datePicker3 |
| wxDatePickerCtrl * | datePicker4 |
| wxListCtrl * | listCtrl |
| wxMenuItem * | menuitemFileConnect |
| wxMenuItem * | menuitemFileDownload |
| wxMenuItem * | menuitemFileUpdate |
| wxMenuItem * | menuitemFileUpload |
| wxNotebook * | notebook |
| wxPanel * | panelChart |
| wxStatusBar * | statusBar |
| wxTextCtrl * | textCtrl |
| wxTimer | timer |
Static Private Attributes | |
| static const long | idChoiceProject = wxNewId() |
| static const long | idChoiceTask = wxNewId() |
| static const long | idChoiceTool = wxNewId() |
| static const long | idButtonStart = wxNewId() |
| static const long | idButtonStop = wxNewId() |
| static const long | idPanelCurrent = wxNewId() |
| static const long | idChoiceTable = wxNewId() |
| static const long | idDatePicker1 = wxNewId() |
| static const long | idDatePicker2 = wxNewId() |
| static const long | idButtonPDF = wxNewId() |
| static const long | idListCtrl = wxNewId() |
| static const long | idPanelList = wxNewId() |
| static const long | idChoiceChart = wxNewId() |
| static const long | idChoiceAggregate = wxNewId() |
| static const long | idChoiceCluster = wxNewId() |
| static const long | idDatePicker3 = wxNewId() |
| static const long | idDatePicker4 = wxNewId() |
| static const long | idPanelChart = wxNewId() |
| static const long | idNotebook = wxNewId() |
| static const long | idTextCtrl = wxNewId() |
| static const long | idFileConnect = wxNewId() |
| static const long | idFileUpdate = wxNewId() |
| static const long | idFileUpload = wxNewId() |
| static const long | idFileDownload = wxNewId() |
| static const long | idFileQuit = wxNewId() |
| static const long | idEditActivity = wxNewId() |
| static const long | idEditTable = wxNewId() |
| static const long | idEditChart = wxNewId() |
| static const long | idEditNew = wxNewId() |
| static const long | idEditReset = wxNewId() |
| static const long | idEditSettings = wxNewId() |
| static const long | idTimeToday = wxNewId() |
| static const long | idTimeThisweek = wxNewId() |
| static const long | idTimeThismonth = wxNewId() |
| static const long | idTimeThisyear = wxNewId() |
| static const long | idTimeYesterday = wxNewId() |
| static const long | idTimeLastweek = wxNewId() |
| static const long | idTimeLastmonth = wxNewId() |
| static const long | idTimeLastyear = wxNewId() |
| static const long | idHelpUser = wxNewId() |
| static const long | idHelpAbout = wxNewId() |
| static const long | idStatusBar = wxNewId() |
| static const long | idTimer = wxNewId() |
| static const long | idListActivityRecord = wxNewId() |
| static const long | idListActivityListTimeslot = wxNewId() |
Main Yatish frame; apart from menus, status bar, etc. this (large!) class:
Definition at line 55 of file yatishFrame.h.
| yatishFrame::yatishFrame | ( | wxWindow * | parent, |
| wxWindowID | id = -1 |
||
| ) |
Definition at line 87 of file yatishFrame.cpp.
|
private |
Definition at line 460 of file yatishFrame.cpp.
|
private |
Definition at line 867 of file yatishFrame.cpp.
|
private |
Definition at line 1068 of file yatishFrame.cpp.
|
private |
Definition at line 899 of file yatishFrame.cpp.
|
private |
Definition at line 918 of file yatishFrame.cpp.
|
private |
Definition at line 1103 of file yatishFrame.cpp.
|
private |
Definition at line 1096 of file yatishFrame.cpp.
|
private |
Definition at line 1080 of file yatishFrame.cpp.
|
private |
Definition at line 1116 of file yatishFrame.cpp.
|
private |
Definition at line 1108 of file yatishFrame.cpp.
|
private |
Definition at line 929 of file yatishFrame.cpp.
|
private |
Definition at line 530 of file yatishFrame.cpp.
|
private |
Definition at line 822 of file yatishFrame.cpp.
|
private |
Definition at line 836 of file yatishFrame.cpp.
|
private |
Definition at line 829 of file yatishFrame.cpp.
|
private |
Definition at line 843 of file yatishFrame.cpp.
|
private |
Definition at line 941 of file yatishFrame.cpp.
|
private |
Definition at line 945 of file yatishFrame.cpp.
|
private |
Definition at line 1122 of file yatishFrame.cpp.
|
private |
Definition at line 1129 of file yatishFrame.cpp.
|
private |
Definition at line 863 of file yatishFrame.cpp.
|
private |
Definition at line 1052 of file yatishFrame.cpp.
|
private |
Definition at line 1035 of file yatishFrame.cpp.
|
private |
Definition at line 950 of file yatishFrame.cpp.
|
private |
Definition at line 1059 of file yatishFrame.cpp.
|
private |
Definition at line 993 of file yatishFrame.cpp.
|
private |
Definition at line 628 of file yatishFrame.cpp.
|
private |
Definition at line 631 of file yatishFrame.cpp.
|
private |
Definition at line 640 of file yatishFrame.cpp.
|
private |
Definition at line 643 of file yatishFrame.cpp.
|
private |
Definition at line 647 of file yatishFrame.cpp.
|
private |
Definition at line 670 of file yatishFrame.cpp.
|
private |
Definition at line 674 of file yatishFrame.cpp.
|
private |
Definition at line 687 of file yatishFrame.cpp.
|
private |
Definition at line 850 of file yatishFrame.cpp.
|
private |
Definition at line 634 of file yatishFrame.cpp.
|
private |
Definition at line 637 of file yatishFrame.cpp.
|
private |
Definition at line 561 of file yatishFrame.cpp.
|
private |
Definition at line 603 of file yatishFrame.cpp.
|
private |
Definition at line 571 of file yatishFrame.cpp.
|
private |
Definition at line 586 of file yatishFrame.cpp.
|
private |
Definition at line 779 of file yatishFrame.cpp.
|
private |
Definition at line 768 of file yatishFrame.cpp.
|
private |
Definition at line 800 of file yatishFrame.cpp.
|
private |
|
private |
Definition at line 718 of file yatishFrame.cpp.
|
private |
Definition at line 709 of file yatishFrame.cpp.
|
private |
Definition at line 738 of file yatishFrame.cpp.
|
private |
Definition at line 701 of file yatishFrame.cpp.
|
private |
Definition at line 696 of file yatishFrame.cpp.
|
private |
Definition at line 759 of file yatishFrame.cpp.
|
private |
Definition at line 542 of file yatishFrame.cpp.
|
private |
Definition at line 526 of file yatishFrame.cpp.
|
private |
Definition at line 538 of file yatishFrame.cpp.
|
private |
Definition at line 909 of file yatishFrame.cpp.
|
private |
Definition at line 379 of file yatishFrame.cpp.
|
private |
Definition at line 451 of file yatishFrame.cpp.
|
private |
Definition at line 443 of file yatishFrame.cpp.
|
private |
Definition at line 504 of file yatishFrame.cpp.
|
private |
Definition at line 512 of file yatishFrame.cpp.
|
private |
Definition at line 360 of file yatishFrame.cpp.
|
private |
Definition at line 401 of file yatishFrame.cpp.
|
private |
Definition at line 432 of file yatishFrame.cpp.
|
private |
Definition at line 366 of file yatishFrame.cpp.
|
private |
Definition at line 183 of file yatishFrame.h.
|
private |
Definition at line 184 of file yatishFrame.h.
|
private |
Definition at line 185 of file yatishFrame.h.
|
private |
Definition at line 186 of file yatishFrame.h.
|
private |
Definition at line 187 of file yatishFrame.h.
|
private |
Definition at line 188 of file yatishFrame.h.
|
private |
Definition at line 189 of file yatishFrame.h.
|
private |
Definition at line 190 of file yatishFrame.h.
|
private |
Definition at line 191 of file yatishFrame.h.
|
private |
Definition at line 192 of file yatishFrame.h.
|
private |
Definition at line 193 of file yatishFrame.h.
|
private |
Definition at line 194 of file yatishFrame.h.
|
private |
Definition at line 62 of file yatishFrame.h.
|
private |
Definition at line 66 of file yatishFrame.h.
|
private |
Definition at line 67 of file yatishFrame.h.
|
private |
Definition at line 195 of file yatishFrame.h.
|
private |
Definition at line 196 of file yatishFrame.h.
|
private |
Definition at line 197 of file yatishFrame.h.
|
private |
Definition at line 198 of file yatishFrame.h.
|
private |
Definition at line 60 of file yatishFrame.h.
|
private |
Definition at line 61 of file yatishFrame.h.
|
staticprivate |
Definition at line 145 of file yatishFrame.h.
|
staticprivate |
Definition at line 139 of file yatishFrame.h.
|
staticprivate |
Definition at line 140 of file yatishFrame.h.
|
staticprivate |
Definition at line 149 of file yatishFrame.h.
|
staticprivate |
Definition at line 148 of file yatishFrame.h.
|
staticprivate |
Definition at line 150 of file yatishFrame.h.
|
staticprivate |
Definition at line 136 of file yatishFrame.h.
|
staticprivate |
Definition at line 142 of file yatishFrame.h.
|
staticprivate |
Definition at line 137 of file yatishFrame.h.
|
staticprivate |
Definition at line 138 of file yatishFrame.h.
|
staticprivate |
Definition at line 143 of file yatishFrame.h.
|
staticprivate |
Definition at line 144 of file yatishFrame.h.
|
staticprivate |
Definition at line 151 of file yatishFrame.h.
|
staticprivate |
Definition at line 152 of file yatishFrame.h.
|
staticprivate |
Definition at line 161 of file yatishFrame.h.
|
staticprivate |
Definition at line 163 of file yatishFrame.h.
|
staticprivate |
Definition at line 164 of file yatishFrame.h.
|
staticprivate |
Definition at line 165 of file yatishFrame.h.
|
staticprivate |
Definition at line 166 of file yatishFrame.h.
|
staticprivate |
Definition at line 162 of file yatishFrame.h.
|
staticprivate |
Definition at line 156 of file yatishFrame.h.
|
staticprivate |
Definition at line 159 of file yatishFrame.h.
|
staticprivate |
Definition at line 160 of file yatishFrame.h.
|
staticprivate |
Definition at line 157 of file yatishFrame.h.
|
staticprivate |
Definition at line 158 of file yatishFrame.h.
|
staticprivate |
Definition at line 176 of file yatishFrame.h.
|
staticprivate |
Definition at line 175 of file yatishFrame.h.
|
staticprivate |
Definition at line 181 of file yatishFrame.h.
|
staticprivate |
Definition at line 180 of file yatishFrame.h.
|
staticprivate |
Definition at line 146 of file yatishFrame.h.
|
staticprivate |
Definition at line 154 of file yatishFrame.h.
|
staticprivate |
Definition at line 153 of file yatishFrame.h.
|
staticprivate |
Definition at line 141 of file yatishFrame.h.
|
staticprivate |
Definition at line 147 of file yatishFrame.h.
|
staticprivate |
Definition at line 177 of file yatishFrame.h.
|
staticprivate |
Definition at line 155 of file yatishFrame.h.
|
staticprivate |
Definition at line 173 of file yatishFrame.h.
|
staticprivate |
Definition at line 172 of file yatishFrame.h.
|
staticprivate |
Definition at line 174 of file yatishFrame.h.
|
staticprivate |
Definition at line 178 of file yatishFrame.h.
|
staticprivate |
Definition at line 169 of file yatishFrame.h.
|
staticprivate |
Definition at line 168 of file yatishFrame.h.
|
staticprivate |
Definition at line 170 of file yatishFrame.h.
|
staticprivate |
Definition at line 167 of file yatishFrame.h.
|
staticprivate |
Definition at line 171 of file yatishFrame.h.
|
private |
Definition at line 199 of file yatishFrame.h.
|
private |
Definition at line 63 of file yatishFrame.h.
|
private |
Definition at line 200 of file yatishFrame.h.
|
private |
Definition at line 201 of file yatishFrame.h.
|
private |
Definition at line 202 of file yatishFrame.h.
|
private |
Definition at line 203 of file yatishFrame.h.
|
private |
Definition at line 204 of file yatishFrame.h.
|
private |
Definition at line 205 of file yatishFrame.h.
|
private |
Definition at line 65 of file yatishFrame.h.
|
private |
Definition at line 68 of file yatishFrame.h.
|
private |
Definition at line 59 of file yatishFrame.h.
|
private |
Definition at line 64 of file yatishFrame.h.
|
private |
Definition at line 206 of file yatishFrame.h.
|
private |
Definition at line 207 of file yatishFrame.h.
|
private |
Definition at line 208 of file yatishFrame.h.