libSBML C++ API  5.18.0
LocalRenderInformation.cpp File Reference

Implementation of the LocalRenderInformation class. More...

Include dependency graph for LocalRenderInformation.cpp:

Functions

int LocalRenderInformation_addLocalStyle (LocalRenderInformation_t *lri, const LocalStyle_t *ls)
 
LocalRenderInformation_tLocalRenderInformation_clone (const LocalRenderInformation_t *lri)
 
LocalRenderInformation_tLocalRenderInformation_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
 
LocalStyle_tLocalRenderInformation_createLocalStyle (LocalRenderInformation_t *lri)
 
void LocalRenderInformation_free (LocalRenderInformation_t *lri)
 
ListOf_tLocalRenderInformation_getListOfLocalStyles (LocalRenderInformation_t *lri)
 
LocalStyle_tLocalRenderInformation_getLocalStyle (LocalRenderInformation_t *lri, unsigned int n)
 
int LocalRenderInformation_hasRequiredAttributes (const LocalRenderInformation_t *lri)
 
int LocalRenderInformation_hasRequiredElements (const LocalRenderInformation_t *lri)
 
LocalStyle_tLocalRenderInformation_removeLocalStyle (LocalRenderInformation_t *lri, unsigned int n)
 

Detailed Description

Implementation of the LocalRenderInformation class.

Author
Ralph Gauges
Frank T. Bergmann

Function Documentation

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 
)