Eneboo - Documentación para desarrolladores
|
#include <mspecialobject.h>
Tipos públicos | |
enum | SpecialType { Date = 0, PageNumber } |
Métodos públicos | |
MSpecialObject () | |
MSpecialObject (const MSpecialObject &mSpecialObject) | |
MSpecialObject | operator= (const MSpecialObject &mSpecialObject) |
virtual | ~MSpecialObject () |
void | setText (QDate d) |
void | setText (int page) |
void | setType (int t) |
int | getType () |
void | setDateFormat (int f) |
Atributos protegidos | |
int | type |
int | format |
Kugar report special field object - report date, page number, etc.
MSpecialObject::MSpecialObject | ( | ) |
Constructor
MSpecialObject::MSpecialObject | ( | const MSpecialObject & | mSpecialObject | ) |
Copy constructor
MSpecialObject::~MSpecialObject | ( | ) | [virtual] |
Destructor
int MSpecialObject::getType | ( | void | ) |
Gets the field's type
MSpecialObject MSpecialObject::operator= | ( | const MSpecialObject & | mSpecialObject | ) |
Assignment operator
void MSpecialObject::setDateFormat | ( | int | f | ) |
Sets the field's date formatting
void MSpecialObject::setText | ( | int | page | ) |
Sets the field's data string with a page number
void MSpecialObject::setText | ( | QDate | d | ) |
Sets the field's data string with a date
void MSpecialObject::setType | ( | int | t | ) |
Sets the field's type
Sets the field's data type
int MSpecialObject::format [protected] |
Format type
int MSpecialObject::type [protected] |
Field type