KIO
KIO::DataProtocol Class Reference
#include <dataprotocol.h>
Inheritance diagram for KIO::DataProtocol:

Public Member Functions | |
| DataProtocol () | |
| virtual | ~DataProtocol () |
| virtual void | get (const KUrl &url) |
| virtual void | mimetype (const KUrl &url) |
Detailed Description
This kioslave provides support of data urls as specified by rfc 2397.
- See also:
- http://www.ietf.org/rfc/rfc2397.txt
Definition at line 50 of file dataprotocol.h.
Constructor & Destructor Documentation
Definition at line 239 of file dataprotocol.cpp.
| DataProtocol::~DataProtocol | ( | ) | [virtual] |
Definition at line 246 of file dataprotocol.cpp.
Member Function Documentation
| void DataProtocol::get | ( | const KUrl & | url | ) | [virtual] |
Implements KIO::DataSlave.
Definition at line 252 of file dataprotocol.cpp.
| void DataProtocol::mimetype | ( | const KUrl & | url | ) | [virtual] |
Implements KIO::DataSlave.
Definition at line 312 of file dataprotocol.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:21:56 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:21:56 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.