MuseScore  3.4
Music composition and notation
Public Member Functions | Public Attributes | List of all members
Ms::ChordDescription Struct Reference

#include <chordlist.h>

Collaboration diagram for Ms::ChordDescription:
Collaboration graph
[legend]

Public Member Functions

 ChordDescription ()
 
 ChordDescription (int)
 
 ChordDescription (const QString &)
 
QString quality () const
 
void complete (ParsedChord *pc, const ChordList *)
 
void read (XmlReader &)
 
void write (XmlWriter &) const
 

Public Attributes

int id
 
QStringList names
 
QList< ParsedChordparsedChords
 
QString xmlKind
 
QString xmlText
 
QString xmlSymbols
 
QString xmlParens
 
QStringList xmlDegrees
 
HChord chord
 
QList< RenderActionrenderList
 
bool generated
 
bool renderListGenerated
 
bool exportOk
 
QString _quality
 

Constructor & Destructor Documentation

◆ ChordDescription() [1/3]

Ms::ChordDescription::ChordDescription ( )
inline

◆ ChordDescription() [2/3]

Ms::ChordDescription::ChordDescription ( int  i)

◆ ChordDescription() [3/3]

Ms::ChordDescription::ChordDescription ( const QString &  name)

Member Function Documentation

◆ complete()

void Ms::ChordDescription::complete ( ParsedChord pc,
const ChordList cl 
)

◆ quality()

QString Ms::ChordDescription::quality ( ) const
inline

◆ read()

void Ms::ChordDescription::read ( XmlReader e)

◆ write()

void Ms::ChordDescription::write ( XmlWriter xml) const

Member Data Documentation

◆ _quality

QString Ms::ChordDescription::_quality

◆ chord

HChord Ms::ChordDescription::chord

◆ exportOk

bool Ms::ChordDescription::exportOk

◆ generated

bool Ms::ChordDescription::generated

◆ id

int Ms::ChordDescription::id

◆ names

QStringList Ms::ChordDescription::names

◆ parsedChords

QList<ParsedChord> Ms::ChordDescription::parsedChords

◆ renderList

QList<RenderAction> Ms::ChordDescription::renderList

◆ renderListGenerated

bool Ms::ChordDescription::renderListGenerated

◆ xmlDegrees

QStringList Ms::ChordDescription::xmlDegrees

◆ xmlKind

QString Ms::ChordDescription::xmlKind

◆ xmlParens

QString Ms::ChordDescription::xmlParens

◆ xmlSymbols

QString Ms::ChordDescription::xmlSymbols

◆ xmlText

QString Ms::ChordDescription::xmlText

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