struct use an attribute and a position More...
#include <StarWriterStruct.hxx>
Public Member Functions | |
Attribute () | |
constructor More... | |
~Attribute () | |
destructor More... | |
bool | read (StarZone &zone, StarObject &object) |
try to read a attribute: 'A' More... | |
Static Public Member Functions | |
static bool | readList (StarZone &zone, std::vector< Attribute > &attributeList, StarObject &object) |
try to read a list of attribute: 'S' More... | |
Public Attributes | |
std::shared_ptr< StarAttribute > | m_attribute |
the attribute More... | |
STOFFVec2i | m_position |
the begin/end position More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Attribute const &attribute) |
operator<< More... | |
struct use an attribute and a position
|
inline |
constructor
StarWriterStruct::Attribute::~Attribute | ( | ) |
destructor
bool StarWriterStruct::Attribute::read | ( | StarZone & | zone, |
StarObject & | object | ||
) |
try to read a attribute: 'A'
Referenced by readList(), and StarObjectText::readSWTextZone().
|
static |
try to read a list of attribute: 'S'
Referenced by StarObjectPageStyleInternal::PageDesc::read(), StarFormatManager::readSWFormatDef(), StarObjectText::readSWGraphNode(), and StarObjectText::readSWTextZone().
|
friend |
operator<<
std::shared_ptr<StarAttribute> StarWriterStruct::Attribute::m_attribute |
the attribute
Referenced by StarWriterStruct::operator<<(), and read().
STOFFVec2i StarWriterStruct::Attribute::m_position |
the begin/end position
Referenced by StarWriterStruct::operator<<(), and read().