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