Eneboo - Documentación para desarrolladores
|
#include <mcalcobject.h>
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 |
Kugar report calculation field object
MCalcObject::MCalcObject | ( | ) |
Constructor
MCalcObject::MCalcObject | ( | const MCalcObject & | mCalcObject | ) |
Copy constructor
MCalcObject::~MCalcObject | ( | ) |
Destructor
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