|
| | RouteTimeAxisView (PublicEditor &, ARDOUR::Session *, ArdourCanvas::Canvas &canvas) |
| |
| virtual | ~RouteTimeAxisView () |
| |
| std::string | name () const |
| |
| Gdk::Color | color () const |
| |
| bool | marked_for_display () const |
| |
| bool | set_marked_for_display (bool) |
| |
| std::shared_ptr< ARDOUR::Stripable > | stripable () const |
| |
| void | set_route (std::shared_ptr< ARDOUR::Route >) |
| |
| void | show_selection (TimeSelection &) |
| |
| void | set_button_names () |
| |
| void | set_samples_per_pixel (double) |
| |
| void | set_height (uint32_t h, TrackHeightMode m=OnlySelf, bool from_idle=false) |
| |
| void | show_timestretch (Temporal::timepos_t const &start, Temporal::timepos_t const &end, int layers, int layer) |
| |
| void | hide_timestretch () |
| |
| void | selection_click (GdkEventButton *) |
| |
| void | set_selected_points (PointSelection &) |
| |
| void | set_selected_regionviews (RegionSelection &) |
| |
| void | _get_selectables (Temporal::timepos_t const &, Temporal::timepos_t const &, double top, double bot, std::list< Selectable * > &, bool within) |
| |
| void | get_inverted_selectables (Selection &, std::list< Selectable * > &) |
| |
| void | get_regionviews_at_or_after (Temporal::timepos_t const &, RegionSelection &) |
| |
| virtual void | set_layer_display (LayerDisplay d) |
| |
| void | toggle_layer_display () |
| |
| LayerDisplay | layer_display () const |
| |
| std::shared_ptr< ARDOUR::Region > | find_next_region (ARDOUR::timepos_t const &pos, ARDOUR::RegionPoint, int32_t dir) |
| |
| ARDOUR::timepos_t | find_next_region_boundary (ARDOUR::timepos_t const &pos, int32_t dir) |
| |
| void | cut_copy_clear (Selection &, Editing::CutCopyOp) |
| |
| bool | paste (Temporal::timepos_t const &, const Selection &, PasteContext &ctx) |
| |
| RegionView * | combine_regions () |
| |
| void | uncombine_regions () |
| |
| void | uncombine_region (RegionView *) |
| |
| void | toggle_automation_track (const Evoral::Parameter ¶m) |
| |
| void | fade_range (TimeSelection &) |
| |
| int | set_state (const XMLNode &, int version) |
| |
| virtual Gtk::CheckMenuItem * | automation_child_menu_item (Evoral::Parameter) |
| |
| virtual std::shared_ptr< AutomationTimeAxisView > | automation_child (Evoral::Parameter param, PBD::ID ctrl_id=PBD::ID(0)) |
| |
| StreamView * | view () const |
| |
| ARDOUR::RouteGroup * | route_group () const |
| |
| std::shared_ptr< ARDOUR::Playlist > | playlist () const |
| |
| void | fast_update () |
| |
| void | hide_meter () |
| |
| void | show_meter () |
| |
| void | reset_meter () |
| |
| void | clear_meter () |
| |
| void | io_changed (ARDOUR::IOChange, void *) |
| |
| void | chan_count_changed () |
| |
| void | meter_changed () |
| |
| void | effective_gain_display () |
| |
| std::string | state_id () const |
| |
| void | show_all_automation (bool apply_to_selection=false) |
| |
| void | show_existing_automation (bool apply_to_selection=false) |
| |
| void | hide_all_automation (bool apply_to_selection=false) |
| |
| | RouteUI (ARDOUR::Session *) |
| |
| virtual | ~RouteUI () |
| |
| std::shared_ptr< ARDOUR::Stripable > | stripable () const |
| |
| virtual void | set_session (ARDOUR::Session *) |
| |
| bool | is_track () const |
| |
| bool | is_master () const |
| |
| bool | is_foldbackbus () const |
| |
| bool | is_singleton () const |
| |
| bool | is_audio_track () const |
| |
| bool | is_midi_track () const |
| |
| bool | has_audio_outputs () const |
| |
| std::shared_ptr< ARDOUR::Route > | route () const |
| |
| ARDOUR::RouteGroup * | route_group () const |
| |
| std::shared_ptr< ARDOUR::Track > | track () const |
| |
| std::shared_ptr< ARDOUR::AudioTrack > | audio_track () const |
| |
| std::shared_ptr< ARDOUR::MidiTrack > | midi_track () const |
| |
| Gdk::Color | route_color () const |
| |
| Gdk::Color | route_color_tint () const |
| |
| void | edit_input_configuration () |
| |
| void | edit_output_configuration () |
| |
| void | select_midi_patch () |
| |
| void | choose_color (Gtk::Window *) |
| |
| void | route_rename () |
| |
| void | manage_pins () |
| |
| void | duplicate_selected_routes () |
| |
| void | toggle_step_edit () |
| |
| void | toggle_denormal_protection () |
| |
| void | save_as_template () |
| |
| bool | mute_press (GdkEventButton *) |
| |
| bool | mute_release (GdkEventButton *) |
| |
| bool | solo_press (GdkEventButton *) |
| |
| bool | solo_release (GdkEventButton *) |
| |
| bool | rec_enable_press (GdkEventButton *) |
| |
| bool | rec_enable_release (GdkEventButton *) |
| |
| bool | show_sends_press (GdkEventButton *) |
| |
| bool | show_sends_release (GdkEventButton *) |
| |
| bool | solo_isolate_button_release (GdkEventButton *) |
| |
| bool | solo_safe_button_release (GdkEventButton *) |
| |
| bool | rta_press (GdkEventButton *) |
| |
| bool | rta_release (GdkEventButton *) |
| |
| bool | monitor_release (GdkEventButton *, ARDOUR::MonitorChoice) |
| |
| bool | monitor_input_press (GdkEventButton *) |
| |
| bool | monitor_input_release (GdkEventButton *) |
| |
| bool | monitor_disk_press (GdkEventButton *) |
| |
| bool | monitor_disk_release (GdkEventButton *) |
| |
| void | update_monitoring_display () |
| |
| void | open_comment_editor () |
| |
| void | toggle_comment_editor () |
| |
| void | set_route_active (bool, bool) |
| |
| void | set_disk_io_point (ARDOUR::DiskIOPoint) |
| |
| void | fan_out (bool to_busses=true, bool group=true) |
| |
| void | set_time_domain (Temporal::TimeDomain, bool) |
| |
| void | clear_time_domain (bool) |
| |
| void | use_new_playlist (std::string name, std::string group_id, std::vector< std::shared_ptr< ARDOUR::Playlist > > const &, bool copy) |
| |
| void | clear_playlist () |
| |
| void | use_playlist (Gtk::RadioMenuItem *item, std::weak_ptr< ARDOUR::Playlist > wpl) |
| |
| void | select_playlist_matching (std::weak_ptr< ARDOUR::Playlist > wpl) |
| |
| void | show_playlist_selector () |
| |
| | Selectable () |
| |
| virtual | ~Selectable () |
| |
| virtual bool | selected () const |
| |
Public Member Functions inherited from ARDOUR::SessionHandlePtr |
| | SessionHandlePtr (ARDOUR::Session *s) |
| |
| | SessionHandlePtr () |
| |
| virtual | ~SessionHandlePtr () |
| |
| virtual ARDOUR::Session * | session () const |
| |
| | ScopedConnectionList () |
| |
| | ScopedConnectionList (const ScopedConnectionList &)=delete |
| |
| ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
| |
| virtual | ~ScopedConnectionList () |
| |
| void | add_connection (const UnscopedConnection &c) |
| |
| void | drop_connections () |
| |
| std::list< ScopedConnectionList * >::size_type | size () const |
| |
| | StripableTimeAxisView (PublicEditor &, ARDOUR::Session *, ArdourCanvas::Canvas &canvas) |
| |
| virtual | ~StripableTimeAxisView () |
| |
| void | set_stripable (std::shared_ptr< ARDOUR::Stripable >) |
| |
| std::shared_ptr< ARDOUR::Stripable > | stripable () const |
| |
| const AutomationTracks & | automation_tracks () const |
| |
| virtual void | create_automation_child (const Evoral::Parameter ¶m, bool show)=0 |
| |
| void | request_redraw () |
| |
| | TimeAxisView (ARDOUR::Session *sess, PublicEditor &ed, TimeAxisView *parent, ArdourCanvas::Canvas &canvas) |
| |
| virtual | ~TimeAxisView () |
| |
| int | order () const |
| |
| ArdourCanvas::Container * | canvas_display () |
| |
| ArdourCanvas::Container * | ghost_group () |
| |
| uint32_t | effective_height () const |
| |
| int | y_position () const |
| |
| PublicEditor & | editor () const |
| |
| uint32_t | current_height () const |
| |
| void | idle_resize (int32_t) |
| |
| virtual guint32 | show_at (int y, int &nth, Gtk::VBox *parent) |
| |
| virtual void | hide () |
| |
| bool | touched (double top, double bot) |
| |
| bool | hidden () const |
| |
| void | set_selected (bool) |
| |
| virtual bool | selectable () const |
| |
| virtual void | entered () |
| |
| virtual void | exited () |
| |
| void | set_height_enum (Height, bool apply_to_selection=false) |
| |
| void | reset_height () |
| |
| virtual void | reset_visual_state () |
| |
| std::pair< TimeAxisView *, double > | covers_y_position (double) const |
| |
| bool | covered_by_y_range (double y0, double y1) const |
| |
| virtual void | step_height (bool) |
| |
| virtual void | hide_selection () |
| |
| virtual void | reshow_selection (TimeSelection &) |
| |
| void | order_selection_trims (ArdourCanvas::Item *item, bool put_start_on_top) |
| |
| void | _get_selectables (Temporal::timepos_t const &, Temporal::timepos_t const &, double, double, std::list< Selectable * > &, bool within) |
| |
| void | get_inverted_selectables (Selection &, std::list< Selectable * > &results) |
| |
| void | add_ghost (RegionView *) |
| |
| void | remove_ghost (RegionView *) |
| |
| void | erase_ghost (GhostRegion *) |
| |
| virtual void | first_idle () |
| |
| TimeAxisView * | get_parent () |
| |
| void | set_parent (TimeAxisView &p) |
| |
| Children | get_child_list () const |
| |
| virtual std::shared_ptr< ARDOUR::AutomationControl > | control () const |
| |
| std::string | gui_property (const std::string &property_name) const |
| |
| bool | get_gui_property (const std::string &property_name, std::string &value) const |
| |
| template<typename T > |
| bool | get_gui_property (const std::string &property_name, T &value) const |
| |
| template<typename T > |
| bool | get_gui_property (const std::string &state_id, const std::string &property_name, T &value) const |
| |
| void | set_gui_property (const std::string &property_name, const std::string &value) |
| |
| void | remove_gui_property (const std::string &property_name) |
| |
| void | set_gui_property (const std::string &property_name, const char *value) |
| |
| template<typename T > |
| void | set_gui_property (const std::string &property_name, const T &value) |
| |
| void | cleanup_gui_properties () |
| |
| void | clear_property_cache () |
| |
| | SelectableOwner () |
| |
| virtual | ~SelectableOwner () |
| |
| void | get_selectables (Temporal::timepos_t const &start, Temporal::timepos_t const &end, double x, double y, std::list< Selectable * > &sl, bool within=false) |
| |
|
| void | update_diskstream_display () |
| |
| bool | route_group_click (GdkEventButton *) |
| |
| virtual void | processors_changed (ARDOUR::RouteProcessorChange) |
| |
| virtual void | add_processor_to_subplugin_menu (std::weak_ptr< ARDOUR::Processor >) |
| |
| void | remove_processor_automation_node (ProcessorAutomationNode *pan) |
| |
| void | processor_menu_item_toggled (RouteTimeAxisView::ProcessorAutomationInfo *, RouteTimeAxisView::ProcessorAutomationNode *) |
| |
| void | processor_automation_track_hidden (ProcessorAutomationNode *, std::shared_ptr< ARDOUR::Processor >) |
| |
| ProcessorAutomationNode * | find_processor_automation_node (std::shared_ptr< ARDOUR::Processor > i, Evoral::Parameter) |
| |
| Gtk::CheckMenuItem * | find_menu_item_by_ctrl (std::shared_ptr< ARDOUR::AutomationControl >) |
| |
| std::shared_ptr< AutomationTimeAxisView > | find_atav_by_ctrl (std::shared_ptr< ARDOUR::AutomationControl >, bool route_owned_only=true) |
| |
| std::shared_ptr< EditorAutomationLine > | find_processor_automation_curve (std::shared_ptr< ARDOUR::Processor > i, Evoral::Parameter) |
| |
| void | add_processor_automation_curve (std::shared_ptr< ARDOUR::Processor > r, Evoral::Parameter) |
| |
| void | add_existing_processor_automation_curves (std::weak_ptr< ARDOUR::Processor >) |
| |
| std::shared_ptr< AutomationLine > | automation_child_by_alist_id (PBD::ID) |
| |
| void | reset_processor_automation_curves () |
| |
| void | take_name_changed (void *src) |
| |
| void | route_property_changed (const PBD::PropertyChange &) |
| |
| void | route_active_changed () |
| |
| bool | name_entry_changed (std::string const &) |
| |
| virtual void | toggle_channel_selector () |
| |
| void | blink_rec_display (bool onoff) |
| |
| virtual void | label_view () |
| |
| virtual void | build_automation_action_menu (bool) |
| |
| virtual void | append_extra_display_menu_items () |
| |
| void | build_display_menu () |
| |
| void | set_align_choice (Gtk::RadioMenuItem *, ARDOUR::AlignChoice, bool apply_to_selection=false) |
| |
| bool | playlist_click (GdkEventButton *) |
| |
| void | playlist_changed () |
| |
| bool | automation_click (GdkEventButton *) |
| |
| void | timestretch (samplepos_t start, samplepos_t end) |
| |
| void | speed_changed () |
| |
| void | map_frozen () |
| |
| void | color_handler () |
| |
| void | region_view_added (RegionView *) |
| |
| void | create_gain_automation_child (const Evoral::Parameter &, bool) |
| |
| void | create_trim_automation_child (const Evoral::Parameter &, bool) |
| |
| void | create_mute_automation_child (const Evoral::Parameter &, bool) |
| |
| void | setup_processor_menu_and_curves () |
| |
| void | route_color_changed () |
| |
| bool | can_edit_name () const |
| |
| void | post_construct () |
| |
| void | layer_display_menu_change (Gtk::MenuItem *item) |
| |
| void | update_pan_track_visibility () |
| |
| void | ensure_pan_views (bool show=true) |
| |
| virtual void | set_color (uint32_t c) |
| |
| void | disconnect_input () |
| |
| void | disconnect_output () |
| |
| int | set_color_from_route () |
| |
| void | init () |
| |
| void | reset () |
| |
| virtual void | self_delete () |
| |
| virtual void | route_rec_enable_changed () |
| |
| virtual void | start_step_editing () |
| |
| virtual void | stop_step_editing () |
| |
| virtual void | create_sends (ARDOUR::Placement, bool) |
| |
| virtual void | create_selected_sends (ARDOUR::Placement, bool) |
| |
| virtual void | bus_send_display_changed (std::shared_ptr< ARDOUR::Route >) |
| |
| bool | mark_hidden (bool yn) |
| |
| void | setup_invert_buttons () |
| |
| void | update_phase_invert_sensitivty () |
| |
| void | check_rec_enable_sensitivity () |
| |
| void | route_gui_changed (PBD::PropertyChange const &) |
| |
| PatchChangeGridDialog * | patch_change_dialog () const |
| |
| std::string | playlist_tip () const |
| |
| void | build_playlist_menu () |
| |
| void | show_playlist_copy_selector () |
| |
| void | show_playlist_share_selector () |
| |
| void | show_playlist_steal_selector () |
| |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr |
| virtual void | session_going_away () |
| |
| void | reset_samples_per_pixel () |
| |
| void | add_automation_child (Evoral::Parameter param, std::shared_ptr< AutomationTimeAxisView > track, bool show=true) |
| |
| void | automation_track_hidden (Evoral::Parameter param) |
| |
| void | update_gain_track_visibility () |
| |
| void | update_trim_track_visibility () |
| |
| void | update_mute_track_visibility () |
| |
| void | begin_name_edit () |
| |
| void | end_name_edit (std::string, int) |
| |
| virtual bool | controls_ebox_button_release (GdkEventButton *) |
| |
| virtual bool | controls_ebox_scroll (GdkEventScroll *) |
| |
| virtual bool | controls_ebox_button_press (GdkEventButton *) |
| |
| virtual bool | controls_ebox_motion (GdkEventMotion *) |
| |
| virtual bool | controls_ebox_leave (GdkEventCrossing *) |
| |
| virtual bool | handle_display_menu_map_event (GdkEventAny *) |
| |
| bool | is_child (TimeAxisView *) |
| |
| virtual bool | propagate_time_selection () const |
| |
| void | add_child (std::shared_ptr< TimeAxisView >) |
| |
| void | color_handler () |
| |
| void | parameter_changed (std::string const &) |
| |
| void | conditionally_add_to_selection () |
| |
| void | build_size_menu () |
| |
| | AxisView () |
| |
| virtual | ~AxisView () |
| |
| void | set_name_ellipsize_mode () |
| |
Definition at line 76 of file route_time_axis.h.