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.
QObject * child(const char *objName, const char *inheritsClass, bool recursiveSearch) const
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 & fill(QChar ch, int size)
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
int dayOfWeek() const
void append(const T &value)
QDateTime currentDateTime()
bool allTasks
True if user chose to export all tasks, not only the selected one.
Definition: reportcriteria.h:84
QString fromLatin1(const char *str, int size)
QDate addDays(int ndays) const
QTreeWidgetItem * topLevelItem(int index) const
topLevelItemCount
int childCount() const
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.