libSBML C API
libSBML 5.20.4 C API
|
Implementation of GraphicalObject_t for SBML Layout_t. More...
Functions | |
GraphicalObject_t * | GraphicalObject_clone (const GraphicalObject_t *m) |
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tGraphicalObject_t_t. | |
GraphicalObject_t * | GraphicalObject_create (void) |
@_tcond_t _tdoxygenIgnored_t | |
GraphicalObject_t * | GraphicalObject_createFrom (const GraphicalObject_t *temp) |
_tCreates_t _ta_t _tGraphicalObject_t_t _tfrom_t _ta_t _ttemplate_t. | |
void | GraphicalObject_free (GraphicalObject_t *go) |
_tFrees_t _tall_t _tmemory_t _ttaken_t _tup_t _tby_t _tthe_t _tGraphicalObject_t_t. | |
BoundingBox_t * | GraphicalObject_getBoundingBox (GraphicalObject_t *go) |
_tReturns_t _tthe_t _tbounding_t _tbox_t _tfor_t _tthe_t _tGraphicalObject_t_t. | |
const char * | GraphicalObject_getId (const GraphicalObject_t *go) |
_tReturns_t _tthe_t _tid_t | |
void | GraphicalObject_initDefaults (GraphicalObject_t *go) |
_tDoes_t _tnothing_t. | |
int | GraphicalObject_isSetId (const GraphicalObject_t *go) |
_tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tid_t _tis_t _tset_t | |
void | GraphicalObject_setBoundingBox (GraphicalObject_t *go, const BoundingBox_t *bb) |
_tSets_t _tthe_t _tboundingbox_t _tfor_t _tthe_t _tGraphicalObject_t_t. | |
int | GraphicalObject_setId (GraphicalObject_t *go, const char *sid) |
_tSets_t _tthe_t _tid_t | |
void | GraphicalObject_unsetId (GraphicalObject_t *go) |
_tUnsets_t _tthe_t _tid_t | |
Implementation of GraphicalObject_t for SBML Layout_t.
GraphicalObject_t * GraphicalObject_clone | ( | const GraphicalObject_t * | go | ) |
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tGraphicalObject_t_t.
@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.
@_tmemberof_t _tGraphicalObject_t_t
GraphicalObject_t * GraphicalObject_create | ( | void | ) |
@_tcond_t _tdoxygenIgnored_t
_tCreates_t _ta_t _tnew_t _tGraphicalObject_t_t.
GraphicalObject_t * GraphicalObject_createFrom | ( | const GraphicalObject_t * | temp | ) |
_tCreates_t _ta_t _tGraphicalObject_t_t _tfrom_t _ta_t _ttemplate_t.
@_tparam_t _ttemp_t _tthe_t _tGraphicalObject_t_t _tstructure_t _tto_t _tcopy_t.
@_tmemberof_t _tGraphicalObject_t_t
void GraphicalObject_free | ( | GraphicalObject_t * | go | ) |
_tFrees_t _tall_t _tmemory_t _ttaken_t _tup_t _tby_t _tthe_t _tGraphicalObject_t_t.
@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.
@_tmemberof_t _tGraphicalObject_t_t
BoundingBox_t * GraphicalObject_getBoundingBox | ( | GraphicalObject_t * | go | ) |
_tReturns_t _tthe_t _tbounding_t _tbox_t _tfor_t _tthe_t _tGraphicalObject_t_t.
@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.
@_tmemberof_t _tGraphicalObject_t_t
const char * GraphicalObject_getId | ( | const GraphicalObject_t * | go | ) |
_tReturns_t _tthe_t _tid_t
@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.
@_tmemberof_t _tGraphicalObject_t_t
void GraphicalObject_initDefaults | ( | GraphicalObject_t * | go | ) |
_tDoes_t _tnothing_t.
_tNo_t _tdefaults_t _tare_t _tdefined_t _tfor_t _tGraphicalObject_t_t.
@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.
@_tmemberof_t _tGraphicalObject_t_t
int GraphicalObject_isSetId | ( | const GraphicalObject_t * | go | ) |
_tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tid_t _tis_t _tset_t
@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.
@_tmemberof_t _tGraphicalObject_t_t
void GraphicalObject_setBoundingBox | ( | GraphicalObject_t * | go, |
const BoundingBox_t * | bb | ||
) |
_tSets_t _tthe_t _tboundingbox_t _tfor_t _tthe_t _tGraphicalObject_t_t.
@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t. @_tparam_t _tbb_t _tthe_t _tBoundingBox_t_t _tstructure_t _tto_t _tuse_t.
@_tmemberof_t _tGraphicalObject_t_t
int GraphicalObject_setId | ( | GraphicalObject_t * | go, |
const char * | sid | ||
) |
_tSets_t _tthe_t _tid_t
@_tparam_t _tgo_t _tthe_t _tGraphicalObject_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 _tGraphicalObject_t_t
void GraphicalObject_unsetId | ( | GraphicalObject_t * | go | ) |
_tUnsets_t _tthe_t _tid_t
@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.
@_tmemberof_t _tGraphicalObject_t_t