a list of item attribute of StarAttributeInternal More...
Public Member Functions | |
| StarPAttributeItemSet (Type type, std::string const &debugName, std::vector< STOFFVec2i > const &limits) | |
| constructor | |
| virtual shared_ptr< StarAttribute > | create () const |
| create a new attribute | |
| virtual void | addTo (StarState &state, std::set< StarAttribute const * > &done) const |
| add to a pageSpan | |
Protected Member Functions | |
| StarPAttributeItemSet (StarAttributeItemSet const &orig) | |
| copy constructor | |
a list of item attribute of StarAttributeInternal
| StarPageAttribute::StarPAttributeItemSet::StarPAttributeItemSet | ( | Type | type, |
| std::string const & | debugName, | ||
| std::vector< STOFFVec2i > const & | limits | ||
| ) | [inline] |
constructor
Referenced by create().
| StarPageAttribute::StarPAttributeItemSet::StarPAttributeItemSet | ( | StarAttributeItemSet const & | orig | ) | [inline, explicit, protected] |
copy constructor
| void StarPageAttribute::StarPAttributeItemSet::addTo | ( | StarState & | state, |
| std::set< StarAttribute const * > & | done | ||
| ) | const [virtual] |
add to a pageSpan
Reimplemented from StarAttributeItemSet.
| virtual shared_ptr<StarAttribute> StarPageAttribute::StarPAttributeItemSet::create | ( | ) | const [inline, virtual] |
create a new attribute
Reimplemented from StarAttributeItemSet.