Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::gui::qquick::ComputedGridLines Struct Reference

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< GridLinebar_lines
std::vector< GridLinebeat_lines
std::vector< GridLinesixteenth_lines
std::vector< GridLinebeat_label_lines
bool show_sixteenth_labels { false }

Detailed Description

Pre-computed sets of grid lines for a visible region.

Definition at line 31 of file grid_line_computer.h.

Member Function Documentation

◆ clear()

void zrythm::gui::qquick::ComputedGridLines::clear ( )
inline

Definition at line 43 of file grid_line_computer.h.

Field Documentation

◆ bar_lines

std::vector<GridLine> zrythm::gui::qquick::ComputedGridLines::bar_lines

Definition at line 33 of file grid_line_computer.h.

◆ beat_label_lines

std::vector<GridLine> zrythm::gui::qquick::ComputedGridLines::beat_label_lines

Definition at line 38 of file grid_line_computer.h.

◆ beat_lines

std::vector<GridLine> zrythm::gui::qquick::ComputedGridLines::beat_lines

Definition at line 34 of file grid_line_computer.h.

◆ show_sixteenth_labels

bool zrythm::gui::qquick::ComputedGridLines::show_sixteenth_labels { false }

Definition at line 41 of file grid_line_computer.h.

◆ sixteenth_lines

std::vector<GridLine> zrythm::gui::qquick::ComputedGridLines::sixteenth_lines

Definition at line 35 of file grid_line_computer.h.


The documentation for this struct was generated from the following file: