Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-10-03 17:27:02 +0300
committerVojtech Kral <vojtech@kral.hk>2018-10-03 18:55:21 +0300
commitf31cf684cb8ca19ec723218753fc346490ce0701 (patch)
tree683c5b36a47b7b1e44c03848f855e3cf3e3ce13a /src/slic3r/GUI/MainFrame.hpp
parentb3c09a9254a7b05ea03c2bcd4fbcf78ee5ec8766 (diff)
Tab preset & value change events
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index f4c75de65..638c122e8 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -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);