MuseScore  3.4
Music composition and notation
Public Types | Public Member Functions | Public Attributes | List of all members
Ms::ChordObj Class Reference

#include <capella.h>

Inheritance diagram for Ms::ChordObj:
Inheritance graph
[legend]
Collaboration diagram for Ms::ChordObj:
Collaboration graph
[legend]

Public Types

enum  StemDir : signed char { StemDir::DOWN = -1, StemDir::AUTO = 0, StemDir::UP = 1, StemDir::NONE = 3 }
 

Public Member Functions

 ChordObj (Capella *)
 
void read ()
 
void readCapx (XmlReader &e)
 
void readCapxLyrics (XmlReader &e)
 
void readCapxNotes (XmlReader &e)
 
void readCapxStem (XmlReader &e)
 
void readCapxArticulation (XmlReader &e)
 
- Public Member Functions inherited from Ms::BasicDurationalObj
 BasicDurationalObj (Capella *c)
 
void read ()
 
void readCapx (XmlReader &e, unsigned int &fullm)
 
void readCapxDisplay (XmlReader &e)
 
void readCapxObjectArray (XmlReader &e)
 
Fraction ticks () const
 
- Public Member Functions inherited from Ms::CapellaObj
 CapellaObj (Capella *c)
 
- Public Member Functions inherited from Ms::NoteObj
 NoteObj (CapellaNoteObjectType t)
 
CapellaNoteObjectType type () const
 

Public Attributes

BeamMode beamMode
 
signed char notationStave
 
char dStemLength
 
unsigned char nTremoloBars
 
unsigned articulation
 
bool leftTie
 
bool rightTie
 
char beamShift
 
char beamSlope
 
QList< Verseverse
 
QList< CNotenotes
 
StemDir stemDir
 
- Public Attributes inherited from Ms::BasicDurationalObj
int nDots
 
bool noDuration
 
bool postGrace
 
bool bSmall
 
bool notBlack
 
QColor color
 
TIMESTEP t
 
int horizontalShift
 
int count
 
bool tripartite
 
bool isProlonging
 
bool invisible
 
QList< BasicDrawObj * > objects
 

Additional Inherited Members

- Protected Attributes inherited from Ms::CapellaObj
Capellacap
 

Member Enumeration Documentation

◆ StemDir

enum Ms::ChordObj::StemDir : signed char
strong
Enumerator
DOWN 
AUTO 
UP 
NONE 

Constructor & Destructor Documentation

◆ ChordObj()

Ms::ChordObj::ChordObj ( Capella c)

Member Function Documentation

◆ read()

void Ms::ChordObj::read ( )

◆ readCapx()

void Ms::ChordObj::readCapx ( XmlReader e)

◆ readCapxArticulation()

void Ms::ChordObj::readCapxArticulation ( XmlReader e)

◆ readCapxLyrics()

void Ms::ChordObj::readCapxLyrics ( XmlReader e)

◆ readCapxNotes()

void Ms::ChordObj::readCapxNotes ( XmlReader e)

◆ readCapxStem()

void Ms::ChordObj::readCapxStem ( XmlReader e)

Member Data Documentation

◆ articulation

unsigned Ms::ChordObj::articulation

◆ beamMode

BeamMode Ms::ChordObj::beamMode

◆ beamShift

char Ms::ChordObj::beamShift

◆ beamSlope

char Ms::ChordObj::beamSlope

◆ dStemLength

char Ms::ChordObj::dStemLength

◆ leftTie

bool Ms::ChordObj::leftTie

◆ notationStave

signed char Ms::ChordObj::notationStave

◆ notes

QList<CNote> Ms::ChordObj::notes

◆ nTremoloBars

unsigned char Ms::ChordObj::nTremoloBars

◆ rightTie

bool Ms::ChordObj::rightTie

◆ stemDir

StemDir Ms::ChordObj::stemDir

◆ verse

QList<Verse> Ms::ChordObj::verse

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