MuseScore
3.4
Music composition and notation
|
GroupNodes must be sorted by tick. More...
#include <groups.h>
Public Member Functions | |
Groups () | |
Groups (const std::vector< GroupNode > &l) | |
void | write (XmlWriter &) const |
void | read (XmlReader &) |
Beam::Mode | beamMode (int tick, TDuration::DurationType d) const |
void | addStop (int pos, TDuration::DurationType d, Beam::Mode bm) |
bool | operator== (const Groups &g) const |
void | dump (const char *) const |
Static Public Member Functions | |
static const Groups & | endings (const Fraction &f) |
static Beam::Mode | endBeam (ChordRest *cr, ChordRest *prev=0) |
GroupNodes must be sorted by tick.
|
inline |
|
inline |
void Ms::Groups::addStop | ( | int | pos, |
TDuration::DurationType | d, | ||
Beam::Mode | bm | ||
) |
Beam::Mode Ms::Groups::beamMode | ( | int | tick, |
TDuration::DurationType | d | ||
) | const |
void Ms::Groups::dump | ( | const char * | m | ) | const |
|
static |
|
inline |
void Ms::Groups::read | ( | XmlReader & | e | ) |
void Ms::Groups::write | ( | XmlWriter & | xml | ) | const |