|
| | SelectionMarker (PublicEditor &ed, ArdourCanvas::Item &parent, std::string const &color_name, Type) |
| |
| | 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 |
| |
Definition at line 181 of file marker.h.