|
using | FlattenStyle = options::BeamOptions::FlattenStyle |
| see options::BeamOptions::FlattenStyle
|
|
enum class | ShareMode { All
, Partial
, None
} |
| Describes how this instance is shared between part and score. More...
|
|
using | SharedNodes = std::set< std::string > |
| The container type for shared nodes.
|
|
template<typename T , std::enable_if_t< std::is_base_of_v< BeamAlterations, T >, int > = 0> |
static void | calcAllActiveFlags (const DocumentPtr &document) |
| Used by the factory to set active indicators.
|
|
static const xml::XmlElementArray< BeamAlterations > & | xmlMappingArray () |
| Required for musx::factory::FieldPopulator.
|
|
Evpu | leftOffsetH {} |
| Horizontal adjustment of the beam start. (xml node is <xAdd> )
|
|
Evpu | leftOffsetY {} |
| Vertical adjustment of the beam start. (xml node is <yAdd> )
|
|
Evpu | rightOffsetH {} |
| Horizontal adjustment of the beam end. (xml node is <sxAdd> )
|
|
Evpu | rightOffsetY {} |
| Vertical adjustment of the beam end. (xml node is <syAdd> )
|
|
Edu | dura {} |
| For secondary beams, specifies the duration corresponding to the secondary beam (16th beam is 256, 32nd beam is 128, etc.)
|
|
FlattenStyle | flattenStyle {} |
| Beam shaping style (xml node is <context> ).
|
|
Efix | beamWidth {} |
| The calcEffectiveBeamWidth method handles this for you.
|
|
| EntryDetailsBase (const DocumentWeakPtr &document, Cmper partId, ShareMode shareMode, EntryNumber entnum, std::optional< Inci > inci=std::nullopt) |
| Constructs a EntryDetailsBase object.
|
|
| DetailsBase (const DocumentWeakPtr &document, Cmper partId, ShareMode shareMode, Cmper cmper1, Cmper cmper2, std::optional< Inci > inci=std::nullopt) |
| Constructs a DetailsBase object.
|
|
| Base (const DocumentWeakPtr &document, Cmper partId, ShareMode shareMode) |
| Constructs the base class.
|
|
| Base (const Base &)=default |
| explicit default copy constructor
|
|
| Base (Base &&) noexcept=default |
| explicit default move constructor
|
|
Base & | operator= (const Base &) |
| no-op copy assignment operator allows subclasses to copy their values.
|
|
Base & | operator= (Base &&) noexcept |
| no-op move assignment operator allows subclasses to move their values.
|
|
template<typename SecondaryBeamType > |
static bool | calcIsFeatheredBeamImpl (const EntryInfoPtr &entryInfo, Evpu &outLeftY, Evpu &outRightY) |
| Implementation of SecondaryBeamAlterationsDownStem::calcIsFeatheredBeam and SecondaryBeamAlterationsUpStem::calcIsFeatheredBeam.
|
|
Beam alteration for upstem primary beams.
Entry::stemDetail is set if the entry has any beam extensions.