Home
last modified time | relevance | path

Searched refs:vtextAnchor (Results 1 – 6 of 6) sorted by path

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/render/sbml/
H A DDefaultValues.cpp1386 mVTextAnchor = vtextAnchor; in setVTextAnchor()
1395 DefaultValues::setVTextAnchor(const VTextAnchor_t vtextAnchor) in setVTextAnchor() argument
1397 if (VTextAnchor_isValid(vtextAnchor) == 0) in setVTextAnchor()
1404 mVTextAnchor = vtextAnchor; in setVTextAnchor()
1414 DefaultValues::setVTextAnchor(const std::string& vtextAnchor) in setVTextAnchor() argument
1416 mVTextAnchor = TextAnchor_fromString(vtextAnchor.c_str()); in setVTextAnchor()
3365 std::string vtextAnchor; in readAttributes() local
3366 assigned = attributes.readInto("vtext-anchor", vtextAnchor); in readAttributes()
3370 if (vtextAnchor.empty() == true) in readAttributes()
4333 return (dv != NULL) ? dv->setVTextAnchor(vtextAnchor) : in DefaultValues_setVtextAnchor()
[all …]
H A DDefaultValues.h1394 int setVTextAnchor(const Text::TEXT_ANCHOR vtextAnchor);
1410 int setVTextAnchor(VTextAnchor_t vtextAnchor);
1425 int setVTextAnchor(const std::string& vtextAnchor);
3218 DefaultValues_setVtextAnchor(DefaultValues_t * dv, VTextAnchor_t vtextAnchor);
3240 const char * vtextAnchor);
H A DRenderGroup.cpp780 if (VTextAnchor_isValid(vtextAnchor) == 0) in setVTextAnchor()
787 mVTextAnchor = vtextAnchor; in setVTextAnchor()
796 return setVTextAnchor(vtextAnchor); in setVtextAnchor()
818 RenderGroup::setVTextAnchor(const std::string& vtextAnchor) in setVTextAnchor() argument
835 return setVTextAnchor(vtextAnchor); in setVtextAnchor()
2479 std::string vtextAnchor; in readAttributes() local
2484 if (log && vtextAnchor.empty() == true) in readAttributes()
3312 return (rg != NULL) ? rg->setVTextAnchor(vtextAnchor) : in RenderGroup_setVTextAnchor()
3322 return RenderGroup_setVTextAnchor(rg, vtextAnchor); in RenderGroup_setVtextAnchor()
3335 return (rg != NULL) ? rg->setVTextAnchor(vtextAnchor): in RenderGroup_setVTextAnchorAsString()
[all …]
H A DRenderGroup.h664 int setVTextAnchor(const std::string& vtextAnchor);
667 int setVtextAnchor(const std::string& vtextAnchor);
684 int setVTextAnchor(const VTextAnchor_t vtextAnchor);
687 int setVtextAnchor(const VTextAnchor_t vtextAnchor);
2420 RenderGroup_setVTextAnchor(RenderGroup_t * rg, VTextAnchor_t vtextAnchor);
2425 RenderGroup_setVtextAnchor(RenderGroup_t * rg, VTextAnchor_t vtextAnchor);
2447 const char * vtextAnchor);
2453 const char * vtextAnchor);
H A DText.cpp583 Text::setVTextAnchor(const VTextAnchor_t vtextAnchor) in setVTextAnchor() argument
585 if (VTextAnchor_isValid(vtextAnchor) == 0) in setVTextAnchor()
592 mVTextAnchor = vtextAnchor; in setVTextAnchor()
617 Text::setVTextAnchor(const std::string& vtextAnchor) in setVTextAnchor() argument
619 mVTextAnchor = VTextAnchor_fromString(vtextAnchor.c_str()); in setVTextAnchor()
1237 std::string vtextAnchor; in readAttributes() local
1238 assigned = attributes.readInto("vtext-anchor", vtextAnchor); in readAttributes()
1243 if (vtextAnchor.empty() == true) in readAttributes()
1246 logEmptyString(vtextAnchor, level, version, "<Text>"); in readAttributes()
1251 mVTextAnchor = VTextAnchor_fromString(vtextAnchor.c_str()); in readAttributes()
[all …]
H A DText.h554 int setVTextAnchor(const VTextAnchor_t vtextAnchor);
576 int setVTextAnchor(const std::string& vtextAnchor);
1512 Text_setVTextAnchor(Text_t * t, VTextAnchor_t vtextAnchor);
1533 Text_setVTextAnchorAsString(Text_t * t, const char * vtextAnchor);