KIO
dataslave.h File Reference
#include "global.h"#include "slave.h"Go to the source code of this file.
Classes | |
| class | KIO::DataSlave |
| This class provides a high performance implementation for the data url scheme (rfc2397). More... | |
| struct | KIO::DataSlave::QueueStruct |
| structure for queuing. More... | |
Namespaces | |
| namespace | KIO |
Defines | |
| #define | DISPATCH_DECL(type) void dispatch_##type(); |
| #define | DISPATCH_DECL1(type, paramtype, param) void dispatch_##type(paramtype param); |
Define Documentation
| #define DISPATCH_DECL | ( | type | ) | void dispatch_##type(); |
Definition at line 31 of file dataslave.h.
| #define DISPATCH_DECL1 | ( | type, | |||
| paramtype, | |||||
| param | ) | void dispatch_##type(paramtype param); |
Definition at line 35 of file dataslave.h.
KDE 4.3 API Reference