|
MNX Document Model
|
This is the complete list of members for mnx::Score, 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, std::string_view key) | mnx::Base | inlineprotected |
| calcArrayIndex() const | mnx::ArrayElementObject | inline |
| container() const | mnx::ArrayElementObject | inline |
| document() const | mnx::Base | |
| dump(int indents=-1) const | mnx::Base | inline |
| getChild(std::string_view key) const | mnx::Base | inlineprotected |
| getEnclosingElement() const | mnx::Base | |
| getOptionalChild(std::string_view key) const | mnx::Base | inlineprotected |
| MNX_OPTIONAL_CHILD(Array< score::MultimeasureRest >, multimeasureRests) | mnx::Score | |
| MNX_OPTIONAL_CHILD(Array< score::Page >, pages) | mnx::Score | |
| mnx::ArrayElementObject::MNX_OPTIONAL_CHILD(Object, _x) | mnx::Object | |
| MNX_OPTIONAL_PROPERTY(std::string, layout) | mnx::Score | |
| mnx::ArrayElementObject::MNX_OPTIONAL_PROPERTY(std::string, _c) | mnx::Object | |
| mnx::ArrayElementObject::MNX_OPTIONAL_PROPERTY(std::string, id) | mnx::Object | |
| MNX_OPTIONAL_PROPERTY_WITH_DEFAULT(bool, useWritten, false) | mnx::Score | |
| MNX_REQUIRED_PROPERTY(std::string, name) | mnx::Score | |
| Object(const std::shared_ptr< json > &root, json_pointer pointer) | mnx::ArrayElementObject | inline |
| Object(Base &parent, 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 |
| Score(const std::shared_ptr< json > &root, json_pointer pointer) | mnx::Score | inline |
| Score(Base &parent, std::string_view key, const std::string &scoreName) | mnx::Score | inline |
| setChild(std::string_view key, const T &value) | mnx::Base | inlineprotected |
| ~Base()=default (defined in mnx::Base) | mnx::Base | virtual |