MUSX Document Model
Loading...
Searching...
No Matches
musx::dom::details::StaffGroup::Bracket Class Reference

Embedded class to represent the "bracket" node. More...

#include <Details.h>

Public Member Functions

 Bracket ()=default
 Default constructor for Bracket.
 

Static Public Member Functions

static const xml::XmlElementArray< Bracket > & xmlMappingArray ()
 Required for musx::factory::FieldPopulator.
 

Public Attributes

BracketStyle style {}
 Bracket style (xml node is <id>)
 
Evpu horzAdjLeft {}
 "Distance from Left Edge of Staff" (xml node is <bracPos>)
 
Evpu vertAdjTop {}
 "Vertical Adjust (Top of Bracket)" (xml node is <bracTop>)
 
Evpu vertAdjBot {}
 "Vertical Adjust (Bottom of Bracket)" (xml node is <bracBot>)
 
bool showOnSingleStaff {}
 "Show Bracket If Group Contains Only One Staff" (xml node is <onSingle>)
 

Detailed Description

Embedded class to represent the "bracket" node.