#include <TimeSaver/tsaver/src/task.h>
Public Member Functions | |
| c_task (wxString name) | |
| c_task (wxString name, task_type type, wxString notes, wxString command, int duration) | |
| wxString * | get_name () |
| task_type | get_type () |
| wxString | get_str_type () |
| wxString * | get_notes () |
| int | get_duration () |
| wxDateTime | get_started () |
| task_status | get_status () |
| wxString | get_str_status () |
| wxString * | get_command () |
| int | get_time () |
| void | set_name (wxString nam) |
| void | set_type (task_type typ) |
| void | set_notes (wxString note) |
| void | set_duration (int duratio) |
| void | set_started (wxDateTime starte) |
| void | set_status (task_status statu) |
| void | set_command (wxString comm) |
| void | inc_time () |
| void | reset () |
| void | save (wxTextOutputStream *text_out) |
| void | load (wxTextInputStream *text_in) |
Public Attributes | |
| bool | msg_showed |
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4