PACK WOC  $VERSION$
Public Member Functions | Public Attributes | List of all members
QtCTrans Struct Reference

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 More...
 

Public Attributes

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 WocTransactiontrn
 transaction itself, from the processor More...
 

Detailed Description

internal cache to hold the output for one transaction, a reference to this struct is handed arout WocQtClientTransaction

Constructor & Destructor Documentation

QtCTrans::QtCTrans ( const WocTransaction t,
QString  cn_,
QString  cnp_ 
)
inline

convenience constructor

Member Data Documentation

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


The documentation for this struct was generated from the following file: