mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Start adding functions to work with presets
This commit is contained in:
parent
72d1f51146
commit
f8a48f5c13
6 changed files with 63 additions and 46 deletions
|
@ -13,6 +13,7 @@ class wxNotebook;
|
|||
namespace Slic3r {
|
||||
|
||||
class PresetBundle;
|
||||
class AppConfig;
|
||||
|
||||
namespace GUI {
|
||||
|
||||
|
@ -31,9 +32,9 @@ void set_tab_panel(wxNotebook *tab_panel);
|
|||
|
||||
void add_debug_menu(wxMenuBar *menu);
|
||||
// Create a new preset tab (print, filament and printer),
|
||||
void create_preset_tabs(PresetBundle *preset_bundle);
|
||||
void create_preset_tabs(PresetBundle *preset_bundle, AppConfig *app_config);
|
||||
// add it at the end of the tab panel.
|
||||
void add_created_tab(CTab* panel, PresetBundle *preset_bundle);
|
||||
void add_created_tab(CTab* panel, PresetBundle *preset_bundle, AppConfig *app_config);
|
||||
|
||||
void show_error(wxWindow* parent, std::string message);
|
||||
void show_info(wxWindow* parent, std::string message, std::string title);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue