a void attribute More...
Public Member Functions | |
| StarGAttributeVoid (Type type, std::string const &debugName) | |
| constructor | |
| ~StarGAttributeVoid () | |
| destructor | |
| virtual shared_ptr< StarAttribute > | create () const |
| create a new attribute | |
| virtual void | addTo (StarState &state, std::set< StarAttribute const * > &) const |
| add to a graphic style | |
Protected Member Functions | |
| StarGAttributeVoid (StarGAttributeVoid const &orig) | |
| copy constructor | |
a void attribute
| StarGraphicAttribute::StarGAttributeVoid::StarGAttributeVoid | ( | Type | type, |
| std::string const & | debugName | ||
| ) | [inline] |
constructor
Referenced by create().
| StarGraphicAttribute::StarGAttributeVoid::StarGAttributeVoid | ( | StarGAttributeVoid const & | orig | ) | [inline, protected] |
copy constructor
| void StarGraphicAttribute::StarGAttributeVoid::addTo | ( | StarState & | state, |
| std::set< StarAttribute const * > & | |||
| ) | const [virtual] |
add to a graphic style
Reimplemented from StarAttribute.
| virtual shared_ptr<StarAttribute> StarGraphicAttribute::StarGAttributeVoid::create | ( | ) | const [inline, virtual] |
create a new attribute
Reimplemented from StarAttributeVoid.