ui: Hide nodes and edges from graph via context menu action or Alt + Click (issue #472)
* show all context menu actions, but disable unavailable * added hide action to undo redo stack
This commit is contained in:
@@ -35,6 +35,8 @@ public:
|
||||
QtGraphNode* getOwner();
|
||||
QtGraphNode* getTarget();
|
||||
|
||||
Id getTokenId() const;
|
||||
|
||||
void updateLine();
|
||||
|
||||
bool getIsActive() const;
|
||||
@@ -44,6 +46,7 @@ public:
|
||||
void setIsFocused(bool isFocused);
|
||||
|
||||
void onClick();
|
||||
void onHide();
|
||||
|
||||
void focusIn();
|
||||
void focusOut();
|
||||
|
||||
Reference in New Issue
Block a user