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 | |
Public Attributes | |
| QString | cn |
| class name | |
| QString | cnp |
| private (d-ptr) class name | |
| QString | defparm |
| default interface name, used as a default parameter in query(...) | |
| QString | hcd |
| part of the header: class decl | |
| QString | hdi |
| part of the header: include's | |
| QString | pcd |
| private (d-ptr) class decl | |
| QString | scd |
| part of cpp source: implementations | |
| QString | sri |
| cpp source: include's | |
| QStringList | in |
| input parameters of the transaction | |
| QStringList | out |
| output parameters of the transaction | |
| const WocTransaction & | trn |
| transaction itself, from the front-end | |
internal helper to hold the output for one transaction, this is handed around WocQtServerTransaction
| QtSTrans::QtSTrans | ( | const WocTransaction & | t, | |
| QString | cn_, | |||
| QString | cnp_ | |||
| ) | [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.7.1