kio
dataslave.h File Reference
#include <kio/global.h>
#include <kio/slave.h>
Include dependency graph for dataslave.h:
This graph shows which files directly or indirectly include this file:
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 queueing. 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.