#include <TimeSaver/tsaver/src/tsaver.h>
Collaboration diagram for tsaverFrame:

Public Member Functions | |
| tsaverFrame (const wxString &title, const wxPoint &pos, const wxSize &pos) | |
| void | OnQuit (wxCommandEvent &event) |
| void | OnAbout (wxCommandEvent &event) |
| void | OnAdd (wxCommandEvent &event) |
| void | OnDelete (wxCommandEvent &event) |
| void | OnStart (wxCommandEvent &event) |
| void | OnOpen (wxCommandEvent &event) |
| void | OnSave (wxCommandEvent &event) |
| void | OnCompleted (wxCommandEvent &event) |
| void | OnEnter (wxCommandEvent &event) |
| void | OnSelected (wxListEvent &event) |
| void | OnListRightClick (wxListEvent &event) |
| void | OnTimer (wxTimerEvent &event) |
| void | DoLayout () |
| void | OpenFile (wxString file_name, open_type type) |
| wxString | ReadSession (c_session *sess) |
| void | WriteSession (c_session *sess) |
| void | add_task (int position, int task_number) |
| void | rebuild_list () |
| void | update_status () |
| void | addtolist () |
Public Attributes | |
| wxFFile * | file |
| wxFFileOutputStream * | file_out |
| wxTextOutputStream * | text_out |
| wxFFileInputStream * | file_in |
| wxTextInputStream * | text_in |
| c_session * | session |
| c_task * | active_task |
Protected Attributes | |
| wxListCtrl * | lstList |
| wxBoxSizer * | boxVmain |
| wxBoxSizer * | boxHtop |
| wxBoxSizer * | boxHbottom |
| wxBoxSizer * | boxVstatus |
| wxPanel * | panList |
| wxTextCtrl * | txtName |
| wxToolBar * | tolMain |
| wxTimer * | timer |
| wxGauge * | gauge |
| wxSpinCtrl * | spin |
| wxSound * | sound |
| wxStaticText * | status |
| wxCheckBox * | chkCompleted |
| wxMenu * | menuTask |
| int | selected_item |
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4