KDevelop API Documentation

perldoc.h

Go to the documentation of this file.
00001 #ifndef _PERLDOC_H_
00002 #define _PERLDOC_H_
00003 
00004 #include <qobject.h>
00005 #include <kio/slavebase.h>
00006 
00007 
00008 class PerldocProtocol : public KIO::SlaveBase
00009 {
00010 public:
00011     PerldocProtocol(const QCString &pool, const QCString &app);
00012     virtual ~PerldocProtocol();
00013 
00014     virtual void get(const KURL& url);
00015     virtual void stat(const KURL& url);
00016     virtual void mimetype(const KURL& url);
00017     virtual void listDir(const KURL& url);
00018 
00019 protected:
00020     void decodeURL(const KURL &url);
00021     void decodePath(QString path);
00022     QCString errorMessage();
00023 };
00024 
00025 #endif
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:22:33 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003