kio
kfileitem.h File Reference
#include <qstringlist.h>
#include <sys/stat.h>
#include <qptrlist.h>
#include <kio/global.h>
#include <kurl.h>
#include <kacl.h>
#include <kmimetype.h>
#include <kfilemetainfo.h>
Include dependency graph for kfileitem.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KFileItem |
A KFileItem is a generic class to handle a file, local or remote. More... | |
Defines | |
#define | KFILEITEM_HAS_ISWRITABLE |
Typedefs | |
typedef QPtrList< KFileItem > | KFileItemList |
typedef QPtrListIterator < KFileItem > | KFileItemListIterator |
Functions | |
KIO_EXPORT QDataStream & | operator<< (QDataStream &s, const KFileItem &a) |
KIO_EXPORT QDataStream & | operator>> (QDataStream &s, KFileItem &a) |
Define Documentation
#define KFILEITEM_HAS_ISWRITABLE |
Definition at line 33 of file kfileitem.h.
Typedef Documentation
typedef QPtrList<KFileItem> KFileItemList |
Function Documentation
KIO_EXPORT QDataStream& operator<< | ( | QDataStream & | s, | |
const KFileItem & | a | |||
) |
Definition at line 1078 of file kfileitem.cpp.
KIO_EXPORT QDataStream& operator>> | ( | QDataStream & | s, | |
KFileItem & | a | |||
) |
Definition at line 1088 of file kfileitem.cpp.