Home
last modified time | relevance | path

Searched refs:TimeInfoBox (Results 1 – 7 of 7) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dtime_info_box.cc46 TimeInfoBox::TimeInfoBox (std::string state_node_name, bool with_punch) in TimeInfoBox() function in TimeInfoBox
144 TimeInfoBox::~TimeInfoBox () in ~TimeInfoBox()
155 TimeInfoBox::track_mouse_mode () in track_mouse_mode()
178 TimeInfoBox::sync_selection_mode (AudioClock* src) in sync_selection_mode()
190 TimeInfoBox::sync_punch_mode (AudioClock* src) in sync_punch_mode()
205 TimeInfoBox::set_session (Session* s) in set_session()
235 TimeInfoBox::region_selection_changed () in region_selection_changed()
250 TimeInfoBox::selection_changed () in selection_changed()
353 TimeInfoBox::punch_location_changed (Location* loc) in punch_location_changed()
361 TimeInfoBox::watch_punch (Location* punch) in watch_punch()
[all …]
H A Dtime_info_box.h41 class TimeInfoBox : public CairoHPacker, public ARDOUR::SessionHandlePtr
44 TimeInfoBox (std::string state_node_name, bool with_punch);
45 ~TimeInfoBox ();
H A Dardour_ui.h160 class TimeInfoBox; variable
536 TimeInfoBox* time_info_box;
H A Dardour_ui_dependents.cc282 time_info_box = new TimeInfoBox ("ToolbarTimeInfo", false); in setup_windows()
H A Deditor.h151 class TimeInfoBox; variable
610 TimeInfoBox* _time_info_box;
H A Dclearlooks.rc.in1250 widget "*TimeInfoBox" style:highest "time_info_box"
H A Deditor.cc657 _time_info_box = new TimeInfoBox ("EditorTimeInfo", true); in Editor()