|
void | StarGraphicAttribute::addAttributeBool (std::map< int, std::shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, bool defValue) |
| add a bool attribute
|
|
void | StarGraphicAttribute::addAttributeColor (std::map< int, std::shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, STOFFColor const &defValue) |
| add a color attribute
|
|
void | StarGraphicAttribute::addAttributeFraction (std::map< int, std::shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName) |
| add a fraction attribute
|
|
void | StarGraphicAttribute::addAttributeInt (std::map< int, std::shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, int numBytes, int defValue) |
| add a int attribute
|
|
void | StarGraphicAttribute::addAttributeUInt (std::map< int, std::shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, int numBytes, unsigned int defValue) |
| add a unsigned int attribute
|
|
void | StarGraphicAttribute::addAttributeVoid (std::map< int, std::shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName) |
| add a void attribute
|
|
void | StarGraphicAttribute::addInitTo (std::map< int, std::shared_ptr< StarAttribute > > &whichToAttributeMap) |
| adds graphic attribute to the general it to attribute map
|
|