#include <rect_set.h>
|
| | ColoredRectangle (int i, Rect const &ra, Gtkmm2ext::Color color_) |
| |
| | Rect () |
| |
| | Rect (Coord x0_, Coord y0_, Coord x1_, Coord y1_) |
| |
| Rect | intersection (Rect const &o) const throw () |
| |
| Rect | extend (Rect const &o) const throw () |
| |
| Rect | translate (Duple const &t) const throw () |
| |
| Rect | expand (Distance amount) const throw () |
| |
| Rect | expand (Distance top, Distance right, Distance bottom, Distance left) const throw () |
| |
| Rect | shrink (Distance amount) const throw () |
| |
| Rect | shrink (Distance top, Distance right, Distance bottom, Distance left) const throw () |
| |
| bool | contains (Duple const &point) const throw () |
| |
| Rect | fix () const throw () |
| |
| bool | empty () const throw () |
| |
| | operator bool () const throw () |
| |
| Distance | width () const throw () |
| |
| Distance | height () const throw () |
| |
| bool | operator!= (Rect const &o) const throw () |
| |
Definition at line 54 of file rect_set.h.
◆ ColoredRectangle()
| ArdourCanvas::RectSet::ColoredRectangle::ColoredRectangle |
( |
int |
i, |
|
|
Rect const & |
ra, |
|
|
Gtkmm2ext::Color |
color_ |
|
) |
| |
|
inline |
◆ color
◆ index
| int ArdourCanvas::RectSet::ColoredRectangle::index |
The documentation for this struct was generated from the following file: