struct use an attribute and a position More...
#include <StarWriterStruct.hxx>
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< StarAttribute > | m_attribute |
the attribute | |
STOFFVec2i | m_position |
the begin/end position | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Attribute const &attribute) |
operator<< |
struct use an attribute and a position
StarWriterStruct::Attribute::Attribute | ( | ) | [inline] |
constructor
destructor
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] |
try to read a list of attribute: 'S'
Referenced by StarObjectPageStyleInternal::PageDesc::read(), StarFormatManager::readSWFormatDef(), StarObjectText::readSWGraphNode(), and StarObjectText::readSWTextZone().
std::ostream& operator<< | ( | std::ostream & | o, |
Attribute const & | attribute | ||
) | [friend] |
operator<<
the attribute
Referenced by StarObjectTextInternal::TextZone::inventoryPage(), StarWriterStruct::operator<<(), read(), and StarObjectTextInternal::TextZone::send().
the begin/end position
Referenced by StarObjectTextInternal::TextZone::inventoryPage(), StarWriterStruct::operator<<(), read(), and StarObjectTextInternal::TextZone::send().