Eneboo - Documentación para desarrolladores
|
#include <mreportobject.h>
Kugar report object baseclass
MReportObject::MReportObject | ( | ) |
Constructor
MReportObject::MReportObject | ( | const MReportObject & | mReportObject | ) |
Copy constructor
MReportObject::~MReportObject | ( | ) | [virtual] |
Destructor
int MReportObject::draw | ( | FLStylePainter * | p | ) | [virtual] |
Draws the object to the specified painter & x/y offsets
Reimplementado en MFieldObject y MLabelObject.
void MReportObject::drawBase | ( | FLStylePainter * | p | ) | [protected] |
Draws the base object to the specified painter & x/y offsets
bool MReportObject::getDrawAtBottom | ( | ) | const [inline] |
Gets the object's drawAtBottom property
int MReportObject::getHeight | ( | ) | const [inline] |
Gets the object's height
int MReportObject::getObjectId | ( | ) | const [inline] |
Gets the object's id
int MReportObject::getSectionIndex | ( | ) | const [inline] |
Gets the object's report section index
int MReportObject::getWidth | ( | ) | const [inline] |
Gets the object's width
int MReportObject::getX | ( | ) | const [inline] |
Gets the object's x position
int MReportObject::getY | ( | ) | const [inline] |
Gets the object's y position
MReportObject MReportObject::operator= | ( | const MReportObject & | mReportObject | ) |
Assignment operator
Sets the object's background color - default is white
Sets the object's background color
Sets the object's border color - default is black
Sets the object's border color
void MReportObject::setBorderStyle | ( | int | style | ) | [inline] |
Sets the object's border style - default is SolidLine
Sets the object's border style
void MReportObject::setBorderWidth | ( | int | width | ) | [inline] |
Sets the object's border width - default is 1
Sets the object's border width
void MReportObject::setDrawAtBottom | ( | bool | b | ) | [inline] |
Sets the object's drawAtBottom property
Sets the object's draw at bottom property
Sets the object's foreground color - default is black
Sets the object's foreground color
Sets the object's position and size
Set the object's position and size
void MReportObject::setObjectId | ( | int | id | ) | [inline] |
Sets the object's id
void MReportObject::setSectionIndex | ( | int | idx | ) | [inline] |
Sets the object's report section index
void MReportObject::setTransparent | ( | bool | t | ) | [inline] |
Sets the object's transparent mode
QColor MReportObject::backgroundColor [protected] |
Object's background color
QColor MReportObject::borderColor [protected] |
Object's border color
int MReportObject::borderStyle [protected] |
Object's border style
int MReportObject::borderWidth [protected] |
Object's border width
bool MReportObject::drawAtBottom [protected] |
True if the object must be drawed at the bottom of the section
QColor MReportObject::foregroundColor [protected] |
Object's foreground color
int MReportObject::height [protected] |
Object's height
int MReportObject::objectId [protected] |
Object's id
int MReportObject::sectionIndex [protected] |
Report section index. -1 when is not yet in a report section
bool MReportObject::transparent [protected] |
True if the object has no background color
int MReportObject::width [protected] |
Object's width
int MReportObject::xpos [protected] |
Object's x position
int MReportObject::ypos [protected] |
Object's y postition