KCalCore Library
duration.h
Go to the documentation of this file.
bool operator>(const Duration &other) const
Returns true if this duration is greater than the other.
Definition duration.h:156
bool operator<=(const Duration &other) const
Returns true if this duration is smaller than or equal to the other.
Definition duration.h:147
bool operator>=(const Duration &other) const
Returns true if this duration is greater than or equal to the other.
Definition duration.h:165
friend KCALCORE_EXPORT QDataStream & operator<<(QDataStream &s, const KCalCore::Duration &)
Duration serializer.
bool operator!=(const Duration &other) const
Returns true if this duration is not equal to the other.
Definition duration.h:186
friend KCALCORE_EXPORT QDataStream & operator>>(QDataStream &s, KCalCore::Duration &)
Duration deserializer.
Duration operator-(const Duration &other) const
Returns the difference between another duration and this.
Definition duration.h:234
KCALCORE_EXPORT QDataStream & operator>>(QDataStream &in, const KCalCore::Alarm::Ptr &)
Alarm deserializer.
Definition alarm.cpp:863
KCALCORE_EXPORT QDataStream & operator<<(QDataStream &out, const KCalCore::Alarm::Ptr &)
Alarm serializer.
Definition alarm.cpp:853
static uint qHash(const KDateTime &dt)
Private class that helps to provide binary compatibility between releases.
Definition occurrenceiterator.cpp:157
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.