mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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
|
|
@ -38,8 +38,8 @@ LineSet::LineSet (Canvas* c, Orientation o)
|
|||
|
||||
}
|
||||
|
||||
LineSet::LineSet (Group* group, Orientation o)
|
||||
: Item (group)
|
||||
LineSet::LineSet (Item* parent, Orientation o)
|
||||
: Item (parent)
|
||||
, _extent (0)
|
||||
, _orientation (o)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue