Home
last modified time | relevance | path

Searched refs:position_lock_style_changed (Results 1 – 5 of 5) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dlocation_ui.h149 void position_lock_style_changed ();
H A Dlocation_ui.cc358 …nnections, invalidator (*this), boost::bind (&LocationEditRow::position_lock_style_changed, this),… in set_location()
714 LocationEditRow::position_lock_style_changed () in position_lock_style_changed() function in LocationEditRow
H A Deditor_markers.cc177 …location->position_lock_style_changed.connect (*this, invalidator (*this), boost::bind (&Editor::l… in add_new_location_internal()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dlocation.h129 static PBD::Signal1<void,Location*> position_lock_style_changed; variable
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dlocation.cc63 PBD::Signal1<void,Location*> Location::position_lock_style_changed; member in Location
734 position_lock_style_changed (this); /* EMIT SIGNAL */ in set_position_lock_style()