Public Member Functions | Public Attributes

QtSTrans Struct Reference

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

List of all members.

Public Member Functions

 QtSTrans (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 a default parameter in query(...)
QString hcd
 part of the header: class decl
QString hdi
 part of the header: include's
QString pcd
 private (d-ptr) class decl
QString scd
 part of cpp source: implementations
QString sri
 cpp source: include's
QStringList in
 input parameters of the transaction
QStringList out
 output parameters of the transaction
const WocTransactiontrn
 transaction itself, from the front-end

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

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

transaction itself, from the front-end


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