#include <BoundingRectangle.h>
Definition at line 27 of file BoundingRectangle.h.
◆ BoundingRectangle() [1/3]
| rqt_multiplot::BoundingRectangle::BoundingRectangle |
( |
const QPointF & |
minimum = QPointF(0.0, 0.0), |
|
|
const QPointF & |
maximum = QPointF(-1.0, -1.0) |
|
) |
| |
◆ BoundingRectangle() [2/3]
| rqt_multiplot::BoundingRectangle::BoundingRectangle |
( |
const QRectF & |
rectangle | ) |
|
◆ BoundingRectangle() [3/3]
◆ ~BoundingRectangle()
| rqt_multiplot::BoundingRectangle::~BoundingRectangle |
( |
| ) |
|
◆ clear()
| void rqt_multiplot::BoundingRectangle::clear |
( |
| ) |
|
◆ contains()
| bool rqt_multiplot::BoundingRectangle::contains |
( |
const QPointF & |
point | ) |
const |
◆ getMaximum() [1/2]
| QPointF & rqt_multiplot::BoundingRectangle::getMaximum |
( |
| ) |
|
◆ getMaximum() [2/2]
| const QPointF & rqt_multiplot::BoundingRectangle::getMaximum |
( |
| ) |
const |
◆ getMinimum() [1/2]
| QPointF & rqt_multiplot::BoundingRectangle::getMinimum |
( |
| ) |
|
◆ getMinimum() [2/2]
| const QPointF & rqt_multiplot::BoundingRectangle::getMinimum |
( |
| ) |
const |
◆ getRectangle()
| QRectF rqt_multiplot::BoundingRectangle::getRectangle |
( |
| ) |
const |
◆ initialize()
| void rqt_multiplot::BoundingRectangle::initialize |
( |
const QPointF & |
point | ) |
|
◆ isEmpty()
| bool rqt_multiplot::BoundingRectangle::isEmpty |
( |
| ) |
const |
◆ isValid()
| bool rqt_multiplot::BoundingRectangle::isValid |
( |
| ) |
const |
◆ operator!=()
| bool rqt_multiplot::BoundingRectangle::operator!= |
( |
const BoundingRectangle & |
rectangle | ) |
const |
◆ operator+=() [1/2]
| BoundingRectangle & rqt_multiplot::BoundingRectangle::operator+= |
( |
const QPointF & |
point | ) |
|
◆ operator+=() [2/2]
◆ operator==()
| bool rqt_multiplot::BoundingRectangle::operator== |
( |
const BoundingRectangle & |
rectangle | ) |
const |
◆ setMaximum()
| void rqt_multiplot::BoundingRectangle::setMaximum |
( |
const QPointF & |
maximum | ) |
|
◆ setMinimum()
| void rqt_multiplot::BoundingRectangle::setMinimum |
( |
const QPointF & |
minimum | ) |
|
◆ maximum_
| QPointF rqt_multiplot::BoundingRectangle::maximum_ |
|
private |
◆ minimum_
| QPointF rqt_multiplot::BoundingRectangle::minimum_ |
|
private |
The documentation for this class was generated from the following files: