Show PerformanceMeasurements independently of the Gui visibility

Replace settings in performance measurements with properties
This commit is contained in:
Alexander Bock
2016-11-22 10:16:17 +01:00
parent f711e192fb
commit db923209c3
4 changed files with 60 additions and 38 deletions
@@ -46,10 +46,11 @@ public:
protected:
std::unique_ptr<ghoul::SharedMemory> _performanceMemory;
int _sortingSelection = -1;
bool _sceneGraphIsEnabled = false;
bool _functionsIsEnabled = false;
properties::IntProperty _sortingSelection;
properties::BoolProperty _sceneGraphIsEnabled;
properties::BoolProperty _functionsIsEnabled;
};
} // namespace gui