KCalendarCore
conference.cpp
37 Conference::Conference(const QUrl &uri, const QString &label, const QStringList &features, const QString &language)
52 // isNull rather than isEmpty, as user code is actually creating empty but non-null conferences...
134 QDataStream &KCalendarCore::operator<<(QDataStream &stream, const KCalendarCore::Conference &conference)
143 QDataStream &KCalendarCore::operator>>(QDataStream &stream, KCalendarCore::Conference &conference)
KCALENDARCORE_EXPORT QDataStream & operator<<(QDataStream &out, const KCalendarCore::Alarm::Ptr &)
Alarm serializer.
Definition: alarm.cpp:825
void setFeatures(const QStringList &features)
Sets the list of features to features.
Definition: conference.cpp:104
A class to manage custom calendar properties.
Definition: customproperties.h:39
void removeFeature(const QString &feature)
Removes feature from the list of features.
Definition: conference.cpp:99
KCALENDARCORE_EXPORT QDataStream & operator>>(QDataStream &in, const KCalendarCore::Alarm::Ptr &)
Alarm deserializer.
Definition: alarm.cpp:849
QString label() const
Returns label with additional details regarding further use of the URI.
void addFeature(const QString &feature)
Adds feature to the list of features.
Definition: conference.cpp:94
void setCustomProperty(const QByteArray &xname, const QString &xvalue)
Adds a custom property.
Definition: conference.cpp:119
QString language() const
Returns the language of the text present in other properties of this object.
Represents information related to a conference information of an Calendar Incidence, typically a meeting or task (to-do).
Definition: conference.h:32
bool operator!=(const Conference &other) const
Compares this with conference for inequality.
Definition: conference.cpp:62
QStringList features() const
Returns the list of features of the conferencing system at given URI.
QString label(StandardShortcut id)
Conference & operator=(const Conference &conference)
Sets this conference equal to conference.
CustomProperties & customProperties()
Returns a reference to the CustomProperties object.
Definition: conference.cpp:124
QMap< QByteArray, QString > customProperties() const
Returns all custom calendar property key/value pairs.
Definition: customproperties.cpp:205
bool operator==(const Conference &conference) const
Compares this with conference for equality.
Definition: conference.cpp:56
void setLanguage(const QString &language)
Sets the language to language.
Definition: conference.cpp:114
bool isNull() const
Returns true if this is a default-constructed Conference instance.
QUrl uri() const
Returns URI to join the conference, with access code included.
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 22:51:02 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 22:51:02 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.