#include <KDReportsHLineElement.h>
The KDReports::HLineElement class represents an horizontal line in the report.
- Since
- 1.3
| KDReports::HLineElement::HLineElement |
( |
| ) |
|
| virtual KDReports::HLineElement::~HLineElement |
( |
| ) |
|
|
virtual |
Destroys this hline element.
| KDReports::HLineElement::HLineElement |
( |
const HLineElement & |
other | ) |
|
Copies a hline element. The settings are copied over.
| QColor KDReports::HLineElement::color |
( |
| ) |
const |
| int KDReports::HLineElement::margin |
( |
| ) |
const |
Returns the margin (empty space) used above and below the line, in mm.
Copies the hline and settings from another hline element.
| void KDReports::HLineElement::setColor |
( |
const QColor & |
color | ) |
|
| void KDReports::HLineElement::setMargin |
( |
int |
m | ) |
|
Sets the margin (empty space) used above and below the line, in mm.
| void KDReports::HLineElement::setThickness |
( |
int |
w | ) |
|
| int KDReports::HLineElement::thickness |
( |
| ) |
const |
Returns the hline thickness
The documentation for this class was generated from the following file: