#include <serializerinterface.h>
|
enum | ThreadingLevel {
ThreadNo,
ThreadNR,
ThreadOk,
ThreadNo,
ThreadNR,
ThreadOk
} |
|
enum | ModuleFlag { Unremovable = 0x01,
Unremovable = 0x01
} |
|
enum | ThreadingLevel {
ThreadNo,
ThreadNR,
ThreadOk,
ThreadNo,
ThreadNR,
ThreadOk
} |
|
enum | ModuleFlag { Unremovable = 0x01,
Unremovable = 0x01
} |
|
void | changed () |
|
void | objectNameChanged (QString name) |
|
void | changed () |
|
void | objectNameChanged (QString name) |
|
QString | objectName |
| workaround for sending signal when objectName property has changed More...
|
|
◆ SerializerInterface() [1/4]
CuteReport::SerializerInterface::SerializerInterface |
( |
QObject * |
parent | ) |
|
|
explicit |
◆ ~SerializerInterface() [1/2]
virtual CuteReport::SerializerInterface::~SerializerInterface |
( |
| ) |
|
|
virtual |
◆ SerializerInterface() [2/4]
◆ SerializerInterface() [3/4]
CuteReport::SerializerInterface::SerializerInterface |
( |
QObject * |
parent | ) |
|
|
explicit |
◆ ~SerializerInterface() [2/2]
virtual CuteReport::SerializerInterface::~SerializerInterface |
( |
| ) |
|
|
virtual |
◆ SerializerInterface() [4/4]
◆ createInstance() [1/2]
virtual SerializerInterface* CuteReport::SerializerInterface::createInstance |
( |
QObject * |
parent = 0 | ) |
const |
|
protectedpure virtual |
◆ createInstance() [2/2]
virtual SerializerInterface* CuteReport::SerializerInterface::createInstance |
( |
QObject * |
parent = 0 | ) |
const |
|
protectedpure virtual |
◆ deserialize() [1/2]
virtual QObject* CuteReport::SerializerInterface::deserialize |
( |
const QByteArray & |
data, |
|
|
bool * |
ok = 0 |
|
) |
| |
|
pure virtual |
◆ deserialize() [2/2]
virtual QObject* CuteReport::SerializerInterface::deserialize |
( |
const QByteArray & |
data, |
|
|
bool * |
ok = 0 |
|
) |
| |
|
pure virtual |
◆ lastError() [1/2]
virtual QString CuteReport::SerializerInterface::lastError |
( |
| ) |
|
|
pure virtual |
◆ lastError() [2/2]
virtual QString CuteReport::SerializerInterface::lastError |
( |
| ) |
|
|
pure virtual |
◆ serialize() [1/2]
virtual QByteArray CuteReport::SerializerInterface::serialize |
( |
const QObject * |
object, |
|
|
bool * |
ok = 0 |
|
) |
| |
|
pure virtual |
◆ serialize() [2/2]
virtual QByteArray CuteReport::SerializerInterface::serialize |
( |
const QObject * |
object, |
|
|
bool * |
ok = 0 |
|
) |
| |
|
pure virtual |
◆ ReportCore
The documentation for this class was generated from the following file: