|
PACK WOC
$VERSION$
|
internal helper to hold the output for one transaction, this is handed around WocQtServerTransaction More...
Public Member Functions | |
| QtSTrans (const WocTransaction &t, QString cn_, QString cnp_) | |
| convenience constructor More... | |
Public Attributes | |
| QString | cn |
| class name More... | |
| QString | cnp |
| private (d-ptr) class name More... | |
| QString | defparm |
| default interface name, used as a default parameter in query(...) More... | |
| QString | hcd |
| part of the header: class decl More... | |
| QString | hdi |
| part of the header: #include's More... | |
| QString | pcd |
| private (d-ptr) class decl More... | |
| QString | scd |
| part of cpp source: implementations More... | |
| QString | sri |
| cpp source: #include's More... | |
| QStringList | in |
| input parameters of the transaction More... | |
| QStringList | out |
| output parameters of the transaction More... | |
| const WocTransaction & | trn |
| transaction itself, from the front-end More... | |
internal helper to hold the output for one transaction, this is handed around WocQtServerTransaction
|
inline |
convenience constructor
| QString QtSTrans::cn |
class name
| QString QtSTrans::cnp |
private (d-ptr) class name
| QString QtSTrans::defparm |
default interface name, used as a default parameter in query(...)
| QString QtSTrans::hcd |
part of the header: class decl
| QString QtSTrans::hdi |
part of the header: #include's
| QStringList QtSTrans::in |
input parameters of the transaction
| QStringList QtSTrans::out |
output parameters of the transaction
| QString QtSTrans::pcd |
private (d-ptr) class decl
| QString QtSTrans::scd |
part of cpp source: implementations
| QString QtSTrans::sri |
cpp source: #include's
| const WocTransaction& QtSTrans::trn |
transaction itself, from the front-end
1.8.8