Added map for save Group and Category values for each option

+ Some code refactoring in Tab (the translation of the titles moved to the OptionGroups) and Search
+ Fixed assert in fts_fuzzy_match
This commit is contained in:
YuSanka 2020-04-13 17:55:38 +02:00
parent 218abacb75
commit 167f7cf5de
11 changed files with 373 additions and 298 deletions

View file

@ -105,7 +105,7 @@ public:
void update_mode_sizer() const;
void update_reslice_btn_tooltip() const;
void msw_rescale();
void apply_search_filter();
void search_and_apply_tab_search_lines();
void jump_to_option(size_t selected);
ObjectManipulation* obj_manipul();
@ -133,10 +133,10 @@ public:
bool is_collapsed();
void collapse(bool collapse);
void apply_search_line_on_tabs();
void update_search_list();
void update_searcher();
std::vector<PresetComboBox*>& combos_filament();
SearchOptions& get_search_list();
Search::OptionsSearcher& get_searcher();
std::string& get_search_line();
private: