libSBML C++ API  5.20.4
Style.cpp File Reference

Implementation of the Style class. More...

Include dependency graph for Style.cpp:

Functions

Style_tStyle_clone (const Style_t *s)
 
Style_tStyle_createGlobalStyle (unsigned int level, unsigned int version, unsigned int pkgVersion)
 
Style_tStyle_createLocalStyle (unsigned int level, unsigned int version, unsigned int pkgVersion)
 
void Style_free (Style_t *s)
 
const RenderGroup_tStyle_getGroup (const Style_t *s)
 
char * Style_getId (const Style_t *s)
 
char * Style_getName (const Style_t *s)
 
int Style_hasRequiredAttributes (const Style_t *s)
 
int Style_isGlobalStyle (const Style_t *s)
 
int Style_isLocalStyle (const Style_t *s)
 
int Style_isSetGroup (const Style_t *s)
 
int Style_isSetId (const Style_t *s)
 * More...
 
int Style_isSetName (const Style_t *s)
 
int Style_setGroup (Style_t *s, const RenderGroup_t *group)
 
int Style_setId (Style_t *s, const char *id)
 
int Style_setName (Style_t *s, const char *name)
 
int Style_setRoleList (Style_t *s, const char *roleList)
 
int Style_setTypeList (Style_t *s, const char *typeList)
 
int Style_unsetGroup (Style_t *s)
 
int Style_unsetId (Style_t *s)
 
int Style_unsetName (Style_t *s)
 

Detailed Description

Implementation of the Style class.

Author
Ralph Gauges
Frank T. Bergmann

Function Documentation

◆ Style_clone()

Style_t* Style_clone ( const Style_t s)

◆ Style_createGlobalStyle()

Style_t* Style_createGlobalStyle ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

◆ Style_createLocalStyle()

Style_t* Style_createLocalStyle ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

◆ Style_free()

void Style_free ( Style_t s)

◆ Style_getGroup()

const RenderGroup_t* Style_getGroup ( const Style_t s)

◆ Style_getId()

char* Style_getId ( const Style_t s)

◆ Style_getName()

char* Style_getName ( const Style_t s)

◆ Style_hasRequiredAttributes()

int Style_hasRequiredAttributes ( const Style_t s)

◆ Style_isGlobalStyle()

int Style_isGlobalStyle ( const Style_t s)

◆ Style_isLocalStyle()

int Style_isLocalStyle ( const Style_t s)

◆ Style_isSetGroup()

int Style_isSetGroup ( const Style_t s)

◆ Style_isSetId()

int Style_isSetId ( const Style_t s)

*

*

◆ Style_isSetName()

int Style_isSetName ( const Style_t s)

◆ Style_setGroup()

int Style_setGroup ( Style_t s,
const RenderGroup_t group 
)

◆ Style_setId()

int Style_setId ( Style_t s,
const char *  id 
)

◆ Style_setName()

int Style_setName ( Style_t s,
const char *  name 
)

◆ Style_setRoleList()

int Style_setRoleList ( Style_t s,
const char *  roleList 
)

◆ Style_setTypeList()

int Style_setTypeList ( Style_t s,
const char *  typeList 
)

◆ Style_unsetGroup()

int Style_unsetGroup ( Style_t s)

◆ Style_unsetId()

int Style_unsetId ( Style_t s)

◆ Style_unsetName()

int Style_unsetName ( Style_t s)