ktimetracker
HistoryEvent Class Reference
#include <karmstorage.h>
Detailed Description
One start/stop event that has been logged.When a task is running and the user stops it, KArm logs this event and saves it in the history. This class represents such an event read from storage, and abstracts it from the specific storage used.
Definition at line 353 of file karmstorage.h.
Public Member Functions | |
| long | duration () |
| HistoryEvent (const QString &uid, const QString &name, long duration, const KDateTime &start, const KDateTime &stop, const QString &todoUid) | |
| HistoryEvent () | |
| QString | name () |
| KDateTime | start () |
| KDateTime | stop () |
| QString | todoUid () |
| QString | uid () |
Constructor & Destructor Documentation
| HistoryEvent::HistoryEvent | ( | ) | [inline] |
| HistoryEvent::HistoryEvent | ( | const QString & | uid, | |
| const QString & | name, | |||
| long | duration, | |||
| const KDateTime & | start, | |||
| const KDateTime & | stop, | |||
| const QString & | todoUid | |||
| ) |
Definition at line 975 of file karmstorage.cpp.
Member Function Documentation
| long HistoryEvent::duration | ( | ) | [inline] |
| QString HistoryEvent::name | ( | ) | [inline] |
Definition at line 362 of file karmstorage.h.
| KDateTime HistoryEvent::start | ( | ) | [inline] |
Definition at line 365 of file karmstorage.h.
| KDateTime HistoryEvent::stop | ( | ) | [inline] |
Definition at line 366 of file karmstorage.h.
| QString HistoryEvent::todoUid | ( | ) | [inline] |
Definition at line 367 of file karmstorage.h.
| QString HistoryEvent::uid | ( | ) | [inline] |
Definition at line 361 of file karmstorage.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference