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