A collection of rectangles (with possible duplicates).
More...
#include <rectangles.h>
| mir::geometry::Rectangles::Rectangles |
( |
| ) |
|
| mir::geometry::Rectangles::Rectangles |
( |
std::initializer_list< Rectangle > const & |
rects | ) |
|
| void mir::geometry::Rectangles::add |
( |
Rectangle const & |
rect | ) |
|
| Rectangle mir::geometry::Rectangles::bounding_rectangle |
( |
| ) |
const |
| void mir::geometry::Rectangles::clear |
( |
| ) |
|
| void mir::geometry::Rectangles::confine |
( |
Point & |
point | ) |
const |
| bool mir::geometry::Rectangles::operator!= |
( |
Rectangles const & |
rect | ) |
const |
| bool mir::geometry::Rectangles::operator== |
( |
Rectangles const & |
rect | ) |
const |
| void mir::geometry::Rectangles::remove |
( |
Rectangle const & |
rect | ) |
|
removes at most one matching rectangle
| size_type mir::geometry::Rectangles::size |
( |
| ) |
const |
The documentation for this class was generated from the following file:
Copyright © 2012-2016 Canonical Ltd.
Generated on Wed Oct 11 22:26:23 UTC 2017