MNX Document Model
Loading...
Searching...
No Matches
mnx::sequence::Pitch Member List

This is the complete list of members for mnx::sequence::Pitch, including all inherited members.

Base(const Base &src)mnx::Baseinline
Base(Base &&src) noexceptmnx::Baseinline
Base(const std::shared_ptr< json > &root, json_pointer pointer)mnx::Baseinlineprotected
Base(json &&jsonRef, Base &parent, const std::string_view &key)mnx::Baseinlineprotected
dump(int indents=-1)mnx::Baseinline
getChild(const std::string_view &key) constmnx::Baseinlineprotected
getEnclosingElement() constmnx::Base
getOptionalChild(const std::string_view &key) constmnx::Baseinlineprotected
isSamePitch(const Pitch &src) constmnx::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::Objectinline
Object(Base &parent, const std::string_view &key)mnx::Objectinline
operator=(const Base &src)mnx::Baseinline
operator=(Base &&src)mnx::Baseinline
parent() constmnx::Baseinline
Pitch(const std::shared_ptr< json > &root, json_pointer pointer)mnx::sequence::Pitchinline
Pitch(Base &parent, const std::string_view &key, NoteStep inpStep, int inpOctave, std::optional< int > inpAlter=std::nullopt)mnx::sequence::Pitchinline
pointer() constmnx::Baseinline
ref() constmnx::Baseinlineprotected
ref()mnx::Baseinlineprotected
root() constmnx::Baseinlineprotected
setChild(const std::string_view &key, const T &value)mnx::Baseinlineprotected
~Base()=default (defined in mnx::Base)mnx::Basevirtual