mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-25 14:29:03 -06:00
Delete cygnets
This commit is contained in:
@@ -71,6 +71,7 @@ public:
|
||||
GuiOriginComponent _origin;
|
||||
GuiPerformanceComponent _performance;
|
||||
GuiPropertyComponent _property;
|
||||
GuiPropertyComponent _iSWAproperty;
|
||||
GuiTimeComponent _time;
|
||||
|
||||
bool _isEnabled;
|
||||
|
||||
@@ -44,6 +44,7 @@ class GuiPropertyComponent : public GuiComponent {
|
||||
public:
|
||||
//void registerProperty(const std::string& propertyDescription);
|
||||
void registerProperty(properties::Property* prop);
|
||||
void unregisterProperties(std::string owner);
|
||||
void render();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user