Specialization that outputs classes for WocQtOut and its sub-classes.
More...
#include <qtclass.h>
|
| void | classEnums (const WocClass &, MFile &, MFile &, QString) |
| | helper: generate enums for classes More...
|
| |
| void | classProperties (const WocClass &, MFile &, MFile &) |
| | helper: generate properties More...
|
| |
| void | classDeserializer (const WocClass &, MFile &, MFile &, QString) |
| | helper: generate constructors/deserializer/copiers More...
|
| |
| void | classSerializers (const WocClass &, MFile &, MFile &, QString) |
| | helper: generate serializers More...
|
| |
Specialization that outputs classes for WocQtOut and its sub-classes.
constructs the class output for a specific Qt output
| WocQtClass::~WocQtClass |
( |
| ) |
|
| void WocQtClass::classDeserializer |
( |
const WocClass & |
cls, |
|
|
MFile & |
hdr, |
|
|
MFile & |
src, |
|
|
QString |
cn |
|
) |
| |
|
private |
helper: generate constructors/deserializer/copiers
| void WocQtClass::classEnums |
( |
const WocClass & |
cls, |
|
|
MFile & |
hdr, |
|
|
MFile & |
src, |
|
|
QString |
cn |
|
) |
| |
|
private |
helper: generate enums for classes
helper: generate properties
| void WocQtClass::classSerializers |
( |
const WocClass & |
cls, |
|
|
MFile & |
hdr, |
|
|
MFile & |
src, |
|
|
QString |
cn |
|
) |
| |
|
private |
helper: generate serializers
| void WocQtClass::errorFound |
( |
| ) |
|
|
signal |
emitted if something is wrong, aborts the processor
| void WocQtClass::finalize |
( |
| ) |
|
|
virtual |
called when all parsing is done
| void WocQtClass::newClass |
( |
const WocClass & |
cls | ) |
|
|
virtual |
generates the code of a specific class
| QString WocQtClass::m_aux |
|
private |
The documentation for this class was generated from the following files: