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

#include <ove.h>

Inheritance diagram for OVE::Pedal:
Inheritance graph
[legend]
Collaboration diagram for OVE::Pedal:
Collaboration graph
[legend]

Public Member Functions

 Pedal ()
 
virtual ~Pedal ()
 
void setHalf (bool half)
 
bool getHalf () const
 
void setIsPlayback (bool playback)
 
bool getIsPlayback () const
 
void setPlayOffset (int offset)
 
int getPlayOffset () const
 
OffsetElementgetPedalHandle () const
 
- Public Member Functions inherited from OVE::MusicData
 MusicData ()
 
virtual ~MusicData ()
 
MusicDataType getMusicDataType () const
 
void setShow (bool show)
 
bool getShow () const
 
void setColor (unsigned int color)
 
unsigned int getColor () const
 
void setVoice (unsigned int voice)
 
unsigned int getVoice () const
 
void copyCommonBlock (const MusicData &source)
 
- Public Member Functions inherited from OVE::TickElement
 TickElement ()
 
virtual ~TickElement ()
 
void setTick (int tick)
 
int getTick (void) const
 
- Public Member Functions inherited from OVE::PairElement
 PairElement ()
 
virtual ~PairElement ()
 
MeasurePosstart () const
 
MeasurePosstop () const
 
- Public Member Functions inherited from OVE::OffsetElement
 OffsetElement ()
 
virtual ~OffsetElement ()
 
virtual void setXOffset (int offset)
 
virtual int getXOffset () const
 
virtual void setYOffset (int offset)
 
virtual int getYOffset () const
 
- Public Member Functions inherited from OVE::PairEnds
 PairEnds ()
 
virtual ~PairEnds ()
 
LineElementgetLeftLine () const
 
LineElementgetRightLine () const
 
OffsetElementgetLeftShoulder () const
 
OffsetElementgetRightShoulder () const
 

Private Attributes

bool half_
 
bool playback_
 
int playOffset_
 
OffsetElementpedalHandle_
 

Additional Inherited Members

- Public Types inherited from OVE::MusicData
enum  XmlDataType : char {
  XmlDataType::Attributes = 0, XmlDataType::NoteBeam, XmlDataType::Notations, XmlDataType::Direction,
  XmlDataType::None
}
 
- Static Public Member Functions inherited from OVE::MusicData
static XmlDataType getXmlDataType (MusicDataType type)
 
- Protected Attributes inherited from OVE::MusicData
MusicDataType musicDataType_
 

Constructor & Destructor Documentation

◆ Pedal()

OVE::Pedal::Pedal ( )

◆ ~Pedal()

OVE::Pedal::~Pedal ( )
virtual

Member Function Documentation

◆ getHalf()

bool OVE::Pedal::getHalf ( ) const

◆ getIsPlayback()

bool OVE::Pedal::getIsPlayback ( ) const

◆ getPedalHandle()

OffsetElement * OVE::Pedal::getPedalHandle ( ) const

◆ getPlayOffset()

int OVE::Pedal::getPlayOffset ( ) const

◆ setHalf()

void OVE::Pedal::setHalf ( bool  half)

◆ setIsPlayback()

void OVE::Pedal::setIsPlayback ( bool  playback)

◆ setPlayOffset()

void OVE::Pedal::setPlayOffset ( int  offset)

Member Data Documentation

◆ half_

bool OVE::Pedal::half_
private

◆ pedalHandle_

OffsetElement* OVE::Pedal::pedalHandle_
private

◆ playback_

bool OVE::Pedal::playback_
private

◆ playOffset_

int OVE::Pedal::playOffset_
private

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