nodeview: started core node filtering work
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user