KIO
kfileitem.h File Reference
#include <sys/stat.h>
#include <kio/global.h>
#include <kio/udsentry.h>
#include <kurl.h>
#include <kacl.h>
#include <kmimetype.h>
#include <kfilemetainfo.h>
#include <kdatetime.h>
#include <QtCore/QList>
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... | |
class | KFileItemList |
List of KFileItems, which adds a few helper methods to QList<KFileItem>. More... | |
Functions | |
QDataStream & | operator<< (QDataStream &s, const KFileItem &a) |
QDataStream & | operator>> (QDataStream &s, KFileItem &a) |
uint | qHash (const KFileItem &item) |
Q_CORE_EXPORT uint | qHash (const QString &key) |
Function Documentation
QDataStream& operator<< | ( | QDataStream & | s, | |
const KFileItem & | a | |||
) |
Definition at line 1188 of file kfileitem.cpp.
QDataStream& operator>> | ( | QDataStream & | s, | |
KFileItem & | a | |||
) |
Definition at line 1198 of file kfileitem.cpp.
uint qHash | ( | const KFileItem & | item | ) | [inline] |
Definition at line 590 of file kfileitem.h.
Q_CORE_EXPORT uint qHash | ( | const QString & | key | ) |