mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 05:06:31 +01:00
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
This commit is contained in:
parent
5d6dc388f7
commit
a8bd6ecc4f
51 changed files with 442 additions and 637 deletions
|
|
@ -34,8 +34,8 @@ class LIBCANVAS_API Rectangle : public Item
|
|||
public:
|
||||
Rectangle (Canvas*);
|
||||
Rectangle (Canvas*, Rect const &);
|
||||
Rectangle (Group*);
|
||||
Rectangle (Group*, Rect const &);
|
||||
Rectangle (Item*);
|
||||
Rectangle (Item*, Rect const &);
|
||||
|
||||
void render (Rect const &, Cairo::RefPtr<Cairo::Context>) const;
|
||||
void compute_bounding_box () const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue