Internal: the shape of a Canvas5Graph. More...
Public Member Functions | |
Shape () | |
constructor | |
std::string | getTypeName () const |
returns the type name | |
Public Attributes | |
int | m_type |
the shape type | |
int | m_id |
the shape id | |
MWAWBox2f | m_initialBox |
the original box | |
MWAWBox2f | m_bdbox |
the bounding box | |
long | m_pos |
the beginning position | |
int | m_values [4] |
some unknown value | |
int | m_flags [3] |
some unknown flag | |
bool | m_sent |
a flag to know if the shape is already send | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Shape const &s) |
operator<< | |
Internal: the shape of a Canvas5Graph.
|
inline |
constructor
|
inline |
returns the type name
Referenced by Canvas5Graph::readShapeData().
|
friend |
operator<<
MWAWBox2f Canvas5GraphInternal::Shape::m_bdbox |
the bounding box
Referenced by Canvas5Graph::readShapes().
int Canvas5GraphInternal::Shape::m_flags[3] |
some unknown flag
Referenced by Canvas5Graph::readShapeData(), Canvas5Graph::readShapes(), and Shape().
int Canvas5GraphInternal::Shape::m_id |
the shape id
Referenced by Canvas5Graph::readShapes().
MWAWBox2f Canvas5GraphInternal::Shape::m_initialBox |
long Canvas5GraphInternal::Shape::m_pos |
the beginning position
Referenced by Canvas5Graph::readShapeData(), Canvas5Graph::readShapes(), and Canvas5Graph::send().
|
mutable |
a flag to know if the shape is already send
int Canvas5GraphInternal::Shape::m_type |
the shape type
Referenced by getTypeName(), Canvas5Graph::readShapeData(), Canvas5Graph::readShapes(), and Canvas5Graph::send().
int Canvas5GraphInternal::Shape::m_values[4] |
some unknown value
Referenced by Canvas5Graph::readShapes(), Canvas5Graph::send(), and Shape().