MNX Document Model
|
This is the complete list of members for mnx::sequence::Pitch, 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 |
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 |
isSamePitch(const Pitch &src) const | mnx::sequence::Pitch | |
MNX_OPTIONAL_PROPERTY(int, alter) | mnx::sequence::Pitch | |
MNX_REQUIRED_PROPERTY(int, octave) | mnx::sequence::Pitch | |
MNX_REQUIRED_PROPERTY(NoteStep, step) | mnx::sequence::Pitch | |
Object(const std::shared_ptr< json > &root, json_pointer pointer) | mnx::Object | inline |
Object(Base &parent, const std::string_view &key) | mnx::Object | inline |
operator=(const Base &src) | mnx::Base | inline |
operator=(Base &&src) | mnx::Base | inline |
parent() const | mnx::Base | inline |
Pitch(const std::shared_ptr< json > &root, json_pointer pointer) | mnx::sequence::Pitch | inline |
Pitch(Base &parent, const std::string_view &key, NoteStep inpStep, int inpOctave, std::optional< int > inpAlter=std::nullopt) | mnx::sequence::Pitch | 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 |