libSBML C++ API  5.20.4
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

◆ LocalRenderInformation_addLocalStyle()

int LocalRenderInformation_addLocalStyle ( LocalRenderInformation_t lri,
const LocalStyle_t ls 
)

◆ LocalRenderInformation_clone()

LocalRenderInformation_t* LocalRenderInformation_clone ( const LocalRenderInformation_t lri)

◆ LocalRenderInformation_create()

LocalRenderInformation_t* LocalRenderInformation_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

◆ LocalRenderInformation_createLocalStyle()

LocalStyle_t* LocalRenderInformation_createLocalStyle ( LocalRenderInformation_t lri)

◆ LocalRenderInformation_free()

void LocalRenderInformation_free ( LocalRenderInformation_t lri)

◆ LocalRenderInformation_getListOfLocalStyles()

ListOf_t* LocalRenderInformation_getListOfLocalStyles ( LocalRenderInformation_t lri)

◆ LocalRenderInformation_getLocalStyle()

LocalStyle_t* LocalRenderInformation_getLocalStyle ( LocalRenderInformation_t lri,
unsigned int  n 
)

◆ LocalRenderInformation_hasRequiredAttributes()

int LocalRenderInformation_hasRequiredAttributes ( const LocalRenderInformation_t lri)

◆ LocalRenderInformation_hasRequiredElements()

int LocalRenderInformation_hasRequiredElements ( const LocalRenderInformation_t lri)

◆ LocalRenderInformation_removeLocalStyle()

LocalStyle_t* LocalRenderInformation_removeLocalStyle ( LocalRenderInformation_t lri,
unsigned int  n 
)