Home
last modified time | relevance | path

Searched refs:currentPreset (Results 1 – 25 of 54) sorted by relevance

123

/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/common/freeverb/
H A Dearlyref.cpp159 currentPreset = FV3_EARLYREF_PRESET_11; in FV3_()
163 currentPreset = FV3_EARLYREF_PRESET_12; in FV3_()
167 currentPreset = FV3_EARLYREF_PRESET_13; in FV3_()
171 currentPreset = FV3_EARLYREF_PRESET_14; in FV3_()
175 currentPreset = FV3_EARLYREF_PRESET_15; in FV3_()
208 currentPreset = FV3_EARLYREF_PRESET_1; in FV3_()
212 currentPreset = FV3_EARLYREF_PRESET_2; in FV3_()
218 currentPreset = FV3_EARLYREF_PRESET_0; in FV3_()
226 return currentPreset; in FV3_()
233 currentPreset = -1; in FV3_()
[all …]
/dports/x11/antimicro/antimicro-2.23/src/
H A Djoyaxiscontextmenu.cpp64 int currentPreset = getPresetIndex(); in buildAxisMenu() local
68 action->setChecked(currentPreset == presetMode+1); in buildAxisMenu()
76 action->setChecked(currentPreset == presetMode+1); in buildAxisMenu()
84 action->setChecked(currentPreset == presetMode+1); in buildAxisMenu()
92 action->setChecked(currentPreset == presetMode+1); in buildAxisMenu()
100 action->setChecked(currentPreset == presetMode+1); in buildAxisMenu()
108 action->setChecked(currentPreset == presetMode+1); in buildAxisMenu()
116 action->setChecked(currentPreset == presetMode+1); in buildAxisMenu()
124 action->setChecked(currentPreset == presetMode+1); in buildAxisMenu()
132 action->setChecked(currentPreset == presetMode+1); in buildAxisMenu()
[all …]
H A Ddpadcontextmenu.cpp46 int currentPreset = getPresetIndex(); in buildMenu() local
50 action->setChecked(currentPreset == presetMode+1); in buildMenu()
58 action->setChecked(currentPreset == presetMode+1); in buildMenu()
66 action->setChecked(currentPreset == presetMode+1); in buildMenu()
74 action->setChecked(currentPreset == presetMode+1); in buildMenu()
82 action->setChecked(currentPreset == presetMode+1); in buildMenu()
90 action->setChecked(currentPreset == presetMode+1); in buildMenu()
98 action->setChecked(currentPreset == presetMode+1); in buildMenu()
106 action->setChecked(currentPreset == presetMode+1); in buildMenu()
H A Djoycontrolstickcontextmenu.cpp43 int currentPreset = getPresetIndex(); in buildMenu() local
47 action->setChecked(currentPreset == presetMode+1); in buildMenu()
55 action->setChecked(currentPreset == presetMode+1); in buildMenu()
63 action->setChecked(currentPreset == presetMode+1); in buildMenu()
71 action->setChecked(currentPreset == presetMode+1); in buildMenu()
79 action->setChecked(currentPreset == presetMode+1); in buildMenu()
87 action->setChecked(currentPreset == presetMode+1); in buildMenu()
95 action->setChecked(currentPreset == presetMode+1); in buildMenu()
103 action->setChecked(currentPreset == presetMode+1); in buildMenu()
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A Dkis_paintop_box.cc597 if (preset && preset != m_resourceProvider->currentPreset()) { in resourceSelected()
626 if (preset == m_resourceProvider->currentPreset()) { in setCurrentPaintop()
636 if (m_resourceProvider->currentPreset()) { in setCurrentPaintop()
701 KisPaintOpPresetSP preset = m_resourceProvider->currentPreset(); in slotUpdateOptionsWidgetPopup()
894 preset = m_resourceProvider->currentPreset(); in slotCreatePresetFromScratch()
1158 if (!m_resourceProvider->currentPreset()) return; in slotToolChanged()
1210 if (m_resourceProvider->currentPreset() && in slotPreviousFavoritePreset()
1222 m_resourceProvider->currentPreset()->name()), in slotPreviousFavoritePreset()
1300 if (m_resourceProvider->currentPreset() != preset) { in slotReloadPreset()
1317 KisPaintOpPresetSP preset = m_resourceProvider->currentPreset(); in slotGuiChangedCurrentPreset()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/libqml/plugins/kritasketchplugin/models/
H A DCompositeOpModel.cpp70 KisPaintOpPresetSP currentPreset; member in CompositeOpModel::Private
87 currentPreset->settings()->setProperty("CompositeOp", compositeOpID); in updateCompositeOp()
99 if (presetsEnabled && !currentPreset.isNull() && !currentPreset->settings().isNull()) in ofsChanged()
106 if (currentPreset->settings()->hasProperty("OpacityValue")) in ofsChanged()
107 currentPreset->settings()->setProperty("OpacityValue", opacity); in ofsChanged()
109 if (currentPreset->settings()->hasProperty("FlowValue")) in ofsChanged()
110 currentPreset->settings()->setProperty("FlowValue", flow); in ofsChanged()
407 if (preset && d->currentPreset.data() != preset.data()) { in resourceChanged()
408 d->currentPreset = preset; in resourceChanged()
H A DPresetModel.cpp42 QString currentPreset; member in PresetModel::Private
166 QString PresetModel::currentPreset() const in currentPreset() function in PresetModel
168 return d->currentPreset; in currentPreset()
210 if (preset && d->currentPreset != preset->name()) in resourceChanged()
212 d->currentPreset = preset->name(); in resourceChanged()
H A DPresetModel.h28 …Q_PROPERTY(QString currentPreset READ currentPreset WRITE setCurrentPreset NOTIFY currentPresetCha…
46 QString currentPreset() const;
/dports/graphics/krita/krita-4.4.8/libs/ui/brushhud/
H A Dkis_brush_hud.cpp68 KisPaintOpPresetSP currentPreset; member
187 m_d->currentPreset.clear(); in clearProperties()
192 KisPaintOpPresetSP preset = m_d->provider->currentPreset(); in updateProperties()
194 if (preset == m_d->currentPreset) return; in updateProperties()
199 m_d->currentPreset = preset; in updateProperties()
201 m_d->currentPreset->updateProxy(), SIGNAL(sigUniformPropertiesChanged()), in updateProperties()
323 if (!m_d->currentPreset) return; in slotConfigBrushHud()
325 KisDlgConfigureBrushHud dlg(m_d->currentPreset); in slotConfigBrushHud()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/ViewModels/
H A DQueueSelectionViewModel.cs36 private string currentPreset; field in HandBrakeWPF.ViewModels.QueueSelectionViewModel
73 return this.currentPreset;
77 if (value == this.currentPreset)
81 this.currentPreset = value;
H A DAddPresetViewModel.cs208 Preset currentPreset = this.presetService.GetPreset(this.Preset.Name); in Add()
209 if (currentPreset != null && currentPreset.IsBuildIn) in Add()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/plugins/dragonfly-plate-reverb/
H A DUI.cpp44 currentPreset = DEFAULT_PRESET; in DragonflyReverbUI()
45 currentAlg = presets[currentPreset].params[paramAlgorithm]; in DragonflyReverbUI()
134 currentPreset = p; in stateChanged()
211 currentPreset = row; in onMouse()
218 setState("preset", presets[currentPreset].name); in onMouse()
221 const float *preset = presets[currentPreset].params; in onMouse()
323 nanoText.fillColor( row == currentPreset ? bright : dim ); in onDisplay()
386 const float *preset = presets[currentPreset].params; in updatePresetDefaults()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Queue/Model/
H A DQueueTask.cs39 …task, HBConfiguration configuration, string scannedSourcePath, Preset currentPreset, bool isPreset… in QueueTask() argument
45 if (currentPreset != null) in QueueTask()
47 this.presetKey = currentPreset.Name; in QueueTask()
/dports/graphics/krita/krita-4.4.8/plugins/python/tenbrushes/
H A Ddropbutton.py32 self.preset = self.presetChooser.currentPreset().name()
33 current_preset = self.presetChooser.currentPreset()
H A Dtenbrushes.py87 currentPreset = window.views()[0].currentBrushPreset()
89 and self.sender().preset == currentPreset.name()):
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/plugins/dragonfly-room-reverb/
H A DUI.cpp47 currentPreset[b] = DEFAULT_PRESET; in DragonflyReverbUI()
178 currentPreset[currentBank] = p; in stateChanged()
255 currentPreset[currentBank] = row; in onMouse()
262 setState("preset", banks[currentBank].presets[currentPreset[currentBank]].name); in onMouse()
265 const float *preset = banks[currentBank].presets[currentPreset[currentBank]].params; in onMouse()
405 nanoText.fillColor( row == currentPreset[currentBank] ? bright : dim ); in onDisplay()
457 const float *preset = banks[currentBank].presets[currentPreset[currentBank]].params; in updatePresetDefaults()
/dports/graphics/krita/krita-4.4.8/libs/libqml/qml/panels/
H A DPresetsPanel.qml96 peekViewGrid.currentIndex = nameToIndex(currentPreset);
97 fullViewGrid.currentIndex = nameToIndex(currentPreset);
106 presetsModel.currentPreset = Settings.lastPreset;
180 color: (model.name === presetsModel.currentPreset) ?
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/
H A DAUCarbonViewControl.cpp693 AUPreset currentPreset; in HandlePropertyChange() local
698 inProp.mElement, &currentPreset, &theSize); in HandlePropertyChange()
702 if (inProp.mPropertyID == kAudioUnitProperty_CurrentPreset && currentPreset.presetName) in HandlePropertyChange()
703 CFRetain (currentPreset.presetName); in HandlePropertyChange()
705 HandlePropertyChange(currentPreset); in HandlePropertyChange()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUCarbonViewBase/
H A DAUCarbonViewControl.cpp694 AUPreset currentPreset; in HandlePropertyChange() local
699 inProp.mElement, &currentPreset, &theSize); in HandlePropertyChange()
703 if (inProp.mPropertyID == kAudioUnitProperty_CurrentPreset && currentPreset.presetName) in HandlePropertyChange()
704 CFRetain (currentPreset.presetName); in HandlePropertyChange()
706 HandlePropertyChange(currentPreset); in HandlePropertyChange()
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/iOS/Faust/
H A DViewController.mm17 NSInteger currentPreset; field
25 currentPreset = 0;
/dports/graphics/krita/krita-4.4.8/libs/ui/widgets/
H A Dkis_paintop_presets_popup.cpp324 KisPaintOpPresetSP curPreset = m_d->resourceProvider->currentPreset(); in slotBlackListCurrentPreset()
380 KisPaintOpPresetSP curPreset = m_d->resourceProvider->currentPreset(); in slotSaveRenameCurrentBrush()
487 if (m_d->resourceProvider && m_d->resourceProvider->currentPreset() ) { in setPaintOpSettingsWidget()
489 KisPaintOpPresetSP preset = m_d->resourceProvider->currentPreset(); in setPaintOpSettingsWidget()
829 if (!m_d->resourceProvider->currentPreset()) { in slotUpdatePresetSettings()
840 bool isPresetDirty = m_d->resourceProvider->currentPreset()->isDirty(); in slotUpdatePresetSettings()
852 …intOpPresetSettings.liveBrushPreviewView->setCurrentPreset(m_d->resourceProvider->currentPreset()); in slotUpdatePresetSettings()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/ui/
H A Dcontrollerpresets.h33 de::String currentPreset() const;
/dports/graphics/krita/krita-4.4.8/plugins/extensions/pykrita/sip/krita/
H A DPresetChooser.sip13 Resource *currentPreset() const /Factory/;
/dports/graphics/krita/krita-4.4.8/libs/libkis/
H A DPresetChooser.h55 Resource *currentPreset() const;
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/ViewModels/Interfaces/
H A DITabInterface.cs42 void SetSource(Source source, Title selectedTitle, Preset currentPreset, EncodeTask task); in SetSource() argument

123