mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +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
eeca22c67a
commit
98aa604aa0
51 changed files with 442 additions and 637 deletions
|
|
@ -32,7 +32,7 @@ class LIBCANVAS_API Arc : public Item
|
|||
{
|
||||
public:
|
||||
Arc (Canvas*);
|
||||
Arc (Group*);
|
||||
Arc (Item*);
|
||||
|
||||
void render (Rect const & area, Cairo::RefPtr<Cairo::Context>) const;
|
||||
void compute_bounding_box () const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue