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