karm Library API Documentation

HistoryEvent Class Reference

One start/stop event that has been logged. More...

#include <karmstorage.h>

List of all members.

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 ()


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 323 of file karmstorage.h.


Constructor & Destructor Documentation

HistoryEvent::HistoryEvent  )  [inline]
 

Needed to be used in a value list.

Definition at line 327 of file karmstorage.h.


Member Function Documentation

long HistoryEvent::duration  )  [inline]
 

In seconds.

Definition at line 333 of file karmstorage.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for karm Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Oct 21 19:46:34 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003