From 6336ee998afa5587221861ce752a7c56a7dbdb94 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Wed, 17 Dec 2014 18:47:30 +0100 Subject: [PATCH] Added description for SelectionProperty --- .../openspace/properties/selectionproperty.h | 7 +- src/properties/selectionproperty.cpp | 64 +++++-------------- .../stars/renderableconstellationbounds.cpp | 1 - 3 files changed, 19 insertions(+), 53 deletions(-) diff --git a/include/openspace/properties/selectionproperty.h b/include/openspace/properties/selectionproperty.h index 86b20298cb..2a094c6b77 100644 --- a/include/openspace/properties/selectionproperty.h +++ b/include/openspace/properties/selectionproperty.h @@ -32,8 +32,6 @@ namespace openspace { namespace properties { -//REGISTER_TEMPLATEPROPERTY_HEADER(SelectionProperty, std::vector); - class SelectionProperty : public TemplateProperty> { public: struct Option { @@ -46,9 +44,10 @@ public: void addOption(Option option); const std::vector