KIO
HTTPFilterMD5 Class Reference
#include <httpfilter.h>
Inheritance diagram for HTTPFilterMD5:

Public Slots | |
| void | slotInput (const QByteArray &d) |
Public Slots inherited from HTTPFilterBase | |
| virtual void | slotInput (const QByteArray &d)=0 |
Public Member Functions | |
| HTTPFilterMD5 () | |
| QString | md5 () |
Public Member Functions inherited from HTTPFilterBase | |
| HTTPFilterBase () | |
| ~HTTPFilterBase () | |
| void | chain (HTTPFilterBase *previous) |
Additional Inherited Members | |
Signals inherited from HTTPFilterBase | |
| void | error (const QString &) |
| void | output (const QByteArray &d) |
Protected Attributes inherited from HTTPFilterBase | |
| HTTPFilterBase * | last |
Detailed Description
Definition at line 67 of file httpfilter.h.
Constructor & Destructor Documentation
| HTTPFilterMD5::HTTPFilterMD5 | ( | ) |
Definition at line 80 of file httpfilter.cc.
Member Function Documentation
| QString HTTPFilterMD5::md5 | ( | ) |
Definition at line 85 of file httpfilter.cc.
|
slot |
Definition at line 91 of file httpfilter.cc.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Slots inherited from