![]() |
Ardour
9.0-pre0-1058-ge6e536b923
|
#include <marker.h>
Public Member Functions | |
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) | |
virtual Temporal::Point const & | point () const =0 |
virtual void | update ()=0 |
![]() | |
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 | reposition () |
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 |
MetricMarker::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 | ||
) |
|
pure virtual |
Implemented in BBTMarker, MeterMarker, and TempoMarker.
|
pure virtual |
Implemented in BBTMarker, MeterMarker, and TempoMarker.