ui: node type keywords to filter autocompletions or activate all nodes (issue #78)
* Fix history stack activating wrong symbol when aggregation was clicked
This commit is contained in:
@@ -29,6 +29,8 @@ public:
|
||||
bool isChildOfVisibleNodeOrInvisible(Id nodeId) const;
|
||||
|
||||
bool nodeHasChildren(Id nodeId) const;
|
||||
bool nodeIsVisible(Id nodeId) const;
|
||||
bool nodeIsImplicit(Id nodeId) const;
|
||||
|
||||
std::vector<std::tuple<Id, Id, std::vector<Id>>> getInheritanceEdgesForNodeId(Id nodeId, const std::set<Id>& nodeIds) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user