#include <TChord.h>
Inheritance diagram for TChord:

Public Types | |
| enum | sorttype { pitch, duration } |
Public Member Functions | |
| virtual void | accept (TScoreVisitor &visitor) |
| long | add (const SNote ¬e) |
| vvector< SNote > & | notes () |
| unsigned long | getDuration () const |
| returns the chord duration that is the shortest note duration (or 0 for an empty chord) | |
| long | getVoice () const |
| returns the voice of the chord notes | |
| long | getStaff () const |
| returns the staff of the first chord note | |
| TNote::style | getStyle () const |
| returns the style of the chord notes (normal, cue, grace) | |
| void | sort (sorttype type) |
| sorts the notes of the chord | |
Friends | |
| EXP friend SMARTP< TChord > | newChord () |
1.3.3