Eneboo - Documentación para desarrolladores
Tipos públicos | Métodos públicos
Referencia de la Clase MCalcObject

#include <mcalcobject.h>

Diagrama de herencias de MCalcObject
MFieldObject MLabelObject MReportObject QObject Qt Qt

Lista de todos los miembros.

Tipos públicos

enum  CalculationType {
  Count = 0, Sum, Average, Variance,
  StandardDeviation, NoOperation, CallFunction
}

Métodos públicos

 MCalcObject ()
 MCalcObject (const MCalcObject &mCalcObject)
MCalcObject operator= (const MCalcObject &mCalcObject)
 ~MCalcObject ()
void setCalculationType (int type)
int getCalculationType () const
void setCalculationFunction (QString fN)
bool getDrawAtHeader () const
void setDrawAtHeader (bool b)
bool getFromGrandTotal () const
void setFromGrandTotal (bool b)
QString getCalculationFunction () const

Descripción detallada

Kugar report calculation field object

Autor:
Mutiny Bay Software

Documentación de las enumeraciones miembro de la clase

Calculation type constants

Valores de enumeraciones:
Count 
Sum 
Average 
Variance 
StandardDeviation 
NoOperation 
CallFunction 

Documentación del constructor y destructor

MCalcObject::MCalcObject ( )

Constructor

MCalcObject::MCalcObject ( const MCalcObject mCalcObject)

Copy constructor

MCalcObject::~MCalcObject ( )

Destructor


Documentación de las funciones miembro

QString MCalcObject::getCalculationFunction ( ) const [inline]

Returns the field's calculation function

int MCalcObject::getCalculationType ( ) const [inline]

Returns the field's calculation type

bool MCalcObject::getDrawAtHeader ( ) const [inline]

Returns the field's 'draw at header' property

bool MCalcObject::getFromGrandTotal ( ) const [inline]

Returns the field's 'from grand total' property

MCalcObject MCalcObject::operator= ( const MCalcObject mCalcObject)

Assignment operator

void MCalcObject::setCalculationFunction ( QString  fN) [inline]

Sets the field's calculation function

void MCalcObject::setCalculationType ( int  type) [inline]

Sets the field's calculation type

void MCalcObject::setDrawAtHeader ( bool  b) [inline]

Sets the field's 'draw at header' property

void MCalcObject::setFromGrandTotal ( bool  b) [inline]

Sets the field's 'from grand total' property


La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'