Start to Split GUI_ObjectParts:

+ created GUI_ObjectList & GUI_ObjectManipulation classes
This commit is contained in:
YuSanka 2018-10-04 16:43:10 +02:00
parent 7ed9ba5437
commit bcedd71e99
17 changed files with 836 additions and 834 deletions

View file

@ -123,6 +123,15 @@ public:
// Tab* get_tab(const std::string& name);
void load_current_presets();
Sidebar& sidebar();
ObjectManipulation* obj_manipul();
// ObjectList& get_obj_list();
// Functions for updating of the object manipulation values
void update_position_values();
void update_position_values(const Vec3d& position);
AppConfig* app_config{ nullptr };
PresetBundle* preset_bundle{ nullptr };
PresetUpdater* preset_updater{ nullptr };