|
libSBML C++ API
5.20.5
|
Implementation of the ColorDefinition class. More...
Implementation of the ColorDefinition class.
| ColorDefinition_t * ColorDefinition_clone | ( | const ColorDefinition_t * | cd | ) |
| ColorDefinition_t * ColorDefinition_create | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| void ColorDefinition_free | ( | ColorDefinition_t * | cd | ) |
| char * ColorDefinition_getId | ( | const ColorDefinition_t * | cd | ) |
| char * ColorDefinition_getName | ( | const ColorDefinition_t * | cd | ) |
| char * ColorDefinition_getValue | ( | const ColorDefinition_t * | cd | ) |
| int ColorDefinition_hasRequiredAttributes | ( | const ColorDefinition_t * | cd | ) |
| int ColorDefinition_isSetId | ( | const ColorDefinition_t * | cd | ) |
| int ColorDefinition_isSetName | ( | const ColorDefinition_t * | cd | ) |
| int ColorDefinition_isSetValue | ( | const ColorDefinition_t * | cd | ) |
| int ColorDefinition_setId | ( | ColorDefinition_t * | cd, |
| const char * | id | ||
| ) |
| int ColorDefinition_setName | ( | ColorDefinition_t * | cd, |
| const char * | name | ||
| ) |
| int ColorDefinition_setValue | ( | ColorDefinition_t * | cd, |
| const char * | value | ||
| ) |
| int ColorDefinition_unsetId | ( | ColorDefinition_t * | cd | ) |
| int ColorDefinition_unsetName | ( | ColorDefinition_t * | cd | ) |
| int ColorDefinition_unsetValue | ( | ColorDefinition_t * | cd | ) |