MUSX Document Model
Loading...
Searching...
No Matches
Todo List
Member musx::dom::EntryFrame::calcIsCueFrame (bool includeVisibleInScore=false) const
Revisit this algorithm if needed. The current algorithm is chosen to be mostly accurate while being fast to compute when there is no cue.
Member musx::dom::EntryInfoPtr::calcDisplaysAsRest () const
Eventually calcDisplaysAsRest should take into account voiced parts.
Member musx::dom::others::ArticulationDef::requireAllFields () const override
: remove this override after identifying all fields.
Member musx::dom::others::Measure::requireAllFields () const override
: remove this override after identifying all fields.
Member musx::dom::others::MeasureExprAssign::requireAllFields () const override
: remove this override after identifying all fields.
Class musx::dom::others::PartDefinition
After identifying all possible fields, remove the override of PartDefinition::requireAllFields.
Member musx::dom::others::PartDefinition::getNameRawTextCtx () const
perhaps additional logic as in getName, but not until something is broken.
Class musx::dom::others::TextBlock
After identifying all possible fields, remove the override of TextBlock::requireAllFields.
Member musx::util::Fraction::Fraction (int num=0, int den=1)
Make this constructor constexpr when we drop C++17 support.
Member musx::util::Fraction::fromEdu (dom::Edu edu)
Make this function constexpr when we drop C++17 support.
Member musx::util::Fraction::fromPercent (int percent)
Make this function constexpr when we drop C++17 support.
Member musx::util::Fraction::operator* (const Fraction &other) const
Make this function constexpr when we drop C++17 support.
Member musx::util::Fraction::operator*= (const Fraction &other)
Make this function constexpr when we drop C++17 support.
Member musx::util::Fraction::operator+ (const Fraction &other) const
Make this function constexpr when we drop C++17 support.
Member musx::util::Fraction::operator+= (const Fraction &other)
Make this function constexpr when we drop C++17 support.
Member musx::util::Fraction::operator- (const Fraction &other) const
Make this function constexpr when we drop C++17 support.
Member musx::util::Fraction::operator-= (const Fraction &other)
Make this function constexpr when we drop C++17 support.
Member musx::util::Fraction::operator/ (const Fraction &other) const
Make this function constexpr when we drop C++17 support.
Member musx::util::Fraction::operator/= (const Fraction &other)
Make this function constexpr when we drop C++17 support.
Member musx::util::Fraction::reciprocal () const
Make this function constexpr when we drop C++17 support.
Member musx::util::Fraction::remainder () const
Make this function constexpr when we drop C++17 support.