mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
Start adding a Window class.
This commit is contained in:
parent
bd6172e3c7
commit
415c4b90c5
12 changed files with 159 additions and 55 deletions
|
@ -15,6 +15,9 @@ public:
|
|||
|
||||
Vector<Object*>& children() { return m_children; }
|
||||
|
||||
Object* parent() { return m_parent; }
|
||||
const Object* parent() const { return m_parent; }
|
||||
|
||||
private:
|
||||
void addChild(Object&);
|
||||
void removeChild(Object&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue