mainwindow.h
76 int bookTime( const TQString& taskId, const TQString& iso8601StartDateTime, long durationInMinutes );
89 TQString exportcsvfile( TQString filename, TQString from, TQString to, int type, bool decimalMinutes, bool allTasks, TQString delimiter, TQString quote );
TQString setPerCentComplete(const TQString &taskName, int PerCent)
Definition: mainwindow.cpp:546
TQString setpromptdelete(bool prompt)
set if there will be a "really delete" question
Definition: mainwindow.cpp:512
TQString exportcsvfile(TQString filename, TQString from, TQString to, int type, bool decimalMinutes, bool allTasks, TQString delimiter, TQString quote)
export csv history or totals file
Definition: mainwindow.cpp:725
int totalMinutesForTaskId(const TQString &taskId)
Total time currently associated with a task.
Definition: mainwindow.cpp:625
int bookTime(const TQString &taskId, const TQString &iso8601StartDateTime, long durationInMinutes)
Definition: mainwindow.cpp:567
TQString stoptimerfor(const TQString &taskname)
stop the timer for taskname
Definition: mainwindow.cpp:708
TQString starttimerfor(const TQString &taskname)
start the timer for taskname
Definition: mainwindow.cpp:691
TQString taskIdFromName(const TQString &taskName) const
Return id of task found, empty string if no match.
Definition: mainwindow.cpp:518
TQString importplannerfile(TQString filename)
import planner project file
Definition: mainwindow.cpp:743
void updateTime(long, long)
Calculate the sum of the session time and the total time for all toplevel tasks and put it in the sta...
Definition: mainwindow.cpp:193
Provide an interface to the configuration options for the program.
Definition: preferences.h:17
Easy updating of menu accels when changing a TDEAccel object.
Definition: tdeaccelmenuwatch.h:36