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>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 1248 of file kfileitem.cpp.
| QDataStream& operator>> | ( | QDataStream & | s, | |
| KFileItem & | a | |||
| ) |
Definition at line 1258 of file kfileitem.cpp.
| uint qHash | ( | const KFileItem & | item | ) | [inline] |
Definition at line 599 of file kfileitem.h.
| Q_CORE_EXPORT uint qHash | ( | const QString & | key | ) |
KDE 4.3 API Reference