KCalendarCore
duration.h
Go to the documentation of this file.
312 friend KCALENDARCORE_EXPORT QDataStream &operator<<(QDataStream &s, const KCalendarCore::Duration &);
Represents a span of time measured in seconds or days.
Definition duration.h:44
friend KCALENDARCORE_EXPORT QDataStream & operator<<(QDataStream &s, const KCalendarCore::Duration &)
Duration serializer.
bool operator>(const Duration &other) const
Returns true if this duration is greater than the other.
Definition duration.h:145
bool operator!=(const Duration &other) const
Returns true if this duration is not equal to the other.
Definition duration.h:175
bool operator<=(const Duration &other) const
Returns true if this duration is smaller than or equal to the other.
Definition duration.h:136
bool isDaily() const
Returns whether the duration is specified in terms of days rather than seconds.
Definition duration.cpp:181
bool operator>=(const Duration &other) const
Returns true if this duration is greater than or equal to the other.
Definition duration.h:154
Duration operator-(const Duration &other) const
Returns the difference between another duration and this.
Definition duration.h:223
friend KCALENDARCORE_EXPORT QDataStream & operator>>(QDataStream &s, KCalendarCore::Duration &)
Duration deserializer.
Q_SCRIPTABLE Q_NOREPLY void start()
KCALENDARCORE_EXPORT QDataStream & operator>>(QDataStream &in, const KCalendarCore::Alarm::Ptr &)
Alarm deserializer.
Definition alarm.cpp:833
KCALENDARCORE_EXPORT QDataStream & operator<<(QDataStream &out, const KCalendarCore::Alarm::Ptr &)
Alarm serializer.
Definition alarm.cpp:820
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.