nodeview: support multiple flow directions

This commit is contained in:
itsmattkc
2020-04-27 16:08:48 +10:00
parent 690bdb6581
commit b947b2224a
16 changed files with 338 additions and 176 deletions
+12
View File
@@ -85,6 +85,8 @@ private:
void DetachItemFromCursor();
void SetFlowDirection(NodeViewCommon::FlowDirection dir);
NodeGraph* graph_;
NodeViewItem* attached_item_;
@@ -117,6 +119,16 @@ private slots:
*/
void CreateNodeSlot(QAction* action);
/**
* @brief Receiver for setting the direction from the context menu
*/
void ContextMenuSetDirection(QAction* action);
/**
* @brief Receiver for auto-position descendents menu action
*/
void AutoPositionDescendents();
};
OLIVE_NAMESPACE_EXIT