mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Filled content_object_settings
This commit is contained in:
parent
2a8391dfbf
commit
ec5b98477d
5 changed files with 73 additions and 33 deletions
|
@ -47,9 +47,10 @@ class TabIface;
|
|||
|
||||
namespace GUI {
|
||||
|
||||
enum ogDrawFlag{
|
||||
ogDEFAULT,
|
||||
ogSIDE_OPTIONS_TO_GRID
|
||||
enum ogGroup{
|
||||
ogFrequentlyChangingParameters,
|
||||
ogObjectSettings,
|
||||
ogPartSettings
|
||||
};
|
||||
|
||||
class Tab;
|
||||
|
@ -173,7 +174,7 @@ void add_frequently_changed_parameters(wxWindow* parent, wxBoxSizer* sizer, wxFl
|
|||
// Update view mode according to selected menu
|
||||
void update_mode();
|
||||
|
||||
ConfigOptionsGroup* get_optgroup();
|
||||
ConfigOptionsGroup* get_optgroup(size_t i);
|
||||
wxButton* get_wiping_dialog_button();
|
||||
|
||||
void add_export_option(wxFileDialog* dlg, const std::string& format);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue