ktimetracker
timekard.cpp File Reference
#include "timekard.h"
#include <cassert>
#include <QDateTime>
#include <QList>
#include <QMap>
#include <KDebug>
#include <KGlobal>
#include <KLocale>
#include <kcal/event.h>
#include "karmstorage.h"
#include "karmutility.h"
#include "task.h"
#include "taskview.h"
Include dependency graph for timekard.cpp:

Go to the source code of this file.
Variables | |
| const QString | cr = QString::fromLatin1("\n") |
| const int | reportWidth = taskWidth + timeWidth |
| const int | taskWidth = 40 |
| const int | timeWidth = 6 |
| const int | totalTimeWidth = 7 |
Variable Documentation
| const QString cr = QString::fromLatin1("\n") |
Definition at line 47 of file timekard.cpp.
| const int reportWidth = taskWidth + timeWidth |
Definition at line 45 of file timekard.cpp.
| const int taskWidth = 40 |
Definition at line 42 of file timekard.cpp.
| const int timeWidth = 6 |
Definition at line 43 of file timekard.cpp.
| const int totalTimeWidth = 7 |
Definition at line 44 of file timekard.cpp.
KDE 4.2 API Reference