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

#include <instrument.h>

Public Member Functions

 StaffName ()
 
 StaffName (const QString &s, int p=0)
 
bool operator== (const StaffName &) const
 
void read (XmlReader &)
 
void write (XmlWriter &xml, const char *name) const
 
int pos () const
 
QString name () const
 

Private Attributes

QString _name
 
int _pos
 

Constructor & Destructor Documentation

◆ StaffName() [1/2]

Ms::StaffName::StaffName ( )
inline

◆ StaffName() [2/2]

Ms::StaffName::StaffName ( const QString &  s,
int  p = 0 
)

Member Function Documentation

◆ name()

QString Ms::StaffName::name ( ) const
inline

◆ operator==()

bool Ms::StaffName::operator== ( const StaffName i) const

◆ pos()

int Ms::StaffName::pos ( ) const
inline

◆ read()

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

◆ write()

void Ms::StaffName::write ( XmlWriter xml,
const char *  name 
) const

Member Data Documentation

◆ _name

QString Ms::StaffName::_name
private

◆ _pos

int Ms::StaffName::_pos
private

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