ui: removed namespace nodes from graph

Nodes within namespaces are display their full name including the namespace.
This commit is contained in:
Eberhard Graether
2015-07-18 22:03:13 +02:00
parent 85d2ebc32a
commit e5a8609d7a
6 changed files with 68 additions and 11 deletions
@@ -22,6 +22,7 @@ public:
, connected(false)
, aggregated(false)
, expanded(false)
, hasNamespace(false)
, accessType(TokenComponentAccess::ACCESS_NONE)
, invisibleSubNodeCount(0)
{
@@ -118,6 +119,7 @@ public:
bool connected;
bool aggregated;
bool expanded;
bool hasNamespace;
// AccessNode
TokenComponentAccess::AccessType accessType;