MNX Document Model
Loading...
Searching...
No Matches
mnx::part::Clef Member List

This is the complete list of members for mnx::part::Clef, 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, std::string_view key)mnx::Baseinlineprotected
Clef(const std::shared_ptr< json > &root, json_pointer pointer)mnx::part::Clefinline
Clef(Base &parent, std::string_view key, ClefSign clefSign, int staffPosition, OttavaAmountOrZero octaveAdjustment=OttavaAmountOrZero::NoTransposition)mnx::part::Clefinline
document() constmnx::Base
dump(int indents=-1) constmnx::Baseinline
getChild(std::string_view key) constmnx::Baseinlineprotected
getEnclosingElement() constmnx::Base
getExtension(const std::string &key) constmnx::Objectinline
getOptionalChild(std::string_view key) constmnx::Baseinlineprotected
make(ClefSign clefSign, int staffPosition, OttavaAmountOrZero octaveAdjustment=OttavaAmountOrZero::NoTransposition)mnx::part::Clefinlinestatic
MNX_OPTIONAL_CHILD(Object, _x)mnx::Object
MNX_OPTIONAL_PROPERTY(std::string, color)mnx::part::Clef
MNX_OPTIONAL_PROPERTY(std::string, glyph)mnx::part::Clef
mnx::Object::MNX_OPTIONAL_PROPERTY(std::string, _c)mnx::Object
mnx::Object::MNX_OPTIONAL_PROPERTY(std::string, id)mnx::Object
MNX_OPTIONAL_PROPERTY_WITH_DEFAULT(OttavaAmountOrZero, octave, OttavaAmountOrZero::NoTransposition)mnx::part::Clef
MNX_OPTIONAL_PROPERTY_WITH_DEFAULT(bool, showOctave, true)mnx::part::Clef
MNX_REQUIRED_PROPERTY(ClefSign, sign)mnx::part::Clef
MNX_REQUIRED_PROPERTY(int, staffPosition)mnx::part::Clef
Object(const std::shared_ptr< json > &root, json_pointer pointer)mnx::Objectinline
Object(Base &parent, std::string_view key)mnx::Objectinline
operator Required() constmnx::part::Clefinline
operator=(const Base &src)mnx::Baseinline
operator=(Base &&src)mnx::Baseinline
parent() constmnx::Baseinline
pointer() constmnx::Baseinline
ref() constmnx::Baseinlineprotected
ref()mnx::Baseinlineprotected
root() constmnx::Baseinlineprotected
setChild(std::string_view key, const T &value)mnx::Baseinlineprotected
setExtension(const std::string &key, const json &value)mnx::Objectinline
~Base()=default (defined in mnx::Base)mnx::Basevirtual