logic: flag FilterUndefinedNodesFromGraph in ApplicationSettings

If set to true the flag filters all undefined nodes from the graph, unless every active node is undefined.
This commit is contained in:
Eberhard Graether
2015-03-17 15:42:20 +01:00
parent c4ca420677
commit 52baca3962
8 changed files with 46 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ public:
~ApplicationSettings();
std::string getStartupProjectFilePath() const;
bool filterUndefinedNodesFromGraph() const;
// code
int getCodeTabWidth() const;