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

#include <ove.h>

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

Public Member Functions

 Tie ()
 
virtual ~Tie ()
 
void setShowOnTop (bool top)
 
bool getShowOnTop () const
 
void setNote (int note)
 
int getNote () const
 
void setHeight (int height)
 
int getHeight () 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 showOnTop_
 
int note_
 
int height_
 

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

◆ Tie()

OVE::Tie::Tie ( )

◆ ~Tie()

virtual OVE::Tie::~Tie ( )
inlinevirtual

Member Function Documentation

◆ getHeight()

int OVE::Tie::getHeight ( ) const

◆ getNote()

int OVE::Tie::getNote ( ) const

◆ getShowOnTop()

bool OVE::Tie::getShowOnTop ( ) const

◆ setHeight()

void OVE::Tie::setHeight ( int  height)

◆ setNote()

void OVE::Tie::setNote ( int  note)

◆ setShowOnTop()

void OVE::Tie::setShowOnTop ( bool  top)

Member Data Documentation

◆ height_

int OVE::Tie::height_
private

◆ note_

int OVE::Tie::note_
private

◆ showOnTop_

bool OVE::Tie::showOnTop_
private

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