StarAttributeBool Class Reference

a boolean attribute More...

#include <StarAttribute.hxx>

Inheritance diagram for StarAttributeBool:
StarAttribute StarCellAttribute::StarCAttributeBool StarCharAttribute::StarCAttributeBool StarGraphicAttribute::StarGAttributeBool StarPageAttribute::StarPAttributeBool StarParagraphAttribute::StarPAttributeBool

List of all members.

Public Member Functions

 StarAttributeBool (Type type, std::string const &debugName, bool value)
 constructor
virtual shared_ptr< StarAttributecreate () const
 create a new attribute
virtual bool read (StarZone &zone, int ver, long endPos, StarObject &object)
 read a zone
virtual void printData (libstoff::DebugStream &o) const
 debug function to print the data

Protected Member Functions

 StarAttributeBool (StarAttributeBool const &orig)
 copy constructor

Protected Attributes

bool m_value

Detailed Description

a boolean attribute


Constructor & Destructor Documentation

StarAttributeBool::StarAttributeBool ( Type  type,
std::string const &  debugName,
bool  value 
) [inline]

constructor

Referenced by create().

StarAttributeBool::StarAttributeBool ( StarAttributeBool const &  orig) [inline, protected]

copy constructor


Member Function Documentation

virtual void StarAttributeBool::printData ( libstoff::DebugStream o) const [inline, virtual]

debug function to print the data

Reimplemented from StarAttribute.

bool StarAttributeBool::read ( StarZone zone,
int  ver,
long  endPos,
StarObject object 
) [virtual]

read a zone

Implements StarAttribute.


Member Data Documentation


The documentation for this class was generated from the following files: