mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
1st installment of project dirty state manager
This commit is contained in:
parent
04526d5c28
commit
144e37c274
7 changed files with 113 additions and 4 deletions
|
@ -128,7 +128,11 @@ public:
|
|||
Plater(const Plater &) = delete;
|
||||
Plater &operator=(Plater &&) = delete;
|
||||
Plater &operator=(const Plater &) = delete;
|
||||
~Plater();
|
||||
~Plater() = default;
|
||||
|
||||
#if ENABLE_PROJECT_DIRTY_STATE_DEBUG_WINDOW
|
||||
void render_project_state_debug_window() const;
|
||||
#endif // ENABLE_PROJECT_DIRTY_STATE_DEBUG_WINDOW
|
||||
|
||||
Sidebar& sidebar();
|
||||
Model& model();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue