a character bool attribute More...
Public Member Functions | |
StarPAttributeBool (Type type, std::string const &debugName, bool value) | |
constructor | |
~StarPAttributeBool () | |
destructor | |
virtual shared_ptr< StarAttribute > | create () const |
create a new attribute | |
virtual void | addTo (StarState &state, std::set< StarAttribute const * > &) const |
add to a para | |
Protected Member Functions | |
StarPAttributeBool (StarPAttributeBool const &orig) | |
copy constructor |
a character bool attribute
StarParagraphAttribute::StarPAttributeBool::StarPAttributeBool | ( | Type | type, |
std::string const & | debugName, | ||
bool | value | ||
) | [inline] |
constructor
Referenced by create().
StarParagraphAttribute::StarPAttributeBool::StarPAttributeBool | ( | StarPAttributeBool const & | orig | ) | [inline, protected] |
copy constructor
void StarParagraphAttribute::StarPAttributeBool::addTo | ( | StarState & | state, |
std::set< StarAttribute const * > & | |||
) | const [virtual] |
add to a para
Reimplemented from StarAttribute.
virtual shared_ptr<StarAttribute> StarParagraphAttribute::StarPAttributeBool::create | ( | ) | const [inline, virtual] |
create a new attribute
Reimplemented from StarAttributeBool.