libSBML C++ API  5.18.0
GlobalRenderInformation.cpp File Reference

class for the storage of global render information More...

Include dependency graph for GlobalRenderInformation.cpp:

Functions

int GlobalRenderInformation_addGlobalStyle (GlobalRenderInformation_t *gri, const GlobalStyle_t *gs)
 
GlobalRenderInformation_tGlobalRenderInformation_clone (const GlobalRenderInformation_t *gri)
 
GlobalRenderInformation_tGlobalRenderInformation_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
 
GlobalStyle_tGlobalRenderInformation_createGlobalStyle (GlobalRenderInformation_t *gri)
 
void GlobalRenderInformation_free (GlobalRenderInformation_t *gri)
 
GlobalStyle_tGlobalRenderInformation_getGlobalStyle (GlobalRenderInformation_t *gri, unsigned int n)
 
ListOf_tGlobalRenderInformation_getListOfGlobalStyles (GlobalRenderInformation_t *gri)
 
unsigned int GlobalRenderInformation_getNumGlobalStyles (GlobalRenderInformation_t *gri)
 
int GlobalRenderInformation_hasRequiredAttributes (const GlobalRenderInformation_t *gri)
 
int GlobalRenderInformation_hasRequiredElements (const GlobalRenderInformation_t *gri)
 
GlobalStyle_tGlobalRenderInformation_removeGlobalStyle (GlobalRenderInformation_t *gri, unsigned int n)
 

Detailed Description

class for the storage of global render information

Author
Ralph Gauges
Frank T. Bergmann

Function Documentation

int GlobalRenderInformation_addGlobalStyle ( GlobalRenderInformation_t gri,
const GlobalStyle_t gs 
)
GlobalRenderInformation_t* GlobalRenderInformation_clone ( const GlobalRenderInformation_t gri)
GlobalRenderInformation_t* GlobalRenderInformation_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)
GlobalStyle_t* GlobalRenderInformation_createGlobalStyle ( GlobalRenderInformation_t gri)
void GlobalRenderInformation_free ( GlobalRenderInformation_t gri)
GlobalStyle_t* GlobalRenderInformation_getGlobalStyle ( GlobalRenderInformation_t gri,
unsigned int  n 
)
ListOf_t* GlobalRenderInformation_getListOfGlobalStyles ( GlobalRenderInformation_t gri)
unsigned int GlobalRenderInformation_getNumGlobalStyles ( GlobalRenderInformation_t gri)
int GlobalRenderInformation_hasRequiredAttributes ( const GlobalRenderInformation_t gri)
int GlobalRenderInformation_hasRequiredElements ( const GlobalRenderInformation_t gri)
GlobalStyle_t* GlobalRenderInformation_removeGlobalStyle ( GlobalRenderInformation_t gri,
unsigned int  n 
)