Libkdav2
davcollection.cpp
59DavCollection::DavCollection(const DavUrl &url, const QString &displayName, ContentTypes contentTypes)
A helper class to store information about DAV collection.
Definition davcollection.h:50
Privileges privileges() const
Returns the privileges on this collection.
Definition davcollection.cpp:139
QString displayName() const
Returns the display name of the collection.
Definition davcollection.cpp:109
void setPrivileges(Privileges privs)
Sets the privileges on this collection.
Definition davcollection.cpp:134
void setDisplayName(const QString &name)
Sets the display name of the collection.
Definition davcollection.cpp:104
ContentTypes contentTypes() const
Returns the possible content types of the collection.
Definition davcollection.cpp:129
void setUrl(const DavUrl &url)
Sets the url that identifies the collection.
Definition davcollection.cpp:94
QColor color() const
Return the color of the collection, or an empty string if none was provided by the backend.
Definition davcollection.cpp:119
void setColor(const QColor &color)
Sets the color for this collection.
Definition davcollection.cpp:114
void setContentTypes(ContentTypes types)
Sets the possible content types of the collection.
Definition davcollection.cpp:124
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.