#include <VSDStencils.h>
Public Member Functions | |
VSDShape () | |
VSDShape (const VSDShape &shape) | |
~VSDShape () | |
VSDShape & | operator= (const VSDShape &shape) |
void | clear () |
Public Attributes | |
std::map< unsigned, VSDGeometryList > | m_geometries |
VSDShapeList | m_shapeList |
VSDFieldList | m_fields |
ForeignData * | m_foreign |
unsigned | m_parent |
unsigned | m_masterPage |
unsigned | m_masterShape |
unsigned | m_shapeId |
unsigned | m_lineStyleId |
unsigned | m_fillStyleId |
unsigned | m_textStyleId |
VSDOptionalLineStyle | m_lineStyle |
VSDOptionalFillStyle | m_fillStyle |
VSDOptionalTextBlockStyle | m_textBlockStyle |
VSDOptionalCharStyle | m_charStyle |
VSDCharacterList | m_charList |
VSDOptionalParaStyle | m_paraStyle |
VSDParagraphList | m_paraList |
WPXBinaryData | m_text |
std::map< unsigned, VSDName > | m_names |
TextFormat | m_textFormat |
std::map< unsigned, NURBSData > | m_nurbsData |
std::map< unsigned, PolylineData > | m_polylineData |
XForm | m_xform |
XForm * | m_txtxform |
libvisio::VSDShape::VSDShape | ( | ) |
libvisio::VSDShape::VSDShape | ( | const VSDShape & | shape | ) |
libvisio::VSDShape::~VSDShape | ( | ) |
void libvisio::VSDShape::clear | ( | ) |
libvisio::VSDShape & libvisio::VSDShape::operator= | ( | const VSDShape & | shape | ) |
Referenced by operator=(), and libvisio::VSDXMLParserBase::readShape().
Referenced by operator=().
Referenced by operator=().
Referenced by operator=().
unsigned libvisio::VSDShape::m_fillStyleId |
Referenced by operator=().
std::map<unsigned, VSDGeometryList> libvisio::VSDShape::m_geometries |
Referenced by operator=(), and libvisio::VSDXMLParserBase::readShape().
Referenced by operator=().
unsigned libvisio::VSDShape::m_lineStyleId |
Referenced by operator=().
unsigned libvisio::VSDShape::m_masterPage |
Referenced by operator=().
unsigned libvisio::VSDShape::m_masterShape |
Referenced by operator=().
std::map< unsigned, VSDName > libvisio::VSDShape::m_names |
Referenced by operator=().
std::map<unsigned, NURBSData> libvisio::VSDShape::m_nurbsData |
Referenced by operator=().
Referenced by operator=(), and libvisio::VSDXMLParserBase::readShape().
Referenced by operator=().
unsigned libvisio::VSDShape::m_parent |
Referenced by operator=().
std::map<unsigned, PolylineData> libvisio::VSDShape::m_polylineData |
Referenced by operator=().
unsigned libvisio::VSDShape::m_shapeId |
Referenced by operator=().
Referenced by operator=().
WPXBinaryData libvisio::VSDShape::m_text |
Referenced by operator=(), libvisio::VSDParser::readShape(), and libvisio::VSD5Parser::readShape().
unsigned libvisio::VSDShape::m_textStyleId |
Referenced by operator=().
Referenced by operator=(), and libvisio::VSDXMLParserBase::readShape().
Referenced by operator=(), and libvisio::VSDXMLParserBase::readShape().