Home
last modified time | relevance | path

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

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/patchreview/
H A Dlocalpatchsource.cpp76 emit patchChanged(); in update()
98 connect(m_lpatch, &LocalPatchSource::patchChanged, this, &LocalPatchWidget::syncPatch); in LocalPatchWidget()
H A Dpatchreview.cpp282 emit patchChanged(); in updateKompareModel()
305 emit patchChanged(); in updateKompareModel()
363 emit patchChanged(); in closeReview()
492 …disconnect( m_patch.data(), &IPatchSource::patchChanged, this, &PatchReviewPlugin::notifyPatchChan… in setPatch()
500 …connect( m_patch.data(), &IPatchSource::patchChanged, this, &PatchReviewPlugin::notifyPatchChanged… in setPatch()
H A Dpatchreviewtoolview.cpp96 connect( plugin, &PatchReviewPlugin::patchChanged, this, &PatchReviewToolView::patchChanged ); in PatchReviewToolView()
104 patchChanged(); in PatchReviewToolView()
125 void PatchReviewToolView::patchChanged() { in patchChanged() function in PatchReviewToolView
H A Dpatchreviewtoolview.h53 void patchChanged();
H A Dpatchreview.h83 void patchChanged();
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dparteditbase.h49 void patchChanged(int, bool syncControls = true);
H A Dpartedit.h44 void patchChanged(int);
H A Dparteditbase.cpp53 connect(patch, SIGNAL(activated(int)), SLOT(patchChanged(int))); in PartEdit()
190 void PartEdit::patchChanged(int n, bool syncControls) in patchChanged() function in Ms::PartEdit
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/vcs/interfaces/
H A Dipatchsource.h82 void patchChanged();
/dports/audio/musescore/MuseScore-3.6.1/mscore/mixer/
H A Dmixerdetails.h54 void patchChanged(int);
H A Dmixerdetails.cpp50 connect(patchCombo, SIGNAL(activated(int)), SLOT(patchChanged(int))); in MixerDetails()
482 void MixerDetails::patchChanged(int n) in patchChanged() function in Ms::MixerDetails
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/git/
H A Dstashpatchsource.cpp73 emit patchChanged(); in updatePatchFile()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/lv2/
H A DSurgeLv2Wrapper.h45 void patchChanged();
H A DSurgeLv2Wrapper.cpp33 void SurgeLv2Wrapper::patchChanged() { _editorMustReloadPatch.store(true); } in patchChanged() function in SurgeLv2Wrapper
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Deditinstrument.h122 void patchChanged();
H A Deditinstrument.cpp332 connect(patchView, SIGNAL(itemSelectionChanged()), SLOT(patchChanged())); in EditInstrument()
1413 patchChanged(); in changeInstrument()
1702 void EditInstrument::patchChanged() in patchChanged() function in MusEGui::EditInstrument
2965 patchChanged(); in deletePatchClicked()
3128 patchChanged(); in newPatchClicked()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutlegendwidget.h196 void patchChanged();
H A Dqgslayoutlegendwidget.cpp1593 …ShapeButton, &QgsLegendPatchShapeButton::changed, this, &QgsLayoutLegendNodeWidget::patchChanged ); in QgsLayoutLegendNodeWidget()
1635 void QgsLayoutLegendNodeWidget::patchChanged() in patchChanged() function in QgsLayoutLegendNodeWidget
/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutlegendwidget.h200 void patchChanged();
H A Dqgslayoutlegendwidget.cpp1651 …ShapeButton, &QgsLegendPatchShapeButton::changed, this, &QgsLayoutLegendNodeWidget::patchChanged ); in QgsLayoutLegendNodeWidget()
1703 void QgsLayoutLegendNodeWidget::patchChanged() in patchChanged() function in QgsLayoutLegendNodeWidget
/dports/audio/lmms/lmms-1.2.2/plugins/sf2_player/
H A Dsf2_player.h168 void patchChanged();
/dports/audio/lmms/lmms-1.2.2/plugins/GigPlayer/
H A DGigPlayer.h330 void patchChanged();
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/vcs/widgets/
H A Dvcsdiffpatchsources.cpp198 emit patchChanged(); in updateFromDiff()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/
H A DSurgeSynthesizer.cpp3137 synth->getParent()->patchChanged();
3154 getParent()->patchChanged();
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DSurgeGUIEditor.cpp635 bool patchChanged = false; in idle() local
638 patchChanged = ((CPatchBrowser *)patchname)->sel_id != synth->patchid; in idle()
664 if (patchChanged) in idle()
675 if (queue_refresh || synth->refresh_editor || patchChanged) in idle()