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