#include <QDebug>#include <QVariant>#include <QByteArray>#include <QDataStream>#include <QTextStream>#include <QVector>#include <QList>#include <QMap>#include <QStringList>#include <klfdefs.h>

Go to the source code of this file.
Classes | |
| class | KLFPropertizedObject |
| A class that holds properties. More... | |
Functions | |
| KLF_EXPORT QDataStream & | operator<< (QDataStream &stream, const KLFPropertizedObject &obj) |
| KLF_EXPORT QDataStream & | operator>> (QDataStream &stream, KLFPropertizedObject &obj) |
| KLF_EXPORT QTextStream & | operator<< (QTextStream &stream, const KLFPropertizedObject &obj) |
| KLF_EXPORT QDebug & | operator<< (QDebug &stream, const KLFPropertizedObject &obj) |
| KLF_EXPORT QDataStream& operator<< | ( | QDataStream & | stream, |
| const KLFPropertizedObject & | obj | ||
| ) |
Definition at line 474 of file klfpobj.cpp.
References KLFPropertizedObject::allProperties().
| KLF_EXPORT QTextStream& operator<< | ( | QTextStream & | stream, |
| const KLFPropertizedObject & | obj | ||
| ) |
Definition at line 488 of file klfpobj.cpp.
References KLFPropertizedObject::toString().
| KLF_EXPORT QDebug& operator<< | ( | QDebug & | stream, |
| const KLFPropertizedObject & | obj | ||
| ) |
Definition at line 495 of file klfpobj.cpp.
References KLFPropertizedObject::allProperties().
| KLF_EXPORT QDataStream& operator>> | ( | QDataStream & | stream, |
| KLFPropertizedObject & | obj | ||
| ) |
Definition at line 479 of file klfpobj.cpp.
References KLFPropertizedObject::setAllProperties().