#include <piano_roll_view.h>
Public Attributes | |
| ImU32 | white_key |
| ImU32 | black_key |
| ImU32 | grid_major |
| ImU32 | grid_minor |
| ImU32 | note |
| ImU32 | note_hover |
| ImU32 | note_shadow |
| ImU32 | background |
| ImU32 | key_label |
| ImU32 | beat_marker |
| ImU32 | octave_line |
Definition at line 15 of file piano_roll_view.h.
| ImU32 yaze::editor::music::RollPalette::white_key |
Definition at line 16 of file piano_roll_view.h.
Referenced by yaze::editor::music::PianoRollView::DrawPianoKeys(), and yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::GetPalette().
| ImU32 yaze::editor::music::RollPalette::black_key |
Definition at line 17 of file piano_roll_view.h.
Referenced by yaze::editor::music::PianoRollView::DrawPianoKeys(), and yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::GetPalette().
| ImU32 yaze::editor::music::RollPalette::grid_major |
Definition at line 18 of file piano_roll_view.h.
Referenced by yaze::editor::music::PianoRollView::DrawGrid(), yaze::editor::music::PianoRollView::DrawNotes(), and yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::GetPalette().
| ImU32 yaze::editor::music::RollPalette::grid_minor |
Definition at line 19 of file piano_roll_view.h.
Referenced by yaze::editor::music::PianoRollView::DrawGrid(), yaze::editor::music::PianoRollView::DrawPianoKeys(), and yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::GetPalette().
| ImU32 yaze::editor::music::RollPalette::note |
Definition at line 20 of file piano_roll_view.h.
Referenced by yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::GetPalette().
| ImU32 yaze::editor::music::RollPalette::note_hover |
Definition at line 21 of file piano_roll_view.h.
Referenced by yaze::editor::music::PianoRollView::DrawNotes(), and yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::GetPalette().
| ImU32 yaze::editor::music::RollPalette::note_shadow |
Definition at line 22 of file piano_roll_view.h.
Referenced by yaze::editor::music::PianoRollView::DrawNotes(), and yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::GetPalette().
| ImU32 yaze::editor::music::RollPalette::background |
Definition at line 23 of file piano_roll_view.h.
Referenced by yaze::editor::music::PianoRollView::DrawPianoKeys(), yaze::editor::music::PianoRollView::DrawRollCanvas(), and yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::GetPalette().
| ImU32 yaze::editor::music::RollPalette::key_label |
Definition at line 24 of file piano_roll_view.h.
Referenced by yaze::editor::music::PianoRollView::DrawGrid(), yaze::editor::music::PianoRollView::DrawPianoKeys(), and yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::GetPalette().
| ImU32 yaze::editor::music::RollPalette::beat_marker |
Definition at line 25 of file piano_roll_view.h.
Referenced by yaze::editor::music::PianoRollView::DrawGrid(), and yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::GetPalette().
| ImU32 yaze::editor::music::RollPalette::octave_line |
Definition at line 26 of file piano_roll_view.h.
Referenced by yaze::editor::music::PianoRollView::DrawGrid(), and yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::GetPalette().