KProperty
KPropertyComposedUrl.cpp
QDebug & nospace()
QUrl baseUrl() const
Returns the base URL (absolute) or empty URL if there is no absolute base URL specified.
Definition: KPropertyComposedUrl.cpp:117
KPropertyComposedUrl()
Constructs empty and invalid composed URL.
Definition: KPropertyComposedUrl.cpp:55
QString relativePath() const
Returns relative path that has been set for this object.
Definition: KPropertyComposedUrl.cpp:146
bool operator==(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
void setPath(const QString &path, QUrl::ParsingMode mode)
KIOCORE_EXPORT CopyJob * copy(const QUrl &src, const QUrl &dest, JobFlags flags=DefaultFlags)
KPropertyComposedUrl & operator=(const KPropertyComposedUrl &other)
Assigns other to this KPropertyComposedUrl.
Definition: KPropertyComposedUrl.cpp:84
void setRelativePath(const QString &relativePath)
Sets a new relative path for this object.
Definition: KPropertyComposedUrl.cpp:151
QUrl value() const
Returns URL value computed from base URL, absolute URL and relative path, whichever is defined...
Definition: KPropertyComposedUrl.cpp:97
bool isEmpty() const const
QString path(QUrl::ComponentFormattingOptions options) const const
QUrl absoluteUrl() const
Returns absolute URL that has been set for this object.
Definition: KPropertyComposedUrl.cpp:132
bool endsWith(const QString &s, Qt::CaseSensitivity cs) const const
void setAbsoluteUrl(const QUrl &absoluteUrl)
Sets a new absolute URL.
Definition: KPropertyComposedUrl.cpp:137
QDebug & space()
QDataStream & operator<<(QDataStream &out, const KDateTime::Spec &spec)
bool isValid() const const
bool isRelative() const const
QUrl resolved(const QUrl &relative) const const
bool isValid() const
Return true if the URL value that can be computed (from base URL, absolute URL and relative path) is ...
Definition: KPropertyComposedUrl.cpp:160
bool operator==(const KPropertyComposedUrl &other) const
Return true if this KPropertyComposedUrl equals to other.
Definition: KPropertyComposedUrl.cpp:92
A data structure that composes absolute and relative URLs.
Definition: KPropertyComposedUrl.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 23:02:56 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 23:02:56 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.