KCalCore Library
duration.h
Go to the documentation of this file.
64 };
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.