MuseScore  3.4
Music composition and notation
Classes | Namespaces | Enumerations
clef.h File Reference

Definition of classes Clef. More...

#include "element.h"
#include "mscore.h"
Include dependency graph for clef.h:

Go to the source code of this file.

Classes

struct  Ms::ClefTypeList
 
class  Ms::ClefInfo
 Info about a clef. More...
 
class  Ms::Clef
 Graphic representation of a clef. More...
 

Namespaces

 Ms
 
 

Enumerations

enum  Ms::ClefType : signed char {
  Ms::ClefType::INVALID = -1, Ms::ClefType::G = 0, Ms::ClefType::G15_MB, Ms::ClefType::G8_VB,
  Ms::ClefType::G8_VA, Ms::ClefType::G15_MA, Ms::ClefType::G8_VB_O, Ms::ClefType::G8_VB_P,
  Ms::ClefType::G_1, Ms::ClefType::C1, Ms::ClefType::C2, Ms::ClefType::C3,
  Ms::ClefType::C4, Ms::ClefType::C5, Ms::ClefType::C_19C, Ms::ClefType::C1_F18C,
  Ms::ClefType::C3_F18C, Ms::ClefType::C4_F18C, Ms::ClefType::C3_F20C, Ms::ClefType::C1_F20C,
  Ms::ClefType::C4_F20C, Ms::ClefType::F, Ms::ClefType::F15_MB, Ms::ClefType::F8_VB,
  Ms::ClefType::F_8VA, Ms::ClefType::F_15MA, Ms::ClefType::F_B, Ms::ClefType::F_C,
  Ms::ClefType::F_F18C, Ms::ClefType::F_19C, Ms::ClefType::PERC, Ms::ClefType::PERC2,
  Ms::ClefType::TAB, Ms::ClefType::TAB4, Ms::ClefType::TAB_SERIF, Ms::ClefType::TAB4_SERIF,
  Ms::ClefType::MAX
}
 

Detailed Description

Definition of classes Clef.