ktimetracker
TimeKard Class Reference
#include <timekard.h>
Public Member Functions | |
TimeKard () | |
QString | historyAsText (TaskView *taskview, const QDate &from, const QDate &to, bool justThisTask, bool perWeek, bool totalsOnly) |
QString | totalsAsText (TaskView *taskview, ReportCriteria rc) |
Detailed Description
Routines to output timecard data.
Definition at line 84 of file timekard.h.
Constructor & Destructor Documentation
|
inline |
Empty constructor.
Definition at line 90 of file timekard.h.
Member Function Documentation
QString TimeKard::historyAsText | ( | TaskView * | taskview, |
const QDate & | from, | ||
const QDate & | to, | ||
bool | justThisTask, | ||
bool | perWeek, | ||
bool | totalsOnly | ||
) |
Generates ascii text of weekly task history, for current task on down.
Formatted for pasting into clipboard.
QString TimeKard::totalsAsText | ( | TaskView * | taskview, |
ReportCriteria | rc | ||
) |
Generates ascii text of task totals, for current task on down.
Formatted for pasting into clipboard.
- Parameters
-
taskview The view whose tasks need to be formatted. rc Criteria which filters the task information.
Definition at line 47 of file timekard.cpp.
The documentation for this class was generated from the following files:
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.