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