#include <TDirection.h>
Inheritance diagram for TDirection:
Public Types | |
enum | { undefined = -1 } |
an undefined constant, used for offset, voice and staff | |
Public Member Functions | |
virtual void | accept (TScoreVisitor &visitor) |
long | add (const SDirectionType &dir) |
void | setOffset (long offset) |
void | setVoice (long voice) |
void | setStaff (long staff) |
SSound & | sound () |
long | getOffset () const |
long | getVoice () const |
long | getStaff () const |
vvector< SDirectionType > & | types () |
Friends | |
EXP friend SMARTP< TDirection > | newDirection () |