namespace used to contain graphic attributes (and some cell attributes which are similar) More...
Classes | |
| class | StarGAttributeBool |
| a character bool attribute More... | |
| class | StarGAttributeColor |
| a character color attribute More... | |
| class | StarGAttributeFraction |
| an integer attribute More... | |
| class | StarGAttributeInt |
| a character integer attribute More... | |
| class | StarGAttributeUInt |
| a character unsigned integer attribute More... | |
| class | StarGAttributeVoid |
| a void attribute More... | |
| class | StarGAttributeItemSet |
| a list of item attribute of StarAttributeInternal More... | |
| class | StarGAttributeBorder |
| a border attribute More... | |
| class | StarGAttributeBoxInfo |
| a box info attribute More... | |
| class | StarGAttributeBrush |
| a brush attribute More... | |
| class | StarGAttributeCrop |
| a crop attribute More... | |
| class | StarGAttributeFrameSize |
| a frameSize attribute More... | |
| class | StarGAttributeNamed |
| a named attribute More... | |
| class | StarGAttributeNamedArrow |
| a arrow's named attribute More... | |
| class | StarGAttributeNamedBitmap |
| a bitmap's named attribute More... | |
| class | StarGAttributeNamedColor |
| a color's named attribute More... | |
| class | StarGAttributeNamedDash |
| a dash's named attribute More... | |
| class | StarGAttributeNamedGradient |
| a gradient's named attribute More... | |
| class | StarGAttributeNamedHatch |
| a hatch's named attribute More... | |
| class | StarGAttributeShadow |
| a shadow attribute More... | |
Functions | |
| void | addAttributeBool (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, bool defValue) |
| add a bool attribute | |
| void | addAttributeColor (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, STOFFColor const &defValue) |
| add a color attribute | |
| void | addAttributeFraction (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName) |
| add a fraction attribute | |
| void | addAttributeInt (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, int numBytes, int defValue) |
| add a int attribute | |
| void | addAttributeUInt (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, int numBytes, unsigned int defValue) |
| add a unsigned int attribute | |
| void | addAttributeVoid (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName) |
| add a void attribute | |
| void | addInitTo (std::map< int, shared_ptr< StarAttribute > > &whichToAttributeMap) |
| adds graphic attribute to the general it to attribute map | |
namespace used to contain graphic attributes (and some cell attributes which are similar)
| void StarGraphicAttribute::addAttributeBool | ( | std::map< int, shared_ptr< StarAttribute > > & | map, |
| StarAttribute::Type | type, | ||
| std::string const & | debugName, | ||
| bool | defValue | ||
| ) | [inline] |
add a bool attribute
Referenced by addInitTo().
| void StarGraphicAttribute::addAttributeColor | ( | std::map< int, shared_ptr< StarAttribute > > & | map, |
| StarAttribute::Type | type, | ||
| std::string const & | debugName, | ||
| STOFFColor const & | defValue | ||
| ) | [inline] |
add a color attribute
| void StarGraphicAttribute::addAttributeFraction | ( | std::map< int, shared_ptr< StarAttribute > > & | map, |
| StarAttribute::Type | type, | ||
| std::string const & | debugName | ||
| ) | [inline] |
add a fraction attribute
Referenced by addInitTo().
| void StarGraphicAttribute::addAttributeInt | ( | std::map< int, shared_ptr< StarAttribute > > & | map, |
| StarAttribute::Type | type, | ||
| std::string const & | debugName, | ||
| int | numBytes, | ||
| int | defValue | ||
| ) | [inline] |
add a int attribute
Referenced by addInitTo().
| void StarGraphicAttribute::addAttributeUInt | ( | std::map< int, shared_ptr< StarAttribute > > & | map, |
| StarAttribute::Type | type, | ||
| std::string const & | debugName, | ||
| int | numBytes, | ||
| unsigned int | defValue | ||
| ) | [inline] |
add a unsigned int attribute
Referenced by addInitTo().
| void StarGraphicAttribute::addAttributeVoid | ( | std::map< int, shared_ptr< StarAttribute > > & | map, |
| StarAttribute::Type | type, | ||
| std::string const & | debugName | ||
| ) | [inline] |
add a void attribute
Referenced by addInitTo().
| void StarGraphicAttribute::addInitTo | ( | std::map< int, shared_ptr< StarAttribute > > & | map | ) |
adds graphic attribute to the general it to attribute map