|
enum class | SecondsPlacement { None
, ShiftForSeconds
} |
| Enumeration for seconds placement options. More...
|
|
enum class | ChordTieDirType { OutsideInside
, StemReversal
, SplitEvenly
} |
| Enumeration for chord tie direction type. More...
|
|
enum class | MixedStemDirection { Over
, Under
, OppositeFirst
} |
| Enumeration for mixed stem direction. More...
|
|
enum class | SpecialPosMode { None
, Avoid
} |
| Enumeration for special position mode. More...
|
|
enum class | InsetStyle { Fixed
, Percent
} |
| Enumeration for inset styles. More...
|
|
enum class | ConnectStyleType {
OverStartPosInner
, OverEndPosInner
, UnderStartPosInner
, UnderEndPosInner
,
OverHighestNoteStartPosOver
, OverHighestNoteEndPosOver
, UnderLowestNoteStartPosUnder
, UnderLowestNoteEndPosUnder
,
OverHighestNoteStemStartPosOver
, OverHighestNoteStemEndPosOver
, UnderLowestNoteStemStartPosUnder
, UnderLowestNoteStemEndPosUnder
} |
| Enumeration for tie connect style types.
|
|
enum class | ControlStyleType { ShortSpan
, MediumSpan
, LongSpan
, TieEnds
} |
| Enumeration for tie control style types.
|
|
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.
|
|
|
| TieOptions (const DocumentWeakPtr &document, Cmper partId=0, ShareMode shareMode=ShareMode::All) |
| Constructor function.
|
|
virtual | ~Base () noexcept(false)=default |
| Virtual destructor for polymorphic behavior.
|
|
DocumentPtr | getDocument () const |
| Gets a reference to the Document.
|
|
Cmper | getPartId () const |
| Gets the partId for this instance (or 0 for score)
|
|
std::shared_ptr< others::PartDefinition > | getPartDefinition () const |
| Gets the others::PartDefinition corresponding to getPartId.
|
|
ShareMode | getShareMode () const |
| Gets the sharing mode for this instance.
|
|
const SharedNodes & | getUnlinkedNodes () const |
| Gets the unlinked nodes for this instance. (Only populated for ShareMode::Partial )
|
|
void | addUnlinkedNode (const std::string &nodeName) |
| Adds a shared node for this instance.
|
|
virtual void | integrityCheck () |
| Allows a class to determine if it has been properly contructed by the factory and fix issues that it can, such as creating default instances of contained classes.
|
|
virtual bool | requireAllFields () const |
| Specifies if the parser should alert (print or throw) when an unknown xml tag is found for this class.
|
|
|
Evpu | frontTieSepar {} |
| Separation for the front of ties.
|
|
Evpu | thicknessRight {} |
| Right thickness of the tie.
|
|
Evpu | thicknessLeft {} |
| Left thickness of the tie.
|
|
bool | breakForTimeSigs {} |
| Break ties for time signatures.
|
|
bool | breakForKeySigs {} |
| Break ties for key signatures.
|
|
Evpu | breakTimeSigLeftHOffset {} |
| Left horizontal offset for breaking time signature.
|
|
Evpu | breakTimeSigRightHOffset {} |
| Right horizontal offset for breaking time signature.
|
|
Evpu | breakKeySigLeftHOffset {} |
| Left horizontal offset for breaking key signature.
|
|
Evpu | breakKeySigRightHOffset {} |
| Right horizontal offset for breaking key signature.
|
|
Evpu | sysBreakLeftHAdj {} |
| Left adjustment for system breaks.
|
|
Evpu | sysBreakRightHAdj {} |
| Right adjustment for system breaks.
|
|
bool | useOuterPlacement {} |
| Use outer placement for ties.
|
|
SecondsPlacement | secondsPlacement {} |
| Placement of seconds.
|
|
ChordTieDirType | chordTieDirType {} |
| Chord tie direction type.
|
|
bool | chordTieDirOpposingSeconds {} |
| Chord tie opposing seconds.
|
|
MixedStemDirection | mixedStemDirection {} |
| Mixed stem direction.
|
|
bool | afterSingleDot {} |
| Special handling after a single dot.
|
|
bool | afterMultipleDots {} |
| Special handling after multiple dots.
|
|
bool | beforeAcciSingleNote {} |
| Special handling before accidental single notes.
|
|
SpecialPosMode | specialPosMode {} |
| Special positioning mode.
|
|
Evpu | avoidStaffLinesDistance {} |
| Distance to avoid staff lines.
|
|
InsetStyle | insetStyle {} |
| Inset style for ties.
|
|
bool | useInterpolation {} |
| "Interpolate Height Between Short and Long Span"
|
|
bool | useTieEndCtlStyle {} |
| Use tie end control style.
|
|
bool | avoidStaffLinesOnly {} |
| Only avoid staff lines.
|
|
EvpuFloat | tieTipWidth {} |
| Width of the tie tip.
|
|
std::unordered_map< ConnectStyleType, std::shared_ptr< ConnectStyle > > | tieConnectStyles |
| Tie connect styles.
|
|
std::unordered_map< ControlStyleType, std::shared_ptr< ControlStyle > > | tieControlStyles |
| Tie control styles.
|
|
Options controlling the appearance of ties.
This class is identified by the XML node name "tieOptions".