|
| | MidiStreamView (MidiTimeAxisView &) |
| |
| | ~MidiStreamView () |
| |
| int | contents_height () const |
| |
| int | y_position () const |
| |
| void | get_regions_with_selected_data (RegionSelection &) |
| |
| void | set_layer_display (LayerDisplay) |
| |
| void | redisplay_track () |
| |
| RegionView * | create_region_view (std::shared_ptr< ARDOUR::Region >, bool, bool) |
| |
| bool | paste (Temporal::timepos_t const &pos, const Selection &selection, PasteContext &ctx) |
| |
| void | suspend_updates () |
| |
| void | resume_updates () |
| |
| ArdourCanvas::Container * | region_canvas () const |
| |
| void | parameter_changed (std::string const &) |
| |
| uint8_t | get_preferred_midi_channel () const |
| |
| void | record_layer_check (std::shared_ptr< ARDOUR::Region >, samplepos_t) |
| |
| void | set_note_highlight (bool) |
| |
| ARDOUR::InstrumentInfo * | instrument_info () const |
| |
| virtual | ~StreamView () |
| |
| RouteTimeAxisView & | trackview () |
| |
| const RouteTimeAxisView & | trackview () const |
| |
| void | attach () |
| |
| void | set_zoom_all () |
| |
| int | height () const |
| |
| int | width () const |
| |
| int | contents_height () const |
| |
| int | y_position () const |
| |
| int | set_position (gdouble x, gdouble y) |
| |
| virtual int | set_height (double) |
| |
| virtual int | set_samples_per_pixel (double) |
| |
| gdouble | get_samples_per_pixel () const |
| |
| virtual bool | can_change_layer_display () const |
| |
| LayerDisplay | layer_display () const |
| |
| uint32_t | get_region_color () const |
| |
| void | apply_color (uint32_t, ColorTarget t) |
| |
| void | apply_color (Gdk::Color const &, ColorTarget t) |
| |
| uint32_t | num_selected_regionviews () const |
| |
| RegionView * | find_view (std::shared_ptr< const ARDOUR::Region >) |
| |
| void | foreach_regionview (sigc::slot< void, RegionView * > slot) |
| |
| void | foreach_selected_regionview (sigc::slot< void, RegionView * > slot) |
| |
| void | set_selected_regionviews (RegionSelection &) |
| |
| 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 | get_regionviews_at_or_after (Temporal::timepos_t const &, RegionSelection &) |
| |
| void | add_region_view (std::weak_ptr< ARDOUR::Region >) |
| |
| void | region_layered (RegionView *) |
| |
| double | child_height () const |
| |
| ARDOUR::layer_t | layers () const |
| |
| void | check_record_layers (std::shared_ptr< ARDOUR::Region >, ARDOUR::samplepos_t) |
| |
| virtual void | playlist_layered (std::weak_ptr< ARDOUR::Track >) |
| |
| void | update_coverage_frame () |
| |
| | 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 |
| |
| | ViewBackground () |
| |
| virtual | ~ViewBackground () |
| |
| | 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) |
| |
| | MidiViewBackground (ArdourCanvas::Item *parent, EditingContext &ec) |
| |
| | ~MidiViewBackground () |
| |
| ARDOUR::NoteMode | note_mode () const |
| |
| void | set_note_mode (ARDOUR::NoteMode nm) |
| |
| ARDOUR::ColorMode | color_mode () const |
| |
| void | set_color_mode (ARDOUR::ColorMode) |
| |
| Gtkmm2ext::Color | region_color () const |
| |
| void | set_note_visibility_range_style (VisibleNoteRange r) |
| |
| VisibleNoteRange | visibility_range_style () const |
| |
| uint8_t | lowest_note () const |
| |
| uint8_t | highest_note () const |
| |
| void | maybe_extend_note_range (uint8_t note_num) |
| |
| int | note_height () const |
| |
| int | note_to_y (uint8_t note) const |
| |
| uint8_t | y_to_note (int y) const |
| |
| uint8_t | contents_note_range () const |
| |
| bool | apply_note_range (uint8_t lowest, uint8_t highest, bool to_children, RangeCanMove=RangeCanMove(CanMoveTop|CanMoveBottom)) |
| |
| void | maybe_apply_note_range (uint8_t lowest, uint8_t highest, bool to_children, RangeCanMove=RangeCanMove(CanMoveTop|CanMoveBottom)) |
| |
| virtual void | set_size (int w, int h) |
| |
| void | get_note_positions (std::vector< int > &numbers, std::vector< int > &pos, std::vector< int > &heights) const |
| |
| EditingContext & | editing_context () const |
| |
| bool | update_data_note_range (uint8_t min, uint8_t max) |
| |
| uint8_t | highest_data_note () const |
| |
| uint8_t | lowest_data_note () const |
| |
Definition at line 60 of file midi_streamview.h.