Home
last modified time | relevance | path

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

12

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dcontrol_point.cc34 PBD::Signal1<void, ControlPoint *> ControlPoint::CatchDeletion; member in ControlPoint
83 CatchDeletion (this); /* EMIT SIGNAL */ in ~ControlPoint()
H A Dtempo_curve.cc40 PBD::Signal1<void,TempoCurve*> TempoCurve::CatchDeletion; member in TempoCurve
110 CatchDeletion (this); /* EMIT SIGNAL */ in ~TempoCurve()
H A Dcrossfade_view.h63 static PBD::Signal1<void,CrossfadeView*> CatchDeletion; variable
H A Dtempo_curve.h46 static PBD::Signal1<void,TempoCurve*> CatchDeletion; variable
H A Dcontrol_point.h88 static PBD::Signal1<void, ControlPoint *> CatchDeletion; variable
H A Dvca_master_strip.h59 static PBD::Signal1<void,VCAMasterStrip*> CatchDeletion; variable
H A Dmarker.h74 static PBD::Signal1<void,ArdourMarker*> CatchDeletion; variable
H A Dmeter_strip.h64 static PBD::Signal1<void,MeterStrip*> CatchDeletion; variable
H A Dfoldback_strip.h142 static PBD::Signal1<void, FoldbackStrip*> CatchDeletion; variable
H A Dtrack_record_axis.h81 static PBD::Signal1<void, TrackRecordAxis*> CatchDeletion; variable
H A Droute_processor_selection.cc143 …ms->CatchDeletion.connect (*this, invalidator (*this), boost::bind (&RouteProcessorSelection::remo… in add()
H A Dmarker.cc64 PBD::Signal1<void,ArdourMarker*> ArdourMarker::CatchDeletion; member in ArdourMarker
332 CatchDeletion (this); /* EMIT SIGNAL */ in ~ArdourMarker()
H A Dvca_master_strip.cc52 PBD::Signal1<void,VCAMasterStrip*> VCAMasterStrip::CatchDeletion; member in VCAMasterStrip
182 CatchDeletion (this); /* EMIT SIGNAL */ in ~VCAMasterStrip()
H A Dmixer_strip.h136 static PBD::Signal1<void,MixerStrip*> CatchDeletion; variable
H A Dtime_axis_view.h110 static PBD::Signal1<void,TimeAxisView*> CatchDeletion; variable
H A Dtrack_record_axis.cc73 PBD::Signal1<void, TrackRecordAxis*> TrackRecordAxis::CatchDeletion; member in TrackRecordAxis
209 CatchDeletion (this); in ~TrackRecordAxis()
H A Dmeter_strip.cc64 PBD::Signal1<void,MeterStrip*> MeterStrip::CatchDeletion; member in MeterStrip
336 CatchDeletion (this); in ~MeterStrip()
H A Dfoldback_strip.cc354 PBD::Signal1<void, FoldbackStrip*> FoldbackStrip::CatchDeletion; member in FoldbackStrip
536 CatchDeletion (this); in ~FoldbackStrip()
H A Dvca_time_axis.cc126 CatchDeletion (this); in ~VCATimeAxisView()
H A Dselection.cc75 …ArdourMarker::CatchDeletion.connect (*this, MISSING_INVALIDATOR, boost::bind (marker_remove, this,… in Selection()
78 …ControlPoint::CatchDeletion.connect (*this, MISSING_INVALIDATOR, boost::bind (point_remove, this, … in Selection()
H A Dmeterbridge.cc137 …MeterStrip::CatchDeletion.connect (*this, invalidator (*this), boost::bind (&Meterbridge::remove_s… in Meterbridge()
H A Dmixer_strip.cc102 PBD::Signal1<void,MixerStrip*> MixerStrip::CatchDeletion; member in MixerStrip
417 CatchDeletion (this); in ~MixerStrip()
H A Dautomation_time_axis.cc334 CatchDeletion (this); in ~AutomationTimeAxisView()
H A Dmixer_ui.cc382 …MixerStrip::CatchDeletion.connect (*this, invalidator (*this), boost::bind (&Mixer_UI::remove_stri… in Mixer_UI()
383 …VCAMasterStrip::CatchDeletion.connect (*this, invalidator (*this), boost::bind (&Mixer_UI::remove_… in Mixer_UI()
384 …FoldbackStrip::CatchDeletion.connect (*this, invalidator (*this), boost::bind (&Mixer_UI::remove_f… in Mixer_UI()
H A Dtime_axis_view.cc90 PBD::Signal1<void,TimeAxisView*> TimeAxisView::CatchDeletion; member in TimeAxisView

12