KCalCore Library
period.h File Reference
#include "kcalcore_export.h"
#include "duration.h"
#include <KDE/KDateTime>
#include <QtCore/QDataStream>
#include <QtCore/QMetaType>
#include <QtCore/QVector>
Include dependency graph for period.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | KCalCore::Period |
The period can be defined by either a start time and an end time or by a start time and a duration. More... | |
Namespaces | |
namespace | KCalCore |
Functions | |
KCALCORE_EXPORT QDataStream & | KCalCore::operator<< (QDataStream &stream, const KCalCore::Period &period) |
KCALCORE_EXPORT QDataStream & | KCalCore::operator>> (QDataStream &stream, KCalCore::Period &period) |
KCALCORE_EXPORT uint | qHash (const KCalCore::Period &key) |
Detailed Description
This file is part of the API for handling calendar data and defines the Period class.
Represents a period of time.
Definition in file period.h.
Function Documentation
KCALCORE_EXPORT uint qHash | ( | const KCalCore::Period & | key | ) |
Return a hash value for a Period argument.
- Parameters:
-
key is a Period.
Definition at line 169 of file period.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 7 2012 23:54:02 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 7 2012 23:54:02 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.