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>
Go to the source code of this file.
Classes | |
class | KCalCore::Period |
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
◆ qHash()
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-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.