libSBML C API  libSBML 5.20.4 C API
Loading...
Searching...
No Matches
TextGlyph.cpp File Reference

Implementation of TextGlyph_t for SBML Layout_t. More...

Include dependency graph for TextGlyph.cpp:

Functions

TextGlyph_tTextGlyph_clone (const TextGlyph_t *m)
 @_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tTextGlyph_t_t.
 
TextGlyph_tTextGlyph_create (void)
 @_tcond_t _tdoxygenIgnored_t
 
TextGlyph_tTextGlyph_createFrom (const TextGlyph_t *temp)
 _tCreates_t _ta_t _tnew_t _tTextGlyph_t_t _tfrom_t _ta_t _ttemplate_t.
 
TextGlyph_tTextGlyph_createWith (const char *sid)
 _tCreates_t _ta_t _tnew_t _tTextGlyph_t_t _twith_t _tthe_t _tgiven_t @_tp_t _tid_t
 
TextGlyph_tTextGlyph_createWithText (const char *id, const char *text)
 _tCreates_t _ta_t _tnew_t _tTextGlyph_t_t _treferencing_t _tthe_t _tgiven_t _ttext_t.
 
void TextGlyph_free (TextGlyph_t *tg)
 _tFrees_t _tthe_t _tmemory_t _ttaken_t _tby_t _tthe_t _tgiven_t _ttext_t _tglyph_t.
 
const char * TextGlyph_getGraphicalObjectId (const TextGlyph_t *tg)
 _tReturns_t _tthe_t _tid_t _tof_t _tthe_t _tgraphical_t _tobject_t _tassociated_t _twith_t _tthis_t _ttext_t _tglyph_t.
 
const char * TextGlyph_getOriginOfTextId (const TextGlyph_t *tg)
 _tReturns_t _tthe_t _tid_t _tof_t _tthe_t _torigin_t _tof_t _tthe_t _ttext_t _tassociated_t _twith_t _tthis_t _ttext_t _tglyph_t.
 
const char * TextGlyph_getText (const TextGlyph_t *tg)
 _tReturns_t _tthe_t _ttext_t _tassociated_t _twith_t _tthis_t _ttext_t _tglyph_t.
 
void TextGlyph_initDefaults (TextGlyph_t *tg)
 _tCalls_t _tinitDefaults_t _tfrom_t _tGraphicalObject_t.
 
int TextGlyph_isSetGraphicalObjectId (const TextGlyph_t *tg)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tid_t _tof_t _tthe_t _tassociated_t _tgraphical_t _tobject_t _tis_t _tnot_t _tthe_t _tempty_t _tstring_t.
 
int TextGlyph_isSetOriginOfTextId (const TextGlyph_t *tg)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _toriginOfText_t _tattribute_t _tis_t _tnot_t _tthe_t _tempty_t _tstring_t.
 
int TextGlyph_isSetText (const TextGlyph_t *tg)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _ttext_t _tattribute_t _tis_t _tnot_t _tthe_t _tempty_t _tstring_t.
 
void TextGlyph_setGraphicalObjectId (TextGlyph_t *tg, const char *sid)
 _tSets_t _tthe_t _tassociated_t _tGraphicalObject_t_t _tid_t _tfor_t _tthe_t _ttext_t _tglyph_t.
 
void TextGlyph_setOriginOfTextId (TextGlyph_t *tg, const char *sid)
 _tSets_t _tthe_t _tid_t _tof_t _tthe_t _torigin_t _tof_t _tthe_t _ttext_t _tfor_t _tthe_t _ttext_t _tglyph_t.
 
void TextGlyph_setText (TextGlyph_t *tg, const char *text)
 _tSets_t _tthe_t _ttext_t _tfor_t _tthe_t _ttext_t _tglyph_t.
 

Detailed Description

Implementation of TextGlyph_t for SBML Layout_t.

Author
Ralph Gauges

Function Documentation

◆ TextGlyph_clone()

TextGlyph_t * TextGlyph_clone ( const TextGlyph_t tg)

@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tTextGlyph_t_t.

@_tparam_t _ttg_t _tthe_t _tTextGlyph_t_t _tstructure_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_create()

TextGlyph_t * TextGlyph_create ( void  )

@_tcond_t _tdoxygenIgnored_t

_tCreates_t _ta_t _tnew_t _tTextGlyph_t_t _tand_t _treturns_t _tthe_t _tpointer_t _tto_t _tit_t.

◆ TextGlyph_createFrom()

TextGlyph_t * TextGlyph_createFrom ( const TextGlyph_t temp)

_tCreates_t _ta_t _tnew_t _tTextGlyph_t_t _tfrom_t _ta_t _ttemplate_t.

@_tparam_t _ttemp_t _tthe_t _tTextGlyph_t_t _tstructure_t _tto_t _tcopy_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_createWith()

TextGlyph_t * TextGlyph_createWith ( const char *  sid)

_tCreates_t _ta_t _tnew_t _tTextGlyph_t_t _twith_t _tthe_t _tgiven_t @_tp_t _tid_t

@_tparam_t _tsid_t _tthe_t _tintended_t _tID_t _tof_t _tthe_t _tTextGlyph_t_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_createWithText()

TextGlyph_t * TextGlyph_createWithText ( const char *  sid,
const char *  text 
)

_tCreates_t _ta_t _tnew_t _tTextGlyph_t_t _treferencing_t _tthe_t _tgiven_t _ttext_t.

@_tparam_t _tsid_t _tthe_t _tintended_t _tID_t _tof_t _tthe_t _tTextGlyph_t_t. @_tparam_t _ttext_t _tthe_t _tintended_t _ttext_t _tof_t _tthe_t _tTextGlyph_t_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_free()

void TextGlyph_free ( TextGlyph_t tg)

_tFrees_t _tthe_t _tmemory_t _ttaken_t _tby_t _tthe_t _tgiven_t _ttext_t _tglyph_t.

@_tparam_t _ttg_t _tthe_t _tTextGlyph_t_t _tstructure_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_getGraphicalObjectId()

const char * TextGlyph_getGraphicalObjectId ( const TextGlyph_t tg)

_tReturns_t _tthe_t _tid_t _tof_t _tthe_t _tgraphical_t _tobject_t _tassociated_t _twith_t _tthis_t _ttext_t _tglyph_t.

@_tparam_t _ttg_t _tthe_t _tTextGlyph_t_t _tstructure_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_getOriginOfTextId()

const char * TextGlyph_getOriginOfTextId ( const TextGlyph_t tg)

_tReturns_t _tthe_t _tid_t _tof_t _tthe_t _torigin_t _tof_t _tthe_t _ttext_t _tassociated_t _twith_t _tthis_t _ttext_t _tglyph_t.

@_tparam_t _ttg_t _tthe_t _tTextGlyph_t_t _tstructure_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_getText()

const char * TextGlyph_getText ( const TextGlyph_t tg)

_tReturns_t _tthe_t _ttext_t _tassociated_t _twith_t _tthis_t _ttext_t _tglyph_t.

@_tparam_t _ttg_t _tthe_t _tTextGlyph_t_t _tstructure_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_initDefaults()

void TextGlyph_initDefaults ( TextGlyph_t tg)

_tCalls_t _tinitDefaults_t _tfrom_t _tGraphicalObject_t.

@_tparam_t _ttg_t _tthe_t _tTextGlyph_t_t _tstructure_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_isSetGraphicalObjectId()

int TextGlyph_isSetGraphicalObjectId ( const TextGlyph_t tg)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tid_t _tof_t _tthe_t _tassociated_t _tgraphical_t _tobject_t _tis_t _tnot_t _tthe_t _tempty_t _tstring_t.

@_tparam_t _ttg_t _tthe_t _tTextGlyph_t_t _tstructure_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_isSetOriginOfTextId()

int TextGlyph_isSetOriginOfTextId ( const TextGlyph_t tg)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _toriginOfText_t _tattribute_t _tis_t _tnot_t _tthe_t _tempty_t _tstring_t.

@_tparam_t _ttg_t _tthe_t _tTextGlyph_t_t _tstructure_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_isSetText()

int TextGlyph_isSetText ( const TextGlyph_t tg)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _ttext_t _tattribute_t _tis_t _tnot_t _tthe_t _tempty_t _tstring_t.

@_tparam_t _ttg_t _tthe_t _tTextGlyph_t_t _tstructure_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_setGraphicalObjectId()

void TextGlyph_setGraphicalObjectId ( TextGlyph_t tg,
const char *  sid 
)

_tSets_t _tthe_t _tassociated_t _tGraphicalObject_t_t _tid_t _tfor_t _tthe_t _ttext_t _tglyph_t.

_tA_t _tTextGlyph_t_t _twhich_t _tis_t _tassociated_t _twith_t _ta_t _tGraphicalObject_t_t _tcan_t _tbe_t _tconsidered_t _tas_t _ta_t _tlabel_t _tto_t _tthat_t _tobject_t _tand_t _tthey_t _tmight_t _tfor_t _texample_t _tbe_t _tmoved_t _ttogether_t _tin_t _tan_t _teditor_t.

@_tparam_t _ttg_t _tthe_t _tTextGlyph_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tto_t _tuse_t _tas_t _tthe_t _tID_t _tof_t _tthe_t _tGraphicalObject_t_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_setOriginOfTextId()

void TextGlyph_setOriginOfTextId ( TextGlyph_t tg,
const char *  sid 
)

_tSets_t _tthe_t _tid_t _tof_t _tthe_t _torigin_t _tof_t _tthe_t _ttext_t _tfor_t _tthe_t _ttext_t _tglyph_t.

_tThis_t _tcan_t _tbe_t _tthe_t _tid_t _tof_t _tany_t _tvalid_t _tsbml_t _tmodel_t _tobject_t. _tThe_t _tname_t _tof_t _tthe_t _tobject_t _tis_t _tthen_t _ttaken_t _tas_t _tthe_t _ttext_t _tfor_t _tthe_t _tTextGlyph_t_t.

@_tparam_t _ttg_t _tthe_t _tTextGlyph_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tto_t _tuse_t _tas_t _tthe_t _tID_t _tof_t _tthe_t _torigin_t _tof_t _tthe_t _ttext_t.

@_tmemberof_t _tTextGlyph_t_t

◆ TextGlyph_setText()

void TextGlyph_setText ( TextGlyph_t tg,
const char *  text 
)

_tSets_t _tthe_t _ttext_t _tfor_t _tthe_t _ttext_t _tglyph_t.

@_tparam_t _ttg_t _tthe_t _tTextGlyph_t_t _tstructure_t. @_tparam_t _ttext_t _tthe_t _tintended_t _ttext_t _tof_t _tthe_t _tTextGlyph_t_t.

@_tmemberof_t _tTextGlyph_t_t