|
| | StarGAttributeColor (Type type, std::string const &debugName, STOFFColor const &value) |
| | constructor
|
| | ~StarGAttributeColor () final |
| | destructor
|
| std::shared_ptr< StarAttribute > | create () const final |
| | create a new attribute
|
| | StarAttributeColor (Type type, std::string const &debugName, STOFFColor const &value) |
| | constructor
|
| bool | read (StarZone &zone, int vers, long endPos, StarObject &object) override |
| | read a zone
|
| void | printData (libstoff::DebugStream &o) const override |
| | debug function to print the data
|
| virtual | ~StarAttribute () |
| | destructor
|
| Type | getType () const |
| | returns the attribute type
|
| void | addTo (StarState &state) const |
| | add to a state
|
| bool | send (STOFFListenerPtr &listener, StarState &state) const |
| | add to send the zone data
|
| virtual void | addTo (StarState &, std::set< StarAttribute const * > &) const |
| | add to a state(internal)
|
| virtual bool | send (STOFFListenerPtr &, StarState &, std::set< StarAttribute const * > &) const |
| | try to send the child zone(internal)
|
| std::string const & | getDebugName () const |
| | returns the debug name
|
| virtual void | print (libstoff::DebugStream &o, std::set< StarAttribute const * > &done) const |
| | debug function to print the data
|