ui: Added option to show/hide referenced builtin types in graph, default is hide (issue #409)
This commit is contained in:
@@ -50,6 +50,9 @@ public:
|
||||
bool getUseAnimations() const;
|
||||
void setUseAnimations(bool useAnimations);
|
||||
|
||||
bool getShowBuiltinTypesInGraph() const;
|
||||
void setShowBuiltinTypesInGraph(bool showBuiltinTypes);
|
||||
|
||||
int getWindowBaseWidth() const;
|
||||
int getWindowBaseHeight() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user