Chord preset pack.
More...
#include <src/gui/backend/backend/settings/chord_preset_pack.h>
|
|
| ChordPresetPack (QObject *parent=nullptr) |
|
| ChordPresetPack (const NameT &name, bool is_standard, QObject *parent=nullptr) |
| QString | getName () const |
|
void | setName (const QString &name) |
|
Q_SIGNAL void | nameChanged (const QString &name) |
| std::string | get_document_type () const |
| int | get_format_major_version () const |
| int | get_format_minor_version () const |
|
bool | contains_name (const NameT &name) const |
|
bool | contains_preset (const ChordPreset &pset) const |
|
void | add_preset (const ChordPreset &pset) |
|
void | delete_preset (const ChordPreset &pset) |
|
int | get_preset_index (const ChordPreset &pset) const |
Chord preset pack.
Definition at line 12 of file chord_preset_pack.h.
◆ NameT
| using ChordPresetPack::NameT = QString |
◆ get_document_type()
| std::string ChordPresetPack::get_document_type |
( |
| ) |
const |
|
inline |
◆ get_format_major_version()
| int ChordPresetPack::get_format_major_version |
( |
| ) |
const |
|
inline |
◆ get_format_minor_version()
| int ChordPresetPack::get_format_minor_version |
( |
| ) |
const |
|
inline |
◆ getName()
| QString ChordPresetPack::getName |
( |
| ) |
const |
|
inline |
◆ is_standard_
| bool ChordPresetPack::is_standard_ = false |
Whether this is a standard preset pack (not user-defined).
Definition at line 72 of file chord_preset_pack.h.
◆ name_
| NameT ChordPresetPack::name_ |
◆ presets_
◆ name
| QString ChordPresetPack::name |
|
readwrite |
The documentation for this class was generated from the following file: