|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Pre-computed sets of grid lines for a visible region. More...
#include <src/gui/qquick/grid_line_computer.h>
Public Member Functions | |
| void | clear () |
Data Fields | |
| std::vector< GridLine > | bar_lines |
| std::vector< GridLine > | beat_lines |
| std::vector< GridLine > | sixteenth_lines |
| std::vector< GridLine > | beat_label_lines |
| bool | show_sixteenth_labels { false } |
Pre-computed sets of grid lines for a visible region.
Definition at line 31 of file grid_line_computer.h.
|
inline |
Definition at line 43 of file grid_line_computer.h.
| std::vector<GridLine> zrythm::gui::qquick::ComputedGridLines::bar_lines |
Definition at line 33 of file grid_line_computer.h.
| std::vector<GridLine> zrythm::gui::qquick::ComputedGridLines::beat_label_lines |
Definition at line 38 of file grid_line_computer.h.
| std::vector<GridLine> zrythm::gui::qquick::ComputedGridLines::beat_lines |
Definition at line 34 of file grid_line_computer.h.
| bool zrythm::gui::qquick::ComputedGridLines::show_sixteenth_labels { false } |
Definition at line 41 of file grid_line_computer.h.
| std::vector<GridLine> zrythm::gui::qquick::ComputedGridLines::sixteenth_lines |
Definition at line 35 of file grid_line_computer.h.