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