c_task Class Reference

Task class. More...

#include <TimeSaver/tsaver/src/task.h>

List of all members.

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


Detailed Description

Task class.

Author:
Danko Komlen <danko.komlen@bj.htnet.hr>
Version:
0.1


Constructor & Destructor Documentation

c_task::c_task wxString  name  ) 
 

c_task::c_task wxString  name,
task_type  type,
wxString  notes,
wxString  command,
int  duration
 


Member Function Documentation

wxString * c_task::get_command  ) 
 

int c_task::get_duration  ) 
 

wxString * c_task::get_name  ) 
 

wxString * c_task::get_notes  ) 
 

wxDateTime c_task::get_started  ) 
 

task_status c_task::get_status  ) 
 

wxString c_task::get_str_status  ) 
 

wxString c_task::get_str_type  ) 
 

int c_task::get_time  ) 
 

task_type c_task::get_type  ) 
 

void c_task::inc_time  ) 
 

void c_task::load wxTextInputStream *  text_in  ) 
 

void c_task::reset  ) 
 

void c_task::save wxTextOutputStream *  text_out  ) 
 

void c_task::set_command wxString  comm  ) 
 

void c_task::set_duration int  duratio  ) 
 

void c_task::set_name wxString  nam  ) 
 

void c_task::set_notes wxString  note  ) 
 

void c_task::set_started wxDateTime  starte  ) 
 

void c_task::set_status task_status  statu  ) 
 

void c_task::set_type task_type  typ  ) 
 


Member Data Documentation

bool c_task::msg_showed
 


The documentation for this class was generated from the following file:
Generated on Mon Jul 24 19:19:27 2006 for TimeSaver by  doxygen 1.4.4