Internal: the geometrical graph of a HMWJGraph. More...
Public Member Functions | |
| BasicGraph (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... | |
Public Member Functions inherited from HMWJGraphInternal::Frame | |
| Frame () | |
| constructor More... | |
| virtual | ~Frame () |
| destructor More... | |
Public Attributes | |
| int | m_graphType |
| the graphic type: line, rectangle, ... More... | |
| int | m_arrowsFlag |
| the lines arrow flag More... | |
| Vec2f | m_extremity [2] |
| the two extremities for a line More... | |
| int | m_angles [2] |
| the arc angles in degrees More... | |
| float | m_cornerDim |
| the rectOval corner dimension More... | |
| std::vector< Vec2f > | m_listVertices |
| the list of vertices for a polygon More... | |
Public Attributes inherited from HMWJGraphInternal::Frame | |
| 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... | |
| int | m_posFlags |
| the graph anchor flags 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, BasicGraph 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::BasicGraph::m_angles[2] |
the arc angles in degrees
Referenced by BasicGraph(), print(), and HMWJGraph::sendBasicGraph().
| int HMWJGraphInternal::BasicGraph::m_arrowsFlag |
the lines arrow flag
Referenced by print(), and HMWJGraph::sendBasicGraph().
| float HMWJGraphInternal::BasicGraph::m_cornerDim |
the rectOval corner dimension
Referenced by print(), and HMWJGraph::sendBasicGraph().
| Vec2f HMWJGraphInternal::BasicGraph::m_extremity[2] |
the two extremities for a line
Referenced by BasicGraph(), print(), and HMWJGraph::sendBasicGraph().
| int HMWJGraphInternal::BasicGraph::m_graphType |
the graphic type: line, rectangle, ...
Referenced by print(), HMWJGraph::readGraphData(), and HMWJGraph::sendBasicGraph().
| std::vector<Vec2f> HMWJGraphInternal::BasicGraph::m_listVertices |
the list of vertices for a polygon
Referenced by print(), HMWJGraph::readGraphData(), and HMWJGraph::sendBasicGraph().