PydocProtocol Class Reference
#include <pydoc.h>
Inheritance diagram for PydocProtocol:

Public Member Functions | |
PydocProtocol (const QCString &pool, const QCString &app) | |
virtual | ~PydocProtocol () |
virtual void | get (const KURL &url) |
virtual void | stat (const KURL &url) |
virtual void | mimetype (const KURL &url) |
virtual void | listDir (const KURL &url) |
Protected Member Functions | |
void | decodeURL (const KURL &url) |
void | decodePath (QString path) |
QCString | errorMessage () |
Private Attributes | |
QString | python |
QString | script |
QString | key |
Constructor & Destructor Documentation
|
Definition at line 19 of file pydoc.cpp. References KGlobal::dirs(), KStandardDirs::findExe(), locate(), PydocProtocol(), python, and script. Referenced by PydocProtocol(). |
|
|
Member Function Documentation
|
|
|
|
|
|
|
Reimplemented from KIO::SlaveBase. Definition at line 31 of file pydoc.cpp. References data, KIO::SlaveBase::finished(), get(), key, KURL::path(), python, and script. Referenced by get(). |
|
Reimplemented from KIO::SlaveBase. Definition at line 97 of file pydoc.cpp. References listDir(), and KURL::path(). Referenced by listDir(). |
|
Reimplemented from KIO::SlaveBase. Definition at line 70 of file pydoc.cpp. References KIO::SlaveBase::finished(), and mimetype(). Referenced by mimetype(). |
|
Reimplemented from KIO::SlaveBase. Definition at line 83 of file pydoc.cpp. References KIO::SlaveBase::finished(), stat(), and KIO::UDSEntry. Referenced by stat(). |
Member Data Documentation
|
Definition at line 27 of file pydoc.h. Referenced by get(). |
|
Definition at line 25 of file pydoc.h. Referenced by get(), and PydocProtocol(). |
|
Definition at line 26 of file pydoc.h. Referenced by get(), and PydocProtocol(). |
The documentation for this class was generated from the following files: