Internal: the shape data. More...
Public Member Functions | |
ShapeData () | |
Public Attributes | |
unsigned | m_type |
the shape type More... | |
MWAWEntry | m_entry |
the shape data entry More... | |
int | m_local [2] |
the local variable More... | |
unsigned | m_ids [3] |
the text link, matrix, name id More... | |
unsigned | m_shapeIds [4] |
the shape ids More... | |
std::vector< MWAWVec2f > | m_vertices |
the shape vertices: line, ... More... | |
std::vector< unsigned > | m_children |
the childs: group More... | |
MWAWVec2i | m_grid |
the grid subdivision More... | |
int | m_specials [4] |
some special values More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, ShapeData const &s) |
operator<< More... | |
Internal: the shape data.
|
inline |
|
friend |
operator<<
std::vector<unsigned> Canvas5GraphInternal::ShapeData::m_children |
the childs: group
MWAWEntry Canvas5GraphInternal::ShapeData::m_entry |
the shape data entry
Referenced by Canvas5Graph::sendCurveText(), Canvas5Graph::sendDimension(), Canvas5Graph::sendEffect(), Canvas5Graph::sendExtrude(), and Canvas5Graph::sendText().
MWAWVec2i Canvas5GraphInternal::ShapeData::m_grid |
the grid subdivision
Referenced by Canvas5Graph::readSpecialData(), and Canvas5Graph::sendSpecial().
unsigned Canvas5GraphInternal::ShapeData::m_ids[3] |
the text link, matrix, name id
Referenced by Canvas5Graph::readShapeData(), and ShapeData().
int Canvas5GraphInternal::ShapeData::m_local[2] |
the local variable
Referenced by Canvas5Graph::readShapeData(), and ShapeData().
unsigned Canvas5GraphInternal::ShapeData::m_shapeIds[4] |
the shape ids
Referenced by Canvas5Graph::readShapeData(), and ShapeData().
int Canvas5GraphInternal::ShapeData::m_specials[4] |
some special values
Referenced by Canvas5Graph::readSpecialData(), Canvas5Graph::sendSpecial(), and ShapeData().
unsigned Canvas5GraphInternal::ShapeData::m_type |
the shape type
Referenced by Canvas5Graph::readShapeData(), Canvas5Graph::readSpecialData(), and Canvas5Graph::sendSpecial().
std::vector<MWAWVec2f> Canvas5GraphInternal::ShapeData::m_vertices |
the shape vertices: line, ...
Referenced by Canvas5Graph::readSpecialData(), and Canvas5Graph::sendSpecial().