ktimetracker
timekard.cpp
Go to the documentation of this file.
86 if ( (task->totalTime() && (!rc.sessionTimes)) || (task->totalSessionTime() && rc.sessionTimes) )
103 // Print out "<indent for level> <task total> <task>", for task and subtasks. Used by totalsAsText.
static QList< Week > weeksFromDateRange(const QDate &from, const QDate &to)
Returns a list of weeks for the given date range.
Definition: timekard.cpp:162
QString totalsAsText(TaskView *taskview, ReportCriteria rc)
Generates ascii text of task totals, for current task on down.
Definition: timekard.cpp:47
QString formatTime(double minutes, bool decimal)
Format time for output.
Definition: ktimetrackerutility.cpp:37
bool allTasks
True if user chose to export all tasks, not only the selected one.
Definition: reportcriteria.h:84
bool sessionTimes
True if user chose to export session times, not all times.
Definition: reportcriteria.h:79
Task * currentItem() const
Return the current item in the view, cast to a Task pointer.
Definition: taskview.cpp:399
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.