![]() |
MyBooks
|
#include <cutereport_types.h>
Public Member Functions | |
| Margins () | |
| Margins (qreal left, qreal top, qreal right, qreal bottom) | |
| ~Margins () | |
| qreal | left () const |
| qreal | top () const |
| qreal | right () const |
| qreal | bottom () const |
| void | setLeft (qreal value) |
| void | setTop (qreal value) |
| void | setRight (qreal value) |
| void | setBottom (qreal value) |
| void | setCoords (qreal x1, qreal y1, qreal x2, qreal y2) |
| bool | operator== (const Margins &margins) |
| Margins () | |
| Margins (qreal left, qreal top, qreal right, qreal bottom) | |
| ~Margins () | |
| qreal | left () const |
| qreal | top () const |
| qreal | right () const |
| qreal | bottom () const |
| void | setLeft (qreal value) |
| void | setTop (qreal value) |
| void | setRight (qreal value) |
| void | setBottom (qreal value) |
| void | setCoords (qreal x1, qreal y1, qreal x2, qreal y2) |
| bool | operator== (const Margins &margins) |
Private Attributes | |
| qreal | m_left |
| qreal | m_top |
| qreal | m_right |
| qreal | m_bottom |
double type in margins supported only from Qt5.4 using QMarginsF QMargins supports only integer
|
explicit |
|
explicit |
| CuteReport::Margins::~Margins | ( | ) |
|
explicit |
|
explicit |
| CuteReport::Margins::~Margins | ( | ) |
| qreal CuteReport::Margins::bottom | ( | ) | const |
| qreal CuteReport::Margins::bottom | ( | ) | const |
| qreal CuteReport::Margins::left | ( | ) | const |
| qreal CuteReport::Margins::left | ( | ) | const |
| bool CuteReport::Margins::operator== | ( | const Margins & | margins | ) |
| bool CuteReport::Margins::operator== | ( | const Margins & | margins | ) |
| qreal CuteReport::Margins::right | ( | ) | const |
| qreal CuteReport::Margins::right | ( | ) | const |
| void CuteReport::Margins::setBottom | ( | qreal | value | ) |
| void CuteReport::Margins::setBottom | ( | qreal | value | ) |
| void CuteReport::Margins::setCoords | ( | qreal | x1, |
| qreal | y1, | ||
| qreal | x2, | ||
| qreal | y2 | ||
| ) |
| void CuteReport::Margins::setCoords | ( | qreal | x1, |
| qreal | y1, | ||
| qreal | x2, | ||
| qreal | y2 | ||
| ) |
| void CuteReport::Margins::setLeft | ( | qreal | value | ) |
| void CuteReport::Margins::setLeft | ( | qreal | value | ) |
| void CuteReport::Margins::setRight | ( | qreal | value | ) |
| void CuteReport::Margins::setRight | ( | qreal | value | ) |
| void CuteReport::Margins::setTop | ( | qreal | value | ) |
| void CuteReport::Margins::setTop | ( | qreal | value | ) |
| qreal CuteReport::Margins::top | ( | ) | const |
| qreal CuteReport::Margins::top | ( | ) | const |
|
private |
|
private |
|
private |
|
private |
1.8.13