mainwindow.h
75 int bookTime( const TQString& taskId, const TQString& iso8601StartDateTime, long durationInMinutes );
88 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:537
TQString setpromptdelete(bool prompt)
set if there will be a "really delete" question
Definition: mainwindow.cpp:503
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:716
int totalMinutesForTaskId(const TQString &taskId)
Total time currently associated with a task.
Definition: mainwindow.cpp:616
int bookTime(const TQString &taskId, const TQString &iso8601StartDateTime, long durationInMinutes)
Definition: mainwindow.cpp:558
TQString stoptimerfor(const TQString &taskname)
stop the timer for taskname
Definition: mainwindow.cpp:699
TQString starttimerfor(const TQString &taskname)
start the timer for taskname
Definition: mainwindow.cpp:682
TQString taskIdFromName(const TQString &taskName) const
Return id of task found, empty string if no match.
Definition: mainwindow.cpp:509
TQString importplannerfile(TQString filename)
import planner project file
Definition: mainwindow.cpp:734
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:192
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