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

Public Member Functions

 MinMaxPitch ()
 
 MinMaxPitch (int minPitch, int maxPitch)
 
int minPitch () const
 
int maxPitch () const
 
int empty () const
 
void addPitch (int pitch)
 

Private Attributes

int minPitch_
 
int maxPitch_
 

Constructor & Destructor Documentation

◆ MinMaxPitch() [1/2]

Ms::MidiClef::MinMaxPitch::MinMaxPitch ( )
inline

◆ MinMaxPitch() [2/2]

Ms::MidiClef::MinMaxPitch::MinMaxPitch ( int  minPitch,
int  maxPitch 
)
inline

Member Function Documentation

◆ addPitch()

void Ms::MidiClef::MinMaxPitch::addPitch ( int  pitch)
inline

◆ empty()

int Ms::MidiClef::MinMaxPitch::empty ( ) const
inline

◆ maxPitch()

int Ms::MidiClef::MinMaxPitch::maxPitch ( ) const
inline

◆ minPitch()

int Ms::MidiClef::MinMaxPitch::minPitch ( ) const
inline

Member Data Documentation

◆ maxPitch_

int Ms::MidiClef::MinMaxPitch::maxPitch_
private

◆ minPitch_

int Ms::MidiClef::MinMaxPitch::minPitch_
private

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