KIO
kremoteencoding.cpp
Go to the documentation of this file.
80 QString dir = url.directory(ignore_trailing_slash ? KUrl::DirectoryOptions(KUrl::IgnoreTrailingSlash) : KUrl::ObeyTrailingSlash);
QString decode(const QByteArray &name) const
Converts the given full pathname or filename to Unicode.
Definition: kremoteencoding.cpp:49
QString directory(const DirectoryOptions &options=IgnoreTrailingSlash) const
QByteArray encode(const QString &name) const
Converts the given name from Unicode.
Definition: kremoteencoding.cpp:64
ObeyTrailingSlash
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
QString fileName(const DirectoryOptions &options=IgnoreTrailingSlash) const
IgnoreTrailingSlash
QString path(AdjustPathOption trailing=LeaveTrailingSlash) const
virtual void virtual_hook(int id, void *data)
Definition: kremoteencoding.cpp:119
QString dir(const QString &fileClass)
Returns the most recently used directory accociated with this file-class.
Definition: krecentdirs.cpp:68
QByteArray fileName(const KUrl &url) const
Converts the given URL into 8-bit form and retrieve the filename.
Definition: kremoteencoding.cpp:85
bool isUtf8(const char *str)
const char * name(StandardAction id)
QByteArray directory(const KUrl &url, bool ignore_trailing_slash=true) const
Converts the given URL into 8-bit form and separate the dirname from the filename.
Definition: kremoteencoding.cpp:78
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.