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

#include <ove.h>

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

Public Member Functions

 Tuplet ()
 
virtual ~Tuplet ()
 
void setTuplet (int tuplet=3)
 
int getTuplet () const
 
void setSpace (int space=2)
 
int getSpace () const
 
void setHeight (int height)
 
int getHeight () const
 
void setNoteType (NoteType type)
 
NoteType getNoteType () const
 
OffsetElementgetMarkHandle () 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

int tuplet_
 
int space_
 
int height_
 
NoteType noteType_
 
OffsetElementmark_
 

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

◆ Tuplet()

OVE::Tuplet::Tuplet ( )

◆ ~Tuplet()

OVE::Tuplet::~Tuplet ( )
virtual

Member Function Documentation

◆ getHeight()

int OVE::Tuplet::getHeight ( ) const

◆ getMarkHandle()

OffsetElement * OVE::Tuplet::getMarkHandle ( ) const

◆ getNoteType()

NoteType OVE::Tuplet::getNoteType ( ) const

◆ getSpace()

int OVE::Tuplet::getSpace ( ) const

◆ getTuplet()

int OVE::Tuplet::getTuplet ( ) const

◆ setHeight()

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

◆ setNoteType()

void OVE::Tuplet::setNoteType ( NoteType  type)

◆ setSpace()

void OVE::Tuplet::setSpace ( int  space = 2)

◆ setTuplet()

void OVE::Tuplet::setTuplet ( int  tuplet = 3)

Member Data Documentation

◆ height_

int OVE::Tuplet::height_
private

◆ mark_

OffsetElement* OVE::Tuplet::mark_
private

◆ noteType_

NoteType OVE::Tuplet::noteType_
private

◆ space_

int OVE::Tuplet::space_
private

◆ tuplet_

int OVE::Tuplet::tuplet_
private

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