karm
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 356 of file karmstorage.h.
Public Member Functions | |
HistoryEvent () | |
HistoryEvent (QString uid, QString name, long duration, QDateTime start, QDateTime stop, QString todoUid) | |
QString | uid () |
QString | name () |
long | duration () |
QDateTime | start () |
QDateTime | stop () |
QString | todoUid () |
Constructor & Destructor Documentation
HistoryEvent::HistoryEvent | ( | ) | [inline] |
Member Function Documentation
long HistoryEvent::duration | ( | ) | [inline] |
The documentation for this class was generated from the following files: