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:
authorYuSanka <yusanka@gmail.com>2018-10-03 16:14:52 +0300
committerYuSanka <yusanka@gmail.com>2018-10-03 16:14:52 +0300
commit8f6e3cc43bf5de6c021f5df4b80bc68969ab84f0 (patch)
treef35fcc252e02583b3ad50e735e14ad4a5a9fa2db /src/slic3r/GUI/GUI.hpp
parent9ce9b87e818a4083b0c290e6d20b555d7d6aefcc (diff)
Temporary changes and code cleaning
Diffstat (limited to 'src/slic3r/GUI/GUI.hpp')
-rw-r--r--src/slic3r/GUI/GUI.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/slic3r/GUI/GUI.hpp b/src/slic3r/GUI/GUI.hpp
index 215a72b60..de17ff7a2 100644
--- a/src/slic3r/GUI/GUI.hpp
+++ b/src/slic3r/GUI/GUI.hpp
@@ -117,7 +117,6 @@ void set_gui_appctl();
void open_model(wxWindow *parent, wxArrayString& input_files);
wxWindow* get_right_panel();
-const size_t& label_width();
Tab* get_tab(const std::string& name);
std::vector<PresetTab>* get_preset_tabs();
@@ -150,9 +149,6 @@ void warning_catcher(wxWindow* parent, const wxString& message);
// to deliver a progress status message.
void set_print_callback_event(Print *print, int id);
-// update right panel of the Plater according to view mode
-void update_mode();
-
void show_info_sizer(const bool show);
// Creates a wxCheckListBoxComboPopup inside the given wxComboCtrl, filled with the given text and items.
@@ -177,16 +173,12 @@ void set_model_events_from_perl(Model &model,
int event_remove_object,
int event_update_scene);
void add_frequently_changed_parameters(wxWindow* parent, wxBoxSizer* sizer, wxFlexGridSizer* preset_sizer);
-// Update view mode according to selected menu
-void update_mode();
-bool is_expert_mode();
// Callback to trigger a configuration update timer on the Plater.
static PerlCallback g_on_request_update_callback;
ConfigOptionsGroup* get_optgroup(size_t i);
std::vector <std::shared_ptr<ConfigOptionsGroup>>& get_optgroups();
-wxButton* get_wiping_dialog_button();
void add_export_option(wxFileDialog* dlg, const std::string& format);
int get_export_option(wxFileDialog* dlg);