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
Referenced by operator<<.
|
inline |
returns the type name
Referenced by operator<<, and Canvas5Graph::readShapeData().
|
friend |
operator<<
MWAWBox2f Canvas5GraphInternal::Shape::m_bdbox |
the bounding box
Referenced by operator<<, Canvas5Graph::readShapes(), and Shape().
int Canvas5GraphInternal::Shape::m_flags[3] |
some unknown flag
Referenced by operator<<, Canvas5Graph::readShapeData(), Canvas5Graph::readShapes(), and Shape().
int Canvas5GraphInternal::Shape::m_id |
the shape id
Referenced by Canvas5Graph::readShapes(), and Shape().
MWAWBox2f Canvas5GraphInternal::Shape::m_initialBox |
long Canvas5GraphInternal::Shape::m_pos |
the beginning position
Referenced by operator<<, Canvas5Graph::readShapeData(), Canvas5Graph::readShapes(), Canvas5Graph::send(), and Shape().
|
mutable |
a flag to know if the shape is already send
Referenced by Shape().
int Canvas5GraphInternal::Shape::m_type |
the shape type
Referenced by getTypeName(), operator<<, Canvas5Graph::readShapeData(), Canvas5Graph::readShapes(), Canvas5Graph::send(), and Shape().
int Canvas5GraphInternal::Shape::m_values[4] |
some unknown value
Referenced by operator<<, Canvas5Graph::readShapes(), Canvas5Graph::send(), and Shape().