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

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

Public Attributes

QString cn
 class name More...
 
QString cnp
 private (d-ptr) class name More...
 
QString defparm
 default interface name, used as a default parameter in query(...) More...
 
QString hcd
 part of the header: class decl More...
 
QString hdi
 part of the header: #include's More...
 
QString pcd
 private (d-ptr) class decl More...
 
QString scd
 part of cpp source: implementations More...
 
QString sri
 cpp source: #include's More...
 
QStringList in
 input parameters of the transaction More...
 
QStringList out
 output parameters of the transaction More...
 
const WocTransactiontrn
 transaction itself, from the front-end More...
 

Detailed Description

internal helper to hold the output for one transaction, this is handed around WocQtServerTransaction

Constructor & Destructor Documentation

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

convenience constructor

Member Data Documentation

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


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