KIO
KIO::DataSlave::QueueStruct Struct Reference
#include <dataslave.h>
Public Member Functions | |
| QueueStruct () | |
| QueueStruct (QueueType type) | |
Public Attributes | |
| QByteArray | ba |
| QString | s |
| KIO::filesize_t | size |
| QueueType | type |
Detailed Description
structure for queuing.
It is very primitive, it doesn't even try to conserve memory.
Definition at line 90 of file dataslave.h.
Constructor & Destructor Documentation
| KIO::DataSlave::QueueStruct::QueueStruct | ( | ) | [inline] |
Definition at line 96 of file dataslave.h.
| KIO::DataSlave::QueueStruct::QueueStruct | ( | QueueType | type | ) | [inline] |
Definition at line 97 of file dataslave.h.
Member Data Documentation
| QByteArray KIO::DataSlave::QueueStruct::ba |
Definition at line 94 of file dataslave.h.
Definition at line 92 of file dataslave.h.
Definition at line 93 of file dataslave.h.
Definition at line 91 of file dataslave.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:55:29 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:55:29 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.