Home
last modified time | relevance | path

Searched refs:PresetsConfigSubstitutions (Results 1 – 9 of 9) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DPresetBundle.hpp30PresetsConfigSubstitutions load_presets(AppConfig &config, ForwardCompatibilitySubstitutionRule ru…
105 std::pair<PresetsConfigSubstitutions, size_t> load_configbundle(
143 …std::pair<PresetsConfigSubstitutions, std::string> load_system_presets(ForwardCompatibilitySubstit…
H A DPresetBundle.cpp165 PresetsConfigSubstitutions PresetBundle::load_presets(AppConfig &config, ForwardCompatibilitySubsti… in load_presets()
168 PresetsConfigSubstitutions substitutions; in load_presets()
223 std::pair<PresetsConfigSubstitutions, std::string> PresetBundle::load_system_presets(ForwardCompati… in load_system_presets()
234 PresetsConfigSubstitutions substitutions; in load_system_presets()
1120 std::pair<PresetsConfigSubstitutions, size_t> PresetBundle::load_configbundle( in load_configbundle()
1125 PresetsConfigSubstitutions substitutions; in load_configbundle()
1146 return std::make_pair(PresetsConfigSubstitutions{}, 0); in load_configbundle()
1149 return std::make_pair(PresetsConfigSubstitutions{}, 0); in load_configbundle()
1155 return std::make_pair(PresetsConfigSubstitutions{}, 0); in load_configbundle()
H A DPreset.hpp274 using PresetsConfigSubstitutions = std::vector<PresetConfigSubstitutions>; typedef
306 …resets(const std::string &dir_path, const std::string &subdir, PresetsConfigSubstitutions& substit…
678 …inters(const std::string& dir_path, const std::string& subdir, PresetsConfigSubstitutions& substit…
H A DPreset.cpp652PresetsConfigSubstitutions& substitutions, ForwardCompatibilitySubstitutionRule substitution_rule) in load_presets()
1555PresetsConfigSubstitutions& substitutions, ForwardCompatibilitySubstitutionRule substitution_rule) in load_printers()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGUI_Init.hpp17 PresetsConfigSubstitutions preset_substitutions;
H A DGUI.hpp53 void show_substitutions_info(const PresetsConfigSubstitutions& presets_config_substitutions);
H A DGUI.cpp344 void show_substitutions_info(const PresetsConfigSubstitutions& presets_config_substitutions) in show_substitutions_info()
H A DMainFrame.cpp1579 PresetsConfigSubstitutions config_substitutions; in load_configbundle()
H A DGUI_App.cpp1690 …if (PresetsConfigSubstitutions all_substitutions = preset_bundle->load_presets(*app_config, Forwar… in on_init_inner()