mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Tab preset & value change events
This commit is contained in:
parent
b3c09a9254
commit
f31cf684cb
6 changed files with 102 additions and 80 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <map>
|
||||
|
||||
#include "Plater.hpp"
|
||||
#include "Event.hpp"
|
||||
|
||||
class wxMenuBar;
|
||||
class wxNotebook;
|
||||
|
@ -64,6 +65,8 @@ class MainFrame : public wxFrame
|
|||
|
||||
std::string get_base_name(const wxString full_name) const ;
|
||||
std::string get_dir_name(const wxString full_name) const ;
|
||||
|
||||
void on_presets_changed(SimpleEvent&);
|
||||
public:
|
||||
MainFrame() {}
|
||||
MainFrame(const bool no_plater, const bool loaded);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue