GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
Public Types | |
typedef std::map< GRNote *, GRTrill * > | TTrills |
Public Member Functions | |
ChordTrills () | |
virtual | ~ChordTrills () |
void | add (GRNote *note, GRTrill *trill) |
void | check (ChordTrills &previous, GRBar *bar) |
void | check (GREvent *ev, GRBar *bar) |
TTrills::iterator | find (GRNote *note) |
TTrills::iterator | begin () |
TTrills::iterator | end () |
GRNote * | firstNote () |
void | print (std::ostream &) const |
typedef std::map<GRNote*, GRTrill*> ChordTrills::TTrills |
|
inline |
|
inlinevirtual |
|
inline |
void ChordTrills::check | ( | ChordTrills & | previous, |
GRBar * | bar | ||
) |
|
inline |
TTrills::iterator ChordTrills::find | ( | GRNote * | note | ) |
|
inline |
void ChordTrills::print | ( | std::ostream & | ) | const |