KDAV
davcollection.cpp
31DavCollection::DavCollection(const DavUrl &url, const QString &displayName, ContentTypes contentTypes)
A helper class to store information about DAV collection.
Definition davcollection.h:38
Privileges privileges() const
Returns the privileges on this collection.
Definition davcollection.cpp:101
QString displayName() const
Returns the display name of the collection.
Definition davcollection.cpp:71
void setPrivileges(Privileges privs)
Sets the privileges on this collection.
Definition davcollection.cpp:96
void setDisplayName(const QString &name)
Sets the display name of the collection.
Definition davcollection.cpp:66
ContentTypes contentTypes() const
Returns the possible content types of the collection.
Definition davcollection.cpp:91
void setUrl(const DavUrl &url)
Sets the url that identifies the collection.
Definition davcollection.cpp:56
QColor color() const
Return the color of the collection, or an empty string if none was provided by the backend.
Definition davcollection.cpp:81
void setColor(const QColor &color)
Sets the color for this collection.
Definition davcollection.cpp:76
void setContentTypes(ContentTypes types)
Sets the possible content types of the collection.
Definition davcollection.cpp:86
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:13:07 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:13:07 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.