PRUSA 2.7.0

This commit is contained in:
sunsets
2023-12-27 18:02:35 +08:00
parent b33112327f
commit 0a3c63dcb1
488 changed files with 92371 additions and 29443 deletions

View File

@@ -20,6 +20,9 @@
#include "OptionsGroup.hpp"
#include "libslic3r/Preset.hpp"
#include "Widgets/CheckBox.hpp"
class CheckBox;
namespace Slic3r {
@@ -158,8 +161,8 @@ class SearchDialog : public GUI::DPIDialog
wxTextCtrl* search_line { nullptr };
wxDataViewCtrl* search_list { nullptr };
SearchListModel* search_list_model { nullptr };
wxCheckBox* check_category { nullptr };
wxCheckBox* check_english { nullptr };
CheckBox* check_category { nullptr };
CheckBox* check_english { nullptr };
OptionsSearcher* searcher { nullptr };
@@ -178,7 +181,7 @@ class SearchDialog : public GUI::DPIDialog
public:
SearchDialog(OptionsSearcher* searcher);
~SearchDialog() {}
~SearchDialog();
void Popup(wxPoint position = wxDefaultPosition);
void ProcessSelection(wxDataViewItem selection);