StarWriterStruct::Attribute Struct Reference

struct use an attribute and a position More...

#include <StarWriterStruct.hxx>

List of all members.

Public Member Functions

 Attribute ()
 constructor
 ~Attribute ()
 destructor
bool read (StarZone &zone, StarObject &object)
 try to read a attribute: 'A'

Static Public Member Functions

static bool readList (StarZone &zone, std::vector< Attribute > &attributeList, StarObject &object)
 try to read a list of attribute: 'S'

Public Attributes

shared_ptr< StarAttributem_attribute
 the attribute
STOFFVec2i m_position
 the begin/end position

Friends

std::ostream & operator<< (std::ostream &o, Attribute const &attribute)
 operator<<

Detailed Description

struct use an attribute and a position


Constructor & Destructor Documentation

constructor


Member Function Documentation

bool StarWriterStruct::Attribute::read ( StarZone zone,
StarObject object 
)

try to read a attribute: 'A'

Referenced by readList(), and StarObjectText::readSWTextZone().

bool StarWriterStruct::Attribute::readList ( StarZone zone,
std::vector< Attribute > &  attributeList,
StarObject object 
) [static]

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Attribute const &  attribute 
) [friend]

operator<<


Member Data Documentation


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