Loading [MathJax]/extensions/tex2jax.js
libSBML C++ API  5.20.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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

◆ GlobalRenderInformation_addGlobalStyle()

int GlobalRenderInformation_addGlobalStyle ( GlobalRenderInformation_t gri,
const GlobalStyle_t gs 
)

◆ GlobalRenderInformation_clone()

GlobalRenderInformation_t* GlobalRenderInformation_clone ( const GlobalRenderInformation_t gri)

◆ GlobalRenderInformation_create()

GlobalRenderInformation_t* GlobalRenderInformation_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

◆ GlobalRenderInformation_createGlobalStyle()

GlobalStyle_t* GlobalRenderInformation_createGlobalStyle ( GlobalRenderInformation_t gri)

◆ GlobalRenderInformation_free()

void GlobalRenderInformation_free ( GlobalRenderInformation_t gri)

◆ GlobalRenderInformation_getGlobalStyle()

GlobalStyle_t* GlobalRenderInformation_getGlobalStyle ( GlobalRenderInformation_t gri,
unsigned int  n 
)

◆ GlobalRenderInformation_getListOfGlobalStyles()

ListOf_t* GlobalRenderInformation_getListOfGlobalStyles ( GlobalRenderInformation_t gri)

◆ GlobalRenderInformation_getNumGlobalStyles()

unsigned int GlobalRenderInformation_getNumGlobalStyles ( GlobalRenderInformation_t gri)

◆ GlobalRenderInformation_hasRequiredAttributes()

int GlobalRenderInformation_hasRequiredAttributes ( const GlobalRenderInformation_t gri)

◆ GlobalRenderInformation_hasRequiredElements()

int GlobalRenderInformation_hasRequiredElements ( const GlobalRenderInformation_t gri)

◆ GlobalRenderInformation_removeGlobalStyle()

GlobalStyle_t* GlobalRenderInformation_removeGlobalStyle ( GlobalRenderInformation_t gri,
unsigned int  n 
)