Public Member Functions | Public Attributes

QtCTrans Struct Reference

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

List of all members.

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

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

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

docu tag for the interface param of query(...)

QStringList QtCTrans::in

input parameters of the transaction

QString QtCTrans::indoc

docu tags for input params

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

transaction itself, from the processor

input params (for calls) plus interface name

input params (type+name) plus interface name


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