|
| MidiStreamView (MidiTimeAxisView &) |
|
| ~MidiStreamView () |
|
void | get_regions_with_selected_data (RegionSelection &) |
|
void | set_layer_display (LayerDisplay) |
|
void | redisplay_track () |
|
double | contents_height () const |
|
double | y_position () const |
|
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) |
|
virtual | ~StreamView () |
|
RouteTimeAxisView & | trackview () |
|
const RouteTimeAxisView & | trackview () const |
|
void | attach () |
|
void | set_zoom_all () |
|
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 () |
|
| ViewBackground () |
|
virtual | ~ViewBackground () |
|
virtual double | height () const |
|
virtual double | width () const |
|
| 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) |
|
| ~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) |
|
double | note_to_y (uint8_t note) const |
|
uint8_t | y_to_note (double y) const |
|
uint8_t | contents_note_range () const |
|
double | note_height () const |
|
void | apply_note_range (uint8_t lowest, uint8_t highest, bool to_children) |
|
virtual void | set_size (double w, double h) |
|
Definition at line 60 of file midi_streamview.h.