libSBML C++ API  5.18.0
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_t* Style_clone ( const Style_t s)
Style_t* Style_createGlobalStyle ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)
Style_t* Style_createLocalStyle ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)
void Style_free ( Style_t s)
const RenderGroup_t* Style_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)

*

*

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)