a character integer attribute More...
Public Member Functions | |
| StarCAttributeInt (Type type, std::string const &debugName, int intSize, int value) | |
| 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 | |
| StarCAttributeInt (StarCAttributeInt const &orig) | |
| copy constructor | |
a character integer attribute
| StarCharAttribute::StarCAttributeInt::StarCAttributeInt | ( | Type | type, |
| std::string const & | debugName, | ||
| int | intSize, | ||
| int | value | ||
| ) | [inline] |
constructor
Referenced by create().
| StarCharAttribute::StarCAttributeInt::StarCAttributeInt | ( | StarCAttributeInt const & | orig | ) | [inline, protected] |
copy constructor
| void StarCharAttribute::StarCAttributeInt::addTo | ( | StarState & | state, |
| std::set< StarAttribute const * > & | |||
| ) | const [virtual] |
add to a font
Reimplemented from StarAttribute.
| virtual shared_ptr<StarAttribute> StarCharAttribute::StarCAttributeInt::create | ( | ) | const [inline, virtual] |
create a new attribute
Reimplemented from StarAttributeInt.