Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ChordSelections Struct Reference

Selections to be used for the ChordArrangerWidget's current selections, copying, undoing, etc. More...

#include <gui/backend/chord_selections.h>

Collaboration diagram for ChordSelections:

Data Fields

ArrangerSelections base
 Base struct.
 
ChordObject ** chord_objects
 Selected ChordObject's.
 
int num_chord_objects
 
size_t chord_objects_size
 

Detailed Description

Selections to be used for the ChordArrangerWidget's current selections, copying, undoing, etc.

Definition at line 31 of file chord_selections.h.

Field Documentation

◆ base

ArrangerSelections ChordSelections::base

Base struct.

Definition at line 34 of file chord_selections.h.

◆ chord_objects

ChordObject** ChordSelections::chord_objects

Selected ChordObject's.

These are used for serialization/deserialization only.

Definition at line 40 of file chord_selections.h.

◆ chord_objects_size

size_t ChordSelections::chord_objects_size

Definition at line 42 of file chord_selections.h.

◆ num_chord_objects

int ChordSelections::num_chord_objects

Definition at line 41 of file chord_selections.h.


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