kio
kfilemetainfo.h File Reference
#include <qdict.h>
#include <qvariant.h>
#include <qobject.h>
#include <qstring.h>
#include <kurl.h>
Include dependency graph for kfilemetainfo.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KFileMimeTypeInfo::GroupInfo |
Information about a meta information group. More... | |
class | KFileMimeTypeInfo::ItemInfo |
This is the class for one item of a KFileMimeTypeInfo. More... | |
class | KFileMetaInfo |
Meta Information about a file. More... | |
class | KFileMetaInfoGroup |
A group of meta information items about a file. More... | |
class | KFileMetaInfoItem |
A meta information item about a file. More... | |
class | KFileMetaInfoProvider |
class | KFileMimeTypeInfo |
Represents the capabilities of a KFilePlugin for a given mimetype. More... | |
class | KFilePlugin |
Base class for a meta information plugin. More... | |
Defines | |
#define | m_unit outouftheway_m_unit |
Functions | |
KIO_EXPORT QDataStream & | operator<< (QDataStream &s, const KFileMetaInfo &) |
KIO_EXPORT QDataStream & | operator<< (QDataStream &s, const KFileMetaInfoGroup &) |
KIO_EXPORT QDataStream & | operator<< (QDataStream &s, const KFileMetaInfoItem &) |
KIO_EXPORT QDataStream & | operator>> (QDataStream &s, KFileMetaInfo &) |
KIO_EXPORT QDataStream & | operator>> (QDataStream &s, KFileMetaInfoGroup &) |
KIO_EXPORT QDataStream & | operator>> (QDataStream &s, KFileMetaInfoItem &) |
Define Documentation
#define m_unit outouftheway_m_unit |
Definition at line 25 of file kfilemetainfo.h.
Function Documentation
KIO_EXPORT QDataStream& operator<< | ( | QDataStream & | s, | |
const KFileMetaInfo & | ||||
) |
Definition at line 1815 of file kfilemetainfo.cpp.
KIO_EXPORT QDataStream& operator<< | ( | QDataStream & | s, | |
const KFileMetaInfoGroup & | ||||
) |
Definition at line 1761 of file kfilemetainfo.cpp.
KIO_EXPORT QDataStream& operator<< | ( | QDataStream & | s, | |
const KFileMetaInfoItem & | ||||
) |
Definition at line 1708 of file kfilemetainfo.cpp.
KIO_EXPORT QDataStream& operator>> | ( | QDataStream & | s, | |
KFileMetaInfo & | ||||
) |
Definition at line 1833 of file kfilemetainfo.cpp.
KIO_EXPORT QDataStream& operator>> | ( | QDataStream & | s, | |
KFileMetaInfoGroup & | ||||
) |
Definition at line 1778 of file kfilemetainfo.cpp.
KIO_EXPORT QDataStream& operator>> | ( | QDataStream & | s, | |
KFileMetaInfoItem & | ||||
) |
Definition at line 1728 of file kfilemetainfo.cpp.