|
Ardour
9.2-646-g3365b984da
|
#include <pianoroll.h>
Public Member Functions | |
| AutomationLane (Evoral::Parameter const &, Pianoroll const &, ArdourCanvas::Item *, uint32_t nth) | |
| ~AutomationLane () | |
| double | height () const |
| void | deduce_color (uint32_t nth) |
Public Attributes | |
| ArdourCanvas::Rectangle * | group |
| ArdourCanvas::Text * | label |
| ArdourCanvas::Icon * | close_x |
| ArdourCanvas::Button * | clear_button |
Definition at line 176 of file pianoroll.h.
| Pianoroll::AutomationLane::AutomationLane | ( | Evoral::Parameter const & | , |
| Pianoroll const & | , | ||
| ArdourCanvas::Item * | , | ||
| uint32_t | nth | ||
| ) |
| Pianoroll::AutomationLane::~AutomationLane | ( | ) |
| void Pianoroll::AutomationLane::deduce_color | ( | uint32_t | nth | ) |
|
inline |
Definition at line 180 of file pianoroll.h.
| ArdourCanvas::Button* Pianoroll::AutomationLane::clear_button |
Definition at line 186 of file pianoroll.h.
| ArdourCanvas::Icon* Pianoroll::AutomationLane::close_x |
Definition at line 185 of file pianoroll.h.
| ArdourCanvas::Rectangle* Pianoroll::AutomationLane::group |
Definition at line 183 of file pianoroll.h.
| ArdourCanvas::Text* Pianoroll::AutomationLane::label |
Definition at line 184 of file pianoroll.h.