Home
last modified time | relevance | path

Searched refs:Preset (Results 1 – 25 of 3094) sorted by relevance

12345678910>>...124

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DColorTablePresets.cxx27 static vtkm::cont::ColorTable::Preset DEFAULT_PRESET = vtkm::cont::ColorTable::Preset::Viridis;
117 vtkm::cont::ColorTable::Preset Preset; member
131 : Preset(preset)
151 { vtkm::cont::ColorTable::Preset::CoolToWarm, in BuildColorTablePresetsVector()
203 { vtkm::cont::ColorTable::Preset::Viridis, in BuildColorTablePresetsVector()
466 { vtkm::cont::ColorTable::Preset::Inferno, in BuildColorTablePresetsVector()
729 { vtkm::cont::ColorTable::Preset::Plasma, in BuildColorTablePresetsVector()
1003 { vtkm::cont::ColorTable::Preset::XRay, in BuildColorTablePresetsVector()
1009 { vtkm::cont::ColorTable::Preset::Green, in BuildColorTablePresetsVector()
1306 { vtkm::cont::ColorTable::Preset::Jet, in BuildColorTablePresetsVector()
[all …]
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/vipster/
H A Dpresets.py.cpp11 case Preset::i_bool: in operator <<()
14 case Preset::i_enum: in operator <<()
49 py::class_<Preset>(m, "__Preset") in Presets()
50 .def("__repr__", [](const Preset &p){ in Presets()
67 case Preset::i_bool: in Presets()
69 case Preset::i_enum: in Presets()
82 case Preset::i_bool: in Presets()
88 case Preset::i_enum: in Presets()
109 .def("__len__", &Preset::size) in Presets()
115 case Preset::i_bool: in Presets()
[all …]
H A Dpresets.h14 class Preset: public StaticMap<std::string, std::pair<PresetValue, std::string>>
21 Preset(const struct Plugin* fmt=nullptr, const BaseMap &values={});
22 Preset(const Preset &) = default;
23 Preset(Preset &&) = default;
24 Preset& operator=(const Preset &) = default;
25 Preset& operator=(Preset &&) = default;
26 virtual ~Preset() = default;
31 using PresetMap = std::map<const Plugin*, std::map<std::string, Preset>>;
H A Dpresets.cpp7 Preset::Preset(const struct Plugin* fmt, const BaseMap &values) in Preset() function in Preset
11 const Plugin* Preset::getFmt() const in getFmt()
17 void to_json(nlohmann::json& j, const Preset& p) in to_json()
21 case Preset::i_bool: in to_json()
24 case Preset::i_enum: in to_json()
33 void from_json(const nlohmann::json& j, Preset& p) in from_json()
37 case Preset::i_bool: in from_json()
40 case Preset::i_enum: in from_json()
/dports/audio/mda-lv2/mda-lv2-1.2.6/mda.lv2/
H A Dmanifest.ttl.in223 a pset:Preset ;
228 a pset:Preset ;
233 a pset:Preset ;
238 a pset:Preset ;
243 a pset:Preset ;
248 a pset:Preset ;
253 a pset:Preset ;
258 a pset:Preset ;
263 a pset:Preset ;
268 a pset:Preset ;
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elastictranscoder/include/aws/elastictranscoder/model/
H A DPreset.h39 class AWS_ELASTICTRANSCODER_API Preset
42 Preset();
43 Preset(Aws::Utils::Json::JsonView jsonValue);
44 Preset& operator=(Aws::Utils::Json::JsonView jsonValue);
82 inline Preset& WithId(const Aws::String& value) { SetId(value); return *this;} in WithId()
94 inline Preset& WithId(const char* value) { SetId(value); return *this;} in WithId()
125 inline Preset& WithArn(const Aws::String& value) { SetArn(value); return *this;} in WithArn()
135 inline Preset& WithArn(const char* value) { SetArn(value); return *this;} in WithArn()
166 inline Preset& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
176 inline Preset& WithName(const char* value) { SetName(value); return *this;} in WithName()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DPreset.hpp87 class Preset;
94 const Preset &preset;
104 class Preset class
178 …const std::string& inherits() const { return Preset::inherits(const_cast<Preset*>(this)->config);… in inherits()
284 typedef std::deque<Preset>::iterator Iterator;
324 std::pair<Preset*, bool> load_external_preset(
353 Preset& select_preset(size_t idx);
367 const Preset* get_preset_parent(const Preset& child) const;
537 Preset::Type m_type;
541 std::deque<Preset> m_presets;
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlistgenerator/
H A DPreset.cpp40 APG::Preset::createFromXml( QDomElement& xmlelem ) in createFromXml()
45 PresetPtr t( new Preset( i18n("New playlist preset") ) ); in createFromXml()
54 APG::Preset::createNew() in createNew()
58 PresetPtr t( new Preset( i18n("New playlist preset") ) ); in createNew()
62 APG::Preset::Preset( const QString& title, QDomElement& xmlelem ) in Preset() function in APG::Preset
88 APG::Preset::Preset( const QString& title ) in Preset() function in APG::Preset
95 APG::Preset::~Preset() in ~Preset()
101 APG::Preset::toXml( QDomDocument& xmldoc ) const in toXml()
110 APG::Preset::generate( int q ) in generate()
116 void APG::Preset::queueSolver() { in queueSolver()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/model/
H A DPreset.h36 class AWS_MEDIACONVERT_API Preset
39 Preset();
40 Preset(Aws::Utils::Json::JsonView jsonValue);
41 Preset& operator=(Aws::Utils::Json::JsonView jsonValue);
73 inline Preset& WithArn(const Aws::String& value) { SetArn(value); return *this;} in WithArn()
83 inline Preset& WithArn(const char* value) { SetArn(value); return *this;} in WithArn()
124 inline Preset& WithCategory(const char* value) { SetCategory(value); return *this;} in WithCategory()
258 inline Preset& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
268 inline Preset& WithName(const char* value) { SetName(value); return *this;} in WithName()
330 inline Preset& WithType(const Type& value) { SetType(value); return *this;} in WithType()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/CMakeGUI/
H A DCMakeGUITest.cxx292 window->Preset->setPresetName("ninja2"); in presetArg_data()
300 window->Preset->setPresetName("ninja"); in presetArg_data()
366 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
368 this->m_window->Preset->setPresetName("preset"); in changingPresets()
374 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
382 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
390 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
392 this->m_window->Preset->setPresetName("preset2"); in changingPresets()
398 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
411 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Tests/CMakeGUI/
H A DCMakeGUITest.cxx292 window->Preset->setPresetName("ninja2"); in presetArg_data()
300 window->Preset->setPresetName("ninja"); in presetArg_data()
366 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
368 this->m_window->Preset->setPresetName("preset"); in changingPresets()
374 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
382 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
390 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
392 this->m_window->Preset->setPresetName("preset2"); in changingPresets()
398 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
411 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
[all …]
/dports/devel/cmake/cmake-3.22.1/Tests/CMakeGUI/
H A DCMakeGUITest.cxx292 window->Preset->setPresetName("ninja2"); in presetArg_data()
300 window->Preset->setPresetName("ninja"); in presetArg_data()
366 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
368 this->m_window->Preset->setPresetName("preset"); in changingPresets()
374 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
382 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
390 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
392 this->m_window->Preset->setPresetName("preset2"); in changingPresets()
398 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
411 QCOMPARE(this->m_window->Preset->isEnabled(), true); in changingPresets()
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Presets/Interfaces/
H A DIPresetService.cs35 List<Preset> FlatPresetList { get; }
40 Preset DefaultPreset { get; }
83 bool Add(Preset preset); in Add()
105 void Export(string filename, Preset preset, HBConfiguration configuration); in Export()
115 void Update(Preset update); in Update()
126 bool Remove(Preset preset); in Remove()
145 Preset GetPreset(string name); in GetPreset()
163 void SetDefault(Preset name); in SetDefault()
197 void Replace(Preset existing, Preset replacement); in Replace()
203 void SetSelected(Preset selectedPreset); in SetSelected()
[all …]
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/gstreamermm/
H A Dpreset.cc225 …return Glib::RefPtr<Gst::Preset>( dynamic_cast<Gst::Preset*> (Glib::wrap_auto_interface<Gst::Prese… in wrap()
485 Preset::Preset() in Preset() function in Gst::Preset
490 Preset::Preset(GstPreset* castitem) in Preset() function in Gst::Preset
495 Preset::Preset(const Glib::Interface_Class& interface_class) in Preset() function in Gst::Preset
500 Preset::Preset(Preset&& src) noexcept in Preset() function in Gst::Preset
504 Preset& Preset::operator=(Preset&& src) noexcept in operator =()
510 Preset::~Preset() noexcept in ~Preset()
519 Preset::CppClassType Preset::preset_class_; // initialize static member
521 GType Preset::get_type() in get_type()
527 GType Preset::get_base_type() in get_base_type()
[all …]
H A Dpreset.h65 class Preset : public Glib::Interface
71 using CppObjectType = Preset;
77 Preset(const Preset&) = delete;
78 Preset& operator=(const Preset&) = delete;
89 Preset();
98 explicit Preset(const Glib::Interface_Class& interface_class);
104 explicit Preset(GstPreset* castitem);
111 Preset(Preset&& src) noexcept;
112 Preset& operator=(Preset&& src) noexcept;
114 ~Preset() noexcept override;
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/ViewModels/
H A DManagePresetViewModel.cs31 private Preset existingPreset;
51 …this.Preset = new Preset { IsBuildIn = false, IsDefault = false, Category = PresetService.UserPres… in ManagePresetViewModel()
57 public Preset Preset { get; private set; } property in HandBrakeWPF.ViewModels.ManagePresetViewModel
65 public void Setup(Preset presetToEdit) in Setup()
67 this.Preset = new Preset(presetToEdit); // Clone. We will not touch the existing object. in Setup()
76 if (string.IsNullOrEmpty(this.Preset.Name)) in Save()
86 if (this.presetService.CheckIfPresetExists(this.Preset.Name)) in Save()
101 this.presetService.Replace(this.existingPreset, this.Preset); in Save()
H A DAddPresetViewModel.cs56 …this.Preset = new Preset { IsBuildIn = false, IsDefault = false, Category = PresetService.UserPres… in AddPresetViewModel()
64 public Preset Preset { get; } property in HandBrakeWPF.ViewModels.AddPresetViewModel
66 public string PresetName => this.Preset.Name;
102 get => this.Preset.Category;
105 this.Preset.Category = value;
179 this.Preset.Task = new EncodeTask(task); in Setup()
200 if (string.IsNullOrEmpty(this.Preset.Name)) in Add()
208 Preset currentPreset = this.presetService.GetPreset(this.Preset.Name); in Add()
226 this.Preset.Task.MaxWidth = this.CustomWidth; in Add()
231 this.Preset.Task.MaxHeight = this.CustomHeight; in Add()
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/instruments/ZynAddSubFX.lv2presets/
H A Dmanifest.ttl10 a pset:Preset ;
17 a pset:Preset ;
24 a pset:Preset ;
31 a pset:Preset ;
38 a pset:Preset ;
45 a pset:Preset ;
52 a pset:Preset ;
59 a pset:Preset ;
66 a pset:Preset ;
73 a pset:Preset ;
[all …]
/dports/emulators/stella/stella-6.6/src/common/tv_filters/
H A DNTSCFilter.cxx33 case Preset::COMPOSITE: in setPreset()
37 case Preset::SVIDEO: in setPreset()
41 case Preset::RGB: in setPreset()
45 case Preset::BAD: in setPreset()
49 case Preset::CUSTOM: in setPreset()
65 case Preset::RGB: return "RGB"; in getPreset()
157 case Preset::RGB: in getAdjustables()
159 case Preset::SVIDEO: in getAdjustables()
161 case Preset::COMPOSITE: in getAdjustables()
163 case Preset::BAD: in getAdjustables()
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Presets/
H A DPresetService.cs47 … private readonly Dictionary<string, Preset> flatPresetDict = new Dictionary<string, Preset>();
48 private readonly List<Preset> flatPresetList = new List<Preset>();
72 public Preset DefaultPreset
86 public bool Add(Preset preset) in Add()
221 public void Update(Preset update) in Update()
223 Preset preset; in Update()
237 public void Replace(Preset existing, Preset replacement) in Replace()
349 Preset preset; in GetPreset()
364 Preset foundPreset = item as Preset; in ClearBuiltIn()
375 List<Preset> presetsToRemove = new List<Preset>(); in ClearBuiltIn()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/
H A DPreset.cpp10 Preset::~Preset() {} in ~Preset()
12 Preset::Preset(const std::string & presetName, const std::string & presetAuthor): in Preset() function in Preset
15 void Preset::setName(const std::string & value) { _name = value; } in setName()
17 const std::string & Preset::name() const { return _name; } in name()
19 void Preset::setAuthor(const std::string & value) { _author = value; } in setAuthor()
21 const std::string & Preset::author() const { return _author; } in author()
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/
H A DPreset.cpp10 Preset::~Preset() {} in ~Preset()
12 Preset::Preset(const std::string & presetName, const std::string & presetAuthor): in Preset() function in Preset
15 void Preset::setName(const std::string & value) { _name = value; } in setName()
17 const std::string & Preset::name() const { return _name; } in name()
19 void Preset::setAuthor(const std::string & value) { _author = value; } in setAuthor()
21 const std::string & Preset::author() const { return _author; } in author()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DPresetComboBoxes.cpp81 case Preset::TYPE_PRINT: { in PresetComboBox()
86 case Preset::TYPE_FILAMENT: { in PresetComboBox()
91 case Preset::TYPE_SLA_PRINT: { in PresetComboBox()
96 case Preset::TYPE_SLA_MATERIAL: { in PresetComboBox()
101 case Preset::TYPE_PRINTER: { in PresetComboBox()
228 const Preset& preset = presets[i]; in update()
600 if (m_type == Preset::TYPE_FILAMENT) in PlaterPresetComboBox()
764 if (m_type == Preset::TYPE_FILAMENT) in update()
849 if (m_type == Preset::TYPE_PRINTER) in update()
872 …if (m_type == Preset::TYPE_PRINTER || m_type == Preset::TYPE_FILAMENT || m_type == Preset::TYPE_SL… in update()
[all …]
/dports/audio/geonkick-lv2/geonkick-2.8.0/src/
H A Dpreset.cpp26 Preset::Preset(const std::filesystem::path& path) in Preset() function in Preset
32 Preset::PresetType Preset::type() const in type()
39 std::string Preset::name() const in name()
44 void Preset::setName(const std::string &name) in setName()
49 std::filesystem::path Preset::path() const in path()
54 void Preset::setPath(const std::filesystem::path &path) in setPath()
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/canvas/
H A Dinputpresetmodel.h30 struct Preset { struct
40 static Preset loadFromSettings(const QSettings &cfg); argument
46 Q_DECLARE_TYPEINFO(input::Preset, Q_MOVABLE_TYPE);
66 const Preset *at(int i) const;
68 const Preset *searchPresetById(const QString &id) const;
70 void add(const Preset &preset);
71 void update(int index, const Preset &preset);
80 QVector<Preset> m_presets;
85 Q_DECLARE_METATYPE(input::Preset)

12345678910>>...124