[KLF Application][KLF Tools][KLF Backend][KLF Home]
KLatexFormula Project
Classes | Functions
klfpobj.h File Reference
#include <QDebug>
#include <QVariant>
#include <QByteArray>
#include <QDataStream>
#include <QTextStream>
#include <QVector>
#include <QList>
#include <QMap>
#include <QStringList>
#include <klfdefs.h>
Include dependency graph for klfpobj.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KLFPropertizedObject
 A class that holds properties. More...
 

Functions

KLF_EXPORT QDataStreamoperator<< (QDataStream &stream, const KLFPropertizedObject &obj)
 
KLF_EXPORT QDataStreamoperator>> (QDataStream &stream, KLFPropertizedObject &obj)
 
KLF_EXPORT QTextStreamoperator<< (QTextStream &stream, const KLFPropertizedObject &obj)
 
KLF_EXPORT QDebug & operator<< (QDebug &stream, const KLFPropertizedObject &obj)
 

Function Documentation

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().


Generated by doxygen 1.8.5