Home
last modified time | relevance | path

Searched refs:k_bottom_margin (Results 1 – 4 of 4) sorted by relevance

/dports/audio/libmusicxml/libmusicxml-3.18/src/elements/
H A Delements.h68 k_bottom_margin, enumerator
H A Dfactory.cpp120 fMap["bottom-margin"] = new newElementFunctor<k_bottom_margin>; in factory()
532 fType2Name[k_bottom_margin] = "bottom-margin"; in factory()
H A Dtypedefs.h70 typedef SMARTP<musicxml<k_bottom_margin> > S_bottom_margin;
/dports/audio/libmusicxml/libmusicxml-3.18/src/factory/
H A Dsortvisitor.cpp314 gPageMarginsOrder[k_bottom_margin] = 4; in sortvisitor()