|
| AutomationStreamView (AutomationTimeAxisView &tv) |
|
| ~AutomationStreamView () |
|
void | set_automation_state (ARDOUR::AutoState state) |
|
ARDOUR::AutoState | automation_state () const |
|
void | redisplay_track () |
|
double | contents_height () const |
|
bool | has_automation () const |
|
void | set_interpolation (ARDOUR::AutomationList::InterpolationStyle) |
|
ARDOUR::AutomationList::InterpolationStyle | interpolation () const |
|
void | clear () |
|
void | _get_selectables (Temporal::timepos_t const &, Temporal::timepos_t const &, double, double, std::list< Selectable * > &, bool within) |
|
void | set_selected_points (PointSelection &) |
|
std::list< std::shared_ptr< AutomationLine > > | get_lines () const |
|
bool | paste (Temporal::timepos_t const &pos, unsigned paste_count, float times, std::shared_ptr< ARDOUR::AutomationList > list) |
|
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 void | set_layer_display (LayerDisplay) |
|
virtual bool | can_change_layer_display () const |
|
LayerDisplay | layer_display () const |
|
virtual ArdourCanvas::Container * | region_canvas () 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 |
|
virtual RegionView * | create_region_view (std::shared_ptr< ARDOUR::Region >, bool, bool) |
|
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 | 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 43 of file automation_streamview.h.