mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Start to Split GUI_ObjectParts:
+ created GUI_ObjectList & GUI_ObjectManipulation classes
This commit is contained in:
parent
7ed9ba5437
commit
bcedd71e99
17 changed files with 836 additions and 834 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue