internal cache to hold the output for one transaction, a reference to this struct is handed arout WocQtClientTransaction
More...
|
| QString | cn |
| | class name More...
|
| |
| QString | cnp |
| | private (d-ptr) class name More...
|
| |
| QString | defparm |
| | default interface name, used as parameter in query More...
|
| |
| QString | hcd |
| | part of the header: contains class decl More...
|
| |
| QString | hdi |
| | part of the header: #include's More...
|
| |
| QString | pcd |
| | private (d-ptr) class decl More...
|
| |
| QString | scd |
| | cpp source file main content More...
|
| |
| QString | sri |
| | cpp source file #include's More...
|
| |
| QStringList | in |
| | input parameters of the transaction More...
|
| |
| QStringList | out |
| | output parameters of the transaction More...
|
| |
| QString | inlist |
| | input param list for function calls (type1 val1,type2 val2,...) More...
|
| |
| QString | clist |
| | input param list, but call values only (val1,val2,...) More...
|
| |
| QString | xinlist |
| | input params (type+name) plus interface name More...
|
| |
| QString | xclist |
| | input params (for calls) plus interface name More...
|
| |
| QString | indoc |
| | docu tags for input params More...
|
| |
| QString | ifcdoc |
| | docu tag for the interface param of query(...) More...
|
| |
| const WocTransaction & | trn |
| | transaction itself, from the processor More...
|
| |
internal cache to hold the output for one transaction, a reference to this struct is handed arout WocQtClientTransaction
| QtCTrans::QtCTrans |
( |
const WocTransaction & |
t, |
|
|
QString |
cn_, |
|
|
QString |
cnp_ |
|
) |
| |
|
inline |
input param list, but call values only (val1,val2,...)
private (d-ptr) class name
| QString QtCTrans::defparm |
default interface name, used as parameter in query
part of the header: contains class decl
part of the header: #include's
docu tag for the interface param of query(...)
input parameters of the transaction
docu tags for input params
input param list for function calls (type1 val1,type2 val2,...)
| QStringList QtCTrans::out |
output parameters of the transaction
private (d-ptr) class decl
cpp source file main content
cpp source file #include's
transaction itself, from the processor
input params (for calls) plus interface name
| QString QtCTrans::xinlist |
input params (type+name) plus interface name
The documentation for this struct was generated from the following file: