Internal: the picture frame of a HMWJGraph. More...
Public Member Functions | |
| PictureFrame (Frame const &orig) | |
| constructor | |
| virtual bool | valid () const |
| returns true if the frame data are read | |
| std::string | print () const |
| print local data | |
Public Member Functions inherited from HMWJGraphInternal::Frame | |
| Frame () | |
| constructor | |
| virtual | ~Frame () |
| destructor | |
Public Attributes | |
| MWAWEntry | m_entry |
| the picture entry | |
| long | m_zId |
| the picture id | |
| Vec2i | m_dim |
| the picture size | |
| Vec2f | m_scale |
| the scale | |
Public Attributes inherited from HMWJGraphInternal::Frame | |
| int | m_type |
| the graph type | |
| long | m_fileId |
| the file id | |
| int | m_id |
| the local id | |
| int | m_formatId |
| the format id | |
| int | m_page |
| the page | |
| Box2f | m_pos |
| the position | |
| float | m_baseline |
| the baseline | |
| int | m_posFlags |
| the graph anchor flags | |
| bool | m_parsed |
| true if we have send the data | |
| std::string | m_extra |
| an extra string | |
Internal: the picture frame of a HMWJGraph.
|
inline |
constructor
|
inline |
print local data
|
inlinevirtual |
returns true if the frame data are read
Reimplemented from HMWJGraphInternal::Frame.
| MWAWEntry HMWJGraphInternal::PictureFrame::m_entry |
the picture entry
Referenced by HMWJGraph::readPicture(), HMWJGraph::sendFrame(), and HMWJGraph::sendPictureFrame().
| long HMWJGraphInternal::PictureFrame::m_zId |
the picture id
Referenced by print().