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 |
Namespaces | |
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.