show child list on click

This commit is contained in:
Anika Raemer 2018-10-19 20:41:14 +02:00
parent 99a2d118c8
commit 0b9e8fa067
4 changed files with 29 additions and 4 deletions

View file

@ -26,8 +26,11 @@ public:
bool isCircleDelegate() const;
void setCircleDelegate(bool value);
bool isRoot() const;
NavigationItemModel* getParentItem();
QList<NavigationItemModel*> getChildren();
bool hasChildren() const;
QList<NavigationItemModel *> getChildren();
void appendChild(NavigationItemModel* item);
void clearChildren();