a character unsigned integer attribute More...
Public Member Functions | |
StarPAttributeViewMode (Type type, std::string const &debugName) | |
constructor | |
virtual shared_ptr< StarAttribute > | create () const |
create a new attribute | |
virtual void | addTo (StarState &state, std::set< StarAttribute const * > &) const |
add to a page | |
bool | read (StarZone &zone, int vers, long endPos, StarObject &object) |
try to read a field | |
void | printData (libstoff::DebugStream &o) const |
print data | |
Protected Member Functions | |
StarPAttributeViewMode (StarPAttributeUInt const &orig) | |
copy constructor |
a character unsigned integer attribute
StarPageAttribute::StarPAttributeViewMode::StarPAttributeViewMode | ( | Type | type, |
std::string const & | debugName | ||
) | [inline] |
constructor
Referenced by create().
StarPageAttribute::StarPAttributeViewMode::StarPAttributeViewMode | ( | StarPAttributeUInt const & | orig | ) | [inline, explicit, protected] |
copy constructor
void StarPageAttribute::StarPAttributeViewMode::addTo | ( | StarState & | state, |
std::set< StarAttribute const * > & | |||
) | const [virtual] |
add to a page
Reimplemented from StarAttribute.
virtual shared_ptr<StarAttribute> StarPageAttribute::StarPAttributeViewMode::create | ( | ) | const [inline, virtual] |
create a new attribute
Reimplemented from StarAttributeUInt.
void StarPageAttribute::StarPAttributeViewMode::printData | ( | libstoff::DebugStream & | o | ) | const [inline, virtual] |
print data
Reimplemented from StarAttributeUInt.
bool StarPageAttribute::StarPAttributeViewMode::read | ( | StarZone & | zone, |
int | vers, | ||
long | endPos, | ||
StarObject & | object | ||
) | [inline, virtual] |
try to read a field
Reimplemented from StarAttributeUInt.