mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: modify diff for github
Change-Id: I3a441dbfa3167de3cee9fdafe62f7860fcb6891c Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
65ff90690f
commit
00dfd1e765
13 changed files with 48 additions and 37 deletions
|
@ -187,19 +187,6 @@ protected:
|
|||
#endif
|
||||
|
||||
public:
|
||||
MainFrame();
|
||||
~MainFrame() = default;
|
||||
|
||||
//BBS GUI refactor
|
||||
enum TabPosition
|
||||
{
|
||||
tpHome = 0,
|
||||
tp3DEditor = 1,
|
||||
//tpSettings = 1,
|
||||
tpPreview = 2,
|
||||
tpMonitor = 3,
|
||||
tpProject = 4,
|
||||
};
|
||||
|
||||
//BBS GUI refactor
|
||||
enum PrintSelectType
|
||||
|
@ -215,6 +202,21 @@ public:
|
|||
eExportAllSlicedFile = 8
|
||||
};
|
||||
|
||||
MainFrame();
|
||||
~MainFrame() = default;
|
||||
|
||||
//BBS GUI refactor
|
||||
enum TabPosition
|
||||
{
|
||||
tpHome = 0,
|
||||
tp3DEditor = 1,
|
||||
//tpSettings = 1,
|
||||
tpPreview = 2,
|
||||
tpMonitor = 3,
|
||||
tpProject = 4,
|
||||
toDebugTool = 5,
|
||||
};
|
||||
|
||||
//BBS: add slice&&print status update logic
|
||||
enum SlicePrintEventType
|
||||
{
|
||||
|
@ -240,7 +242,7 @@ public:
|
|||
|
||||
void update_title_colour_after_set_title();
|
||||
void show_option(bool show);
|
||||
void init_tabpanel();
|
||||
void init_tabpanel();
|
||||
void create_preset_tabs();
|
||||
//BBS: GUI refactor
|
||||
void add_created_tab(Tab* panel, const std::string& bmp_name = "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue