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