|  | Ardour
    9.0-pre0-1955-gdb44a58a54
    | 
#include <editor_cursors.h>
| Public Member Functions | |
| EditorCursor (EditingContext &, bool(EditingContext::*)(GdkEvent *, ArdourCanvas::Item *), std::string const &) | |
| EditorCursor (EditingContext &, std::string const &) | |
| ~EditorCursor () | |
| void | set_position (samplepos_t) | 
| void | show () | 
| void | hide () | 
| void | set_color (Gtkmm2ext::Color) | 
| void | set_sensitive (bool) | 
| samplepos_t | current_sample () const | 
| ArdourCanvas::Arrow & | canvas_item () | 
| Public Attributes | |
| PBD::Signal< void(samplepos_t)> | PositionChanged | 
| Private Attributes | |
| EditingContext & | _editor | 
| ArdourCanvas::Arrow * | _canvas_item | 
| samplepos_t | _current_sample | 
Definition at line 33 of file editor_cursors.h.
| EditorCursor::EditorCursor | ( | EditingContext & | , | 
| bool(EditingContext::*)(GdkEvent *, ArdourCanvas::Item *) | , | ||
| std::string const & | |||
| ) | 
| EditorCursor::EditorCursor | ( | EditingContext & | , | 
| std::string const & | |||
| ) | 
| EditorCursor::~EditorCursor | ( | ) | 
| 
 | inline | 
Definition at line 52 of file editor_cursors.h.
| 
 | inline | 
Definition at line 48 of file editor_cursors.h.
| void EditorCursor::hide | ( | ) | 
| void EditorCursor::set_color | ( | Gtkmm2ext::Color | ) | 
| void EditorCursor::set_position | ( | samplepos_t | ) | 
| void EditorCursor::set_sensitive | ( | bool | ) | 
| void EditorCursor::show | ( | ) | 
| 
 | private | 
Definition at line 60 of file editor_cursors.h.
| 
 | private | 
Definition at line 61 of file editor_cursors.h.
| 
 | private | 
Definition at line 59 of file editor_cursors.h.
| PBD::Signal<void(samplepos_t)> EditorCursor::PositionChanged | 
Definition at line 56 of file editor_cursors.h.