PACK WOC
$VERSION$
|
abstract base class for Qt transaction generator More...
#include <qtout.h>
Signals | |
void | errorFound () |
emitted if something goes wrong, this will cause the parser process to abort More... | |
Public Member Functions | |
WocQtTransaction (WocQtOut *) | |
instantiates the transaction generator More... | |
virtual | ~WocQtTransaction () |
virtual void | newTransaction (const WocTransaction &)=0 |
abstract helper: called for each new transaction More... | |
virtual void | finalize ()=0 |
abstract helper: called when parsing is about to finish More... | |
Protected Attributes | |
WocQtOut * | m_parent |
abstract base class for Qt transaction generator
|
explicit |
instantiates the transaction generator
|
inlinevirtual |
|
signal |
emitted if something goes wrong, this will cause the parser process to abort
|
pure virtual |
abstract helper: called when parsing is about to finish
Implemented in WocQtClientTransaction, and WocQtServerTransaction.
|
pure virtual |
abstract helper: called for each new transaction
Implemented in WocQtClientTransaction, and WocQtServerTransaction.
|
protected |