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