|
libSBML C++ API
5.18.0
|
Implementation of the Style class. More...
Functions | |
| 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) |
| * 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) |
Implementation of the Style class.
| 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 | ) |