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 Attributes | |
MWAWEntry | m_entry |
the picture entry | |
long | m_zId |
the picture id | |
Vec2i | m_dim |
the picture size | |
Vec2f | m_scale |
the scale |
Internal: the picture frame of a HMWJGraph.
HMWJGraphInternal::PictureFrame::PictureFrame | ( | Frame const & | orig | ) | [inline] |
constructor
std::string HMWJGraphInternal::PictureFrame::print | ( | ) | const [inline] |
print local data
virtual bool HMWJGraphInternal::PictureFrame::valid | ( | ) | const [inline, virtual] |
returns true if the frame data are read
Reimplemented from HMWJGraphInternal::Frame.
the picture size
Referenced by print().
the picture entry
Referenced by HMWJGraph::readPicture(), HMWJGraph::sendFrame(), and HMWJGraph::sendPictureFrame().
the scale
Referenced by print().
the picture id
Referenced by print().