Home
last modified time | relevance | path

Searched refs:mVTextAnchor (Results 1 – 6 of 6) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/render/sbml/
H A DText.cpp84 mVTextAnchor(V_TEXTANCHOR_UNSET), in Text()
105 mVTextAnchor(V_TEXTANCHOR_UNSET), in Text()
184 mVTextAnchor(Text::ANCHOR_UNSET), in Text()
217 , mVTextAnchor ( orig.mVTextAnchor ) in Text()
236 mVTextAnchor = rhs.mVTextAnchor; in operator =()
343 return mVTextAnchor; in getVTextAnchor()
404 return (mVTextAnchor != V_TEXTANCHOR_INVALID && mVTextAnchor != V_TEXTANCHOR_UNSET); in isSetVTextAnchor()
592 mVTextAnchor = vtextAnchor; in setVTextAnchor()
609 this->mVTextAnchor = anchor; in setVTextAnchor()
1460 switch(text.mVTextAnchor) in addTextAttributes()
[all …]
H A DRenderGroup.cpp95 , mVTextAnchor(V_TEXTANCHOR_UNSET) in RenderGroup()
116 , mVTextAnchor(V_TEXTANCHOR_UNSET) in RenderGroup()
247 mVTextAnchor(Text::ANCHOR_UNSET), in RenderGroup()
277 , mVTextAnchor ( orig.mVTextAnchor ) in RenderGroup()
301 mVTextAnchor = rhs.mVTextAnchor; in operator =()
427 return mVTextAnchor; in getVtextAnchor()
436 return mVTextAnchor; in getVTextAnchor()
553 return (mVTextAnchor != V_TEXTANCHOR_INVALID && mVTextAnchor != V_TEXTANCHOR_UNSET); in isSetVTextAnchor()
787 mVTextAnchor = vtextAnchor; in setVTextAnchor()
802 mVTextAnchor = anchor; in setVTextAnchor()
[all …]
H A DDefaultValues.cpp91 , mVTextAnchor (V_TEXTANCHOR_TOP) in DefaultValues()
133 , mVTextAnchor(V_TEXTANCHOR_TOP) in DefaultValues()
176 , mVTextAnchor ( orig.mVTextAnchor ) in DefaultValues()
220 mVTextAnchor = rhs.mVTextAnchor; in operator =()
573 return (VTextAnchor_t)(mVTextAnchor); in getVTextAnchor()
900 return (mVTextAnchor != Text::ANCHOR_INVALID); in isSetVTextAnchor()
1386 mVTextAnchor = vtextAnchor; in setVTextAnchor()
1399 mVTextAnchor = V_TEXTANCHOR_INVALID; in setVTextAnchor()
1404 mVTextAnchor = vtextAnchor; in setVTextAnchor()
1417 if (mVTextAnchor == Text::ANCHOR_INVALID) in setVTextAnchor()
[all …]
H A DText.h131 int mVTextAnchor; variable
H A DRenderGroup.h96 int mVTextAnchor; variable
H A DDefaultValues.h122 int mVTextAnchor; variable