|
| AudioStreamView (AudioTimeAxisView &) |
|
| ~AudioStreamView () |
|
int | set_amplitude_above_axis (gdouble app) |
|
gdouble | get_amplitude_above_axis () |
|
void | show_all_fades () |
|
void | hide_all_fades () |
|
std::pair< std::list< AudioRegionView * >, std::list< AudioRegionView * > > | hide_xfades_with (std::shared_ptr< ARDOUR::AudioRegion > ar) |
|
RegionView * | create_region_view (std::shared_ptr< ARDOUR::Region >, bool, bool) |
|
void | set_selected_points (PointSelection &) |
|
void | reload_waves () |
|
void | set_layer_display (LayerDisplay) |
|
ArdourCanvas::Container * | region_canvas () const |
|
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 &) |
|
virtual void | update_contents_metrics (std::shared_ptr< ARDOUR::Region >) |
|
void | add_region_view (std::weak_ptr< ARDOUR::Region >) |
|
void | region_layered (RegionView *) |
|
virtual void | update_contents_height () |
|
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 () |
|
virtual void | parameter_changed (std::string const &) |
|
| 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 |
|
virtual double | contents_height () const |
|
virtual double | y_position () 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) |
|
Definition at line 53 of file audio_streamview.h.