Ardour  9.0-pre0-1320-gf48fe3f740
ArdourCanvas::RectSet::ColoredRectangle Struct Reference

#include <rect_set.h>

Inheritance diagram for ArdourCanvas::RectSet::ColoredRectangle:
[legend]

Public Member Functions

 ColoredRectangle (int i, Rect const &ra, Gtkmm2ext::Color color_)
 
- Public Member Functions inherited from ArdourCanvas::Rect
 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 ()
 

Public Attributes

int index
 
Gtkmm2ext::Color color
 
- Public Attributes inherited from ArdourCanvas::Rect
Coord x0
 
Coord y0
 
Coord x1
 
Coord y1
 

Detailed Description

Definition at line 54 of file rect_set.h.

Constructor & Destructor Documentation

◆ ColoredRectangle()

ArdourCanvas::RectSet::ColoredRectangle::ColoredRectangle ( int  i,
Rect const &  ra,
Gtkmm2ext::Color  color_ 
)
inline

Definition at line 55 of file rect_set.h.

Member Data Documentation

◆ color

Gtkmm2ext::Color ArdourCanvas::RectSet::ColoredRectangle::color

Definition at line 57 of file rect_set.h.

◆ index

int ArdourCanvas::RectSet::ColoredRectangle::index

Definition at line 56 of file rect_set.h.


The documentation for this struct was generated from the following file: