libSBML C++ API
5.18.0
|
Implementation of the LocalRenderInformation class. More...
Functions | |
int | LocalRenderInformation_addLocalStyle (LocalRenderInformation_t *lri, const LocalStyle_t *ls) |
LocalRenderInformation_t * | LocalRenderInformation_clone (const LocalRenderInformation_t *lri) |
LocalRenderInformation_t * | LocalRenderInformation_create (unsigned int level, unsigned int version, unsigned int pkgVersion) |
LocalStyle_t * | LocalRenderInformation_createLocalStyle (LocalRenderInformation_t *lri) |
void | LocalRenderInformation_free (LocalRenderInformation_t *lri) |
ListOf_t * | LocalRenderInformation_getListOfLocalStyles (LocalRenderInformation_t *lri) |
LocalStyle_t * | LocalRenderInformation_getLocalStyle (LocalRenderInformation_t *lri, unsigned int n) |
int | LocalRenderInformation_hasRequiredAttributes (const LocalRenderInformation_t *lri) |
int | LocalRenderInformation_hasRequiredElements (const LocalRenderInformation_t *lri) |
LocalStyle_t * | LocalRenderInformation_removeLocalStyle (LocalRenderInformation_t *lri, unsigned int n) |
Implementation of the LocalRenderInformation class.
int LocalRenderInformation_addLocalStyle | ( | LocalRenderInformation_t * | lri, |
const LocalStyle_t * | ls | ||
) |
LocalRenderInformation_t* LocalRenderInformation_clone | ( | const LocalRenderInformation_t * | lri | ) |
LocalRenderInformation_t* LocalRenderInformation_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
LocalStyle_t* LocalRenderInformation_createLocalStyle | ( | LocalRenderInformation_t * | lri | ) |
void LocalRenderInformation_free | ( | LocalRenderInformation_t * | lri | ) |
ListOf_t* LocalRenderInformation_getListOfLocalStyles | ( | LocalRenderInformation_t * | lri | ) |
LocalStyle_t* LocalRenderInformation_getLocalStyle | ( | LocalRenderInformation_t * | lri, |
unsigned int | n | ||
) |
int LocalRenderInformation_hasRequiredAttributes | ( | const LocalRenderInformation_t * | lri | ) |
int LocalRenderInformation_hasRequiredElements | ( | const LocalRenderInformation_t * | lri | ) |
LocalStyle_t* LocalRenderInformation_removeLocalStyle | ( | LocalRenderInformation_t * | lri, |
unsigned int | n | ||
) |