MNX Document Model
|
This is the complete list of members for mnx::sequence::Note, including all inherited members.
Base(const Base &src) | mnx::Base | inline |
Base(Base &&src) noexcept | mnx::Base | inline |
Base(const std::shared_ptr< json > &root, json_pointer pointer) | mnx::Base | inlineprotected |
Base(json &&jsonRef, Base &parent, const std::string_view &key) | mnx::Base | inlineprotected |
calcArrayIndex() const | mnx::ArrayElementObject | inline |
container() const | mnx::ArrayElementObject | inline |
dump(int indents=-1) | mnx::Base | inline |
getChild(const std::string_view &key) const | mnx::Base | inlineprotected |
getEnclosingElement() const | mnx::Base | |
getOptionalChild(const std::string_view &key) const | mnx::Base | inlineprotected |
MNX_OPTIONAL_CHILD(AccidentalDisplay, accidentalDisplay) | mnx::sequence::Note | |
MNX_OPTIONAL_CHILD(Array< Tie >, ties) | mnx::sequence::Note | |
MNX_OPTIONAL_NAMED_PROPERTY(std::string, styleClass, "class") | mnx::sequence::Note | |
MNX_OPTIONAL_PROPERTY(std::string, id) | mnx::sequence::Note | |
MNX_OPTIONAL_PROPERTY(std::string, smuflFont) | mnx::sequence::Note | |
MNX_OPTIONAL_PROPERTY(int, staff) | mnx::sequence::Note | |
MNX_REQUIRED_CHILD(Pitch, pitch) | mnx::sequence::Note | |
Note(const std::shared_ptr< json > &root, json_pointer pointer) | mnx::sequence::Note | inline |
Note(Base &parent, const std::string_view &key, NoteStep step, int octave, std::optional< int > alter=std::nullopt) | mnx::sequence::Note | inline |
Object(const std::shared_ptr< json > &root, json_pointer pointer) | mnx::ArrayElementObject | inline |
Object(Base &parent, const std::string_view &key) | mnx::ArrayElementObject | inline |
operator=(const Base &src) | mnx::Base | inline |
operator=(Base &&src) | mnx::Base | inline |
parent() const | mnx::Base | inline |
pointer() const | mnx::Base | inline |
ref() const | mnx::Base | inlineprotected |
ref() | mnx::Base | inlineprotected |
root() const | mnx::Base | inlineprotected |
setChild(const std::string_view &key, const T &value) | mnx::Base | inlineprotected |
~Base()=default (defined in mnx::Base) | mnx::Base | virtual |