Internal: the geometrical graph of a HMWJGraph. More...
Public Member Functions | |
ShapeGraph (Frame const &orig) | |
constructor More... | |
virtual bool | valid () const |
returns true if the frame data are read More... | |
std::string | print () const |
print local data More... | |
![]() | |
Frame () | |
constructor More... | |
Box2f | getBdBox () const |
return the frame bdbox More... | |
virtual | ~Frame () |
destructor More... | |
Public Attributes | |
MWAWGraphicShape | m_shape |
the shape m_shape More... | |
int | m_arrowsFlag |
the lines arrow flag More... | |
![]() | |
int | m_type |
the graph type More... | |
long | m_fileId |
the file id More... | |
int | m_id |
the local id More... | |
int | m_formatId |
the format id More... | |
int | m_page |
the page More... | |
Box2f | m_pos |
the position More... | |
float | m_baseline |
the baseline More... | |
bool | m_inGroup |
true if this node is a group's child More... | |
bool | m_parsed |
true if we have send the data More... | |
std::string | m_extra |
an extra string More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, ShapeGraph const &graph) |
operator<< More... | |
Internal: the geometrical graph of a HMWJGraph.
|
inline |
constructor
|
inline |
print local data
|
inlinevirtual |
returns true if the frame data are read
Reimplemented from HMWJGraphInternal::Frame.
|
friend |
operator<<
int HMWJGraphInternal::ShapeGraph::m_arrowsFlag |
the lines arrow flag
Referenced by print(), HMWJGraph::sendGroup(), HMWJGraph::sendGroupChild(), and HMWJGraph::sendShapeGraph().
MWAWGraphicShape HMWJGraphInternal::ShapeGraph::m_shape |
the shape m_shape
Referenced by print(), HMWJGraph::readGraphData(), HMWJGraph::sendGroup(), HMWJGraph::sendGroupChild(), and HMWJGraph::sendShapeGraph().