Added new GuiComponent to change origin

This commit is contained in:
Alexander Bock
2015-02-23 16:43:13 +01:00
parent 957495d46f
commit a79f65a288
4 changed files with 285 additions and 0 deletions
+2
View File
@@ -28,6 +28,7 @@
#include <openspace/gui/guihelpcomponent.h>
#include <openspace/gui/guiperformancecomponent.h>
#include <openspace/gui/guipropertycomponent.h>
#include <openspace/gui/guiorigincomponent.h>
#include <openspace/scripting/scriptengine.h>
namespace openspace {
@@ -60,6 +61,7 @@ public:
static openspace::scripting::ScriptEngine::LuaLibrary luaLibrary();
//protected:
GuiOriginComponent _origin;
GuiPerformanceComponent _performance;
GuiPropertyComponent _property;
GuiHelpComponent _help;