KDAV::DavUrl
#include <KDAV/DavUrl>
Public Types | |
typedef QList< DavUrl > | List |
Public Member Functions | |
DavUrl () | |
DavUrl (const DavUrl &) | |
DavUrl (const QUrl &url, Protocol protocol) | |
DavUrl (DavUrl &&) | |
DavUrl & | operator= (const DavUrl &) |
DavUrl & | operator= (DavUrl &&) |
Protocol | protocol () const |
void | setProtocol (Protocol protocol) |
void | setUrl (const QUrl &url) |
QString | toDisplayString () const |
QUrl | url () const |
Detailed Description
Member Typedef Documentation
◆ List
Constructor & Destructor Documentation
◆ DavUrl() [1/2]
DavUrl::DavUrl | ( | ) |
Creates an empty DAV URL.
Definition at line 22 of file davurl.cpp.
◆ DavUrl() [2/2]
Creates a new DAV URL.
- Parameters
-
url The URL that identifies the DAV object. protocol The DAV protocol dialect that is used to retrieve the DAV object.
Definition at line 27 of file davurl.cpp.
Member Function Documentation
◆ protocol()
Protocol DavUrl::protocol | ( | ) | const |
Returns the DAV protocol dialect that is used to retrieve the DAV object.
Definition at line 55 of file davurl.cpp.
◆ setProtocol()
void DavUrl::setProtocol | ( | Protocol | protocol | ) |
Sets the DAV protocol
dialect that is used to retrieve the DAV object.
Definition at line 50 of file davurl.cpp.
◆ setUrl()
void DavUrl::setUrl | ( | const QUrl & | url | ) |
Sets the url
that identifies the DAV object.
Definition at line 40 of file davurl.cpp.
◆ toDisplayString()
QString DavUrl::toDisplayString | ( | ) | const |
Returns the URL in a user-friendly way without login information.
Definition at line 60 of file davurl.cpp.
◆ url()
QUrl DavUrl::url | ( | ) | const |
Returns the URL that identifies the DAV object.
Definition at line 45 of file davurl.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:05:53 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.