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

#include <ove.h>

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

Public Member Functions

 Note ()
 
virtual ~Note ()
 
void setIsRest (bool rest)
 
bool getIsRest () const
 
void setNote (unsigned int note)
 
unsigned int getNote () const
 
void setAccidental (int type)
 
AccidentalType getAccidental () const
 
void setShowAccidental (bool show)
 
bool getShowAccidental () const
 
void setOnVelocity (unsigned int velocity)
 
unsigned int getOnVelocity () const
 
void setOffVelocity (unsigned int velocity)
 
unsigned int getOffVelocity () const
 
void setHeadType (int type)
 
NoteHeadType getHeadType () const
 
void setTiePos (int tiePos)
 
TiePos getTiePos () const
 
void setOffsetStaff (int offset)
 
int getOffsetStaff () const
 
void setShow (bool show)
 
bool getShow () const
 
void setOffsetTick (int offset)
 
int getOffsetTick () const
 
- Public Member Functions inherited from OVE::LineElement
 LineElement ()
 
virtual ~LineElement ()
 
virtual void setLine (int line)
 
virtual int getLine (void) const
 

Private Attributes

bool rest_
 
unsigned int note_
 
AccidentalType accidental_
 
bool showAccidental_
 
unsigned int onVelocity_
 
unsigned int offVelocity_
 
NoteHeadType headType_
 
TiePos tiePos_
 
int offsetStaff_
 
bool show_
 
int offsetTick_
 

Constructor & Destructor Documentation

◆ Note()

OVE::Note::Note ( )

◆ ~Note()

virtual OVE::Note::~Note ( )
inlinevirtual

Member Function Documentation

◆ getAccidental()

AccidentalType OVE::Note::getAccidental ( ) const

◆ getHeadType()

NoteHeadType OVE::Note::getHeadType ( ) const

◆ getIsRest()

bool OVE::Note::getIsRest ( ) const

◆ getNote()

unsigned int OVE::Note::getNote ( ) const

◆ getOffsetStaff()

int OVE::Note::getOffsetStaff ( ) const

◆ getOffsetTick()

int OVE::Note::getOffsetTick ( ) const

◆ getOffVelocity()

unsigned int OVE::Note::getOffVelocity ( ) const

◆ getOnVelocity()

unsigned int OVE::Note::getOnVelocity ( ) const

◆ getShow()

bool OVE::Note::getShow ( ) const

◆ getShowAccidental()

bool OVE::Note::getShowAccidental ( ) const

◆ getTiePos()

TiePos OVE::Note::getTiePos ( ) const

◆ setAccidental()

void OVE::Note::setAccidental ( int  type)

◆ setHeadType()

void OVE::Note::setHeadType ( int  type)

◆ setIsRest()

void OVE::Note::setIsRest ( bool  rest)

◆ setNote()

void OVE::Note::setNote ( unsigned int  note)

◆ setOffsetStaff()

void OVE::Note::setOffsetStaff ( int  offset)

◆ setOffsetTick()

void OVE::Note::setOffsetTick ( int  offset)

◆ setOffVelocity()

void OVE::Note::setOffVelocity ( unsigned int  velocity)

◆ setOnVelocity()

void OVE::Note::setOnVelocity ( unsigned int  velocity)

◆ setShow()

void OVE::Note::setShow ( bool  show)

◆ setShowAccidental()

void OVE::Note::setShowAccidental ( bool  show)

◆ setTiePos()

void OVE::Note::setTiePos ( int  tiePos)

Member Data Documentation

◆ accidental_

AccidentalType OVE::Note::accidental_
private

◆ headType_

NoteHeadType OVE::Note::headType_
private

◆ note_

unsigned int OVE::Note::note_
private

◆ offsetStaff_

int OVE::Note::offsetStaff_
private

◆ offsetTick_

int OVE::Note::offsetTick_
private

◆ offVelocity_

unsigned int OVE::Note::offVelocity_
private

◆ onVelocity_

unsigned int OVE::Note::onVelocity_
private

◆ rest_

bool OVE::Note::rest_
private

◆ show_

bool OVE::Note::show_
private

◆ showAccidental_

bool OVE::Note::showAccidental_
private

◆ tiePos_

TiePos OVE::Note::tiePos_
private

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