MIDI ruler.
More...
#include "gui/backend/gtk_widgets/gtk_wrapper.h"
#include "gui/backend/gtk_widgets/ruler.h"
Go to the source code of this file.
|
|
void | editor_ruler_on_drag_begin_no_marker_hit (RulerWidget *self, gdouble start_x, gdouble start_y) |
| | Called from ruler drag begin.
|
|
void | editor_ruler_on_drag_update (RulerWidget *self, gdouble offset_x, gdouble offset_y) |
|
void | editor_ruler_on_drag_end (RulerWidget *self) |
|
void | editor_ruler_get_regions_in_range (RulerWidget *self, double x_start, double x_end, std::vector< Region * > ®ions) |
MIDI ruler.
Definition in file editor_ruler.h.