ui: Show undefined child nodes in graph

So far pure virtual methods where not shown when activating the interface class.
This commit is contained in:
Eberhard Graether
2016-04-19 16:37:44 +02:00
parent deccf2734c
commit 661dbd844c
2 changed files with 5 additions and 5 deletions
@@ -64,7 +64,7 @@ private:
void setActiveAndVisibility(const std::vector<Id>& activeTokenIds);
void setNodeActiveRecursive(DummyNode& node, const std::vector<Id>& activeTokenIds, bool* noActive) const;
void removeImplicitAndUndefinedChildrenRecursive(DummyNode& node);
void removeImplicitChildrenRecursive(DummyNode& node);
bool setNodeVisibilityRecursiveBottomUp(DummyNode& node, bool noActive) const;
void setNodeVisibilityRecursiveTopDown(DummyNode& node, bool parentExpanded) const;