nodeview: started core node filtering work

This commit is contained in:
itsmattkc
2020-05-11 22:48:27 +10:00
parent 9c30f13a2e
commit ce58671fd6
10 changed files with 224 additions and 38 deletions
-9
View File
@@ -80,13 +80,6 @@ public:
*/
void ReorganizeFrom(Node* n);
enum FilterMode {
kFilterShowAll,
kFilterShowSelectedBlocks
};
void SetFilterMode(const FilterMode& f);
bool GetEdgesAreCurved() const;
public slots:
@@ -138,8 +131,6 @@ private:
NodeViewCommon::FlowDirection direction_;
FilterMode filter_mode_;
bool curved_edges_;
private slots: