KIO
Go to the documentation of this file.
19 #ifndef KREMOTEENCODING_H
20 #define KREMOTEENCODING_H
24 #include <QtCore/QString>
25 #include <QtCore/QByteArray>
26 #include <QtCore/QTextCodec>
28 class KRemoteEncodingPrivate;
72 QByteArray encode(
const QString& name)
const;
77 QByteArray encode(
const KUrl& url)
const;
86 QByteArray directory(
const KUrl& url,
bool ignore_trailing_slash =
true)
const;
91 QByteArray fileName(
const KUrl& url)
const;
96 const char *encoding()
const;
101 int encodingMib()
const;
110 void setEncoding(
const char* name);
113 virtual void virtual_hook(
int id,
void* data);
116 KRemoteEncodingPrivate*
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:20:49 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.