|
| TempoMarker (PublicEditor &editor, ArdourCanvas::Item &parent, std::string const &color_name, const std::string &text, Temporal::TempoPoint const &, samplepos_t sample, uint32_t curve_color) |
|
| ~TempoMarker () |
|
void | reset_tempo (Temporal::TempoPoint const &t) |
|
void | update () |
|
void | reposition () |
|
Temporal::TempoPoint const & | tempo () const |
|
Temporal::Point const & | point () const |
|
TempoCurve & | curve () |
|
| MetricMarker (PublicEditor &ed, ArdourCanvas::Item &parent, std::string const &color_name, const std::string &annotation, Type type, Temporal::timepos_t const &pos, bool handle_events) |
|
| ArdourMarker (PublicEditor &editor, ArdourCanvas::Item &, std::string const &color_name, std::string const &text, Type, Temporal::timepos_t const &position, bool handle_events=true, RegionView *rv=nullptr, bool use_tooltip=true) |
|
virtual | ~ArdourMarker () |
|
ArdourCanvas::Item & | the_item () const |
|
void | set_selected (bool) |
|
void | set_entered (bool) |
|
void | set_show_line (bool) |
|
void | set_line_height (double) |
|
virtual void | set_position (Temporal::timepos_t const &) |
|
void | set_name (const std::string &, const std::string &tooltip=std::string()) |
|
void | set_color (std::string const &color_name) |
|
void | set_points_color (std::string const &color_name) |
|
void | setup_line () |
|
ARDOUR::timepos_t | position () const |
|
ArdourCanvas::Item * | get_parent () |
|
void | reparent (ArdourCanvas::Item &parent) |
|
void | hide () |
|
void | show () |
|
Type | type () |
|
void | set_left_label_limit (double) |
|
void | set_right_label_limit (double) |
|
std::string | name () const |
|
bool | label_on_left () const |
|
RegionView * | region_view () const |
|
void | set_cue_index (int c) |
|
int | cue_index () const |
|
Definition at line 195 of file marker.h.