#include <iostream>#include "STOFFCellStyle.hxx"#include "STOFFFont.hxx"#include "STOFFGraphicStyle.hxx"#include "STOFFPageSpan.hxx"#include "STOFFParagraph.hxx"#include "StarAttribute.hxx"#include "StarBitmap.hxx"#include "StarGraphicStruct.hxx"#include "StarItemPool.hxx"#include "StarObject.hxx"#include "StarState.hxx"#include "StarZone.hxx"#include "StarGraphicAttribute.hxx"Classes | |
| class | StarGraphicAttribute::StarGAttributeBool |
| a character bool attribute More... | |
| class | StarGraphicAttribute::StarGAttributeColor |
| a character color attribute More... | |
| class | StarGraphicAttribute::StarGAttributeFraction |
| an integer attribute More... | |
| class | StarGraphicAttribute::StarGAttributeInt |
| a character integer attribute More... | |
| class | StarGraphicAttribute::StarGAttributeUInt |
| a character unsigned integer attribute More... | |
| class | StarGraphicAttribute::StarGAttributeVoid |
| a void attribute More... | |
| class | StarGraphicAttribute::StarGAttributeItemSet |
| a list of item attribute of StarAttributeInternal More... | |
| class | StarGraphicAttribute::StarGAttributeBorder |
| a border attribute More... | |
| class | StarGraphicAttribute::StarGAttributeBoxInfo |
| a box info attribute More... | |
| class | StarGraphicAttribute::StarGAttributeBrush |
| a brush attribute More... | |
| class | StarGraphicAttribute::StarGAttributeCrop |
| a crop attribute More... | |
| class | StarGraphicAttribute::StarGAttributeFrameSize |
| a frameSize attribute More... | |
| class | StarGraphicAttribute::StarGAttributeNamed |
| a named attribute More... | |
| class | StarGraphicAttribute::StarGAttributeNamedArrow |
| a arrow's named attribute More... | |
| class | StarGraphicAttribute::StarGAttributeNamedBitmap |
| a bitmap's named attribute More... | |
| class | StarGraphicAttribute::StarGAttributeNamedColor |
| a color's named attribute More... | |
| class | StarGraphicAttribute::StarGAttributeNamedDash |
| a dash's named attribute More... | |
| class | StarGraphicAttribute::StarGAttributeNamedGradient |
| a gradient's named attribute More... | |
| class | StarGraphicAttribute::StarGAttributeNamedHatch |
| a hatch's named attribute More... | |
| class | StarGraphicAttribute::StarGAttributeShadow |
| a shadow attribute More... | |
Namespaces | |
| namespace | StarGraphicAttribute |
namespace used to contain graphic attributes (and some cell attributes which are similar) | |
Functions | |
| void | StarGraphicAttribute::addAttributeBool (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, bool defValue) |
| add a bool attribute | |
| void | StarGraphicAttribute::addAttributeColor (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName, STOFFColor const &defValue) |
| add a color attribute | |
| void | StarGraphicAttribute::addAttributeFraction (std::map< int, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName) |
| add a fraction attribute | |
| void | StarGraphicAttribute::addAttributeInt (std::map< int, 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, 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, shared_ptr< StarAttribute > > &map, StarAttribute::Type type, std::string const &debugName) |
| add a void attribute | |
| void | StarGraphicAttribute::addInitTo (std::map< int, shared_ptr< StarAttribute > > &whichToAttributeMap) |
| adds graphic attribute to the general it to attribute map | |