Internal: the frame header of a HanMacWrdJGraph. More...
Public Member Functions | |
Frame () | |
constructor | |
Frame (Frame const &)=default | |
virtual | ~Frame () |
destructor | |
MWAWBox2f | getBdBox () const |
return the frame bdbox | |
virtual bool | valid () const |
returns true if the frame data are read | |
Public Attributes | |
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 | |
MWAWBox2f | m_pos |
the position | |
float | m_baseline |
the baseline | |
bool | m_inGroup |
true if this node is a group's child | |
bool | m_parsed |
true if we have send the data | |
std::string | m_extra |
an extra string | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Frame const &grph) |
operator<< | |
Internal: the frame header of a HanMacWrdJGraph.
|
inline |
constructor
|
default |
|
virtual |
destructor
|
inline |
return the frame bdbox
Referenced by HanMacWrdJGraph::sendComment(), HanMacWrdJGraph::sendPictureFrame(), HanMacWrdJGraph::sendShapeGraph(), and HanMacWrdJGraph::sendTextbox().
|
inlinevirtual |
returns true if the frame data are read
Reimplemented in HanMacWrdJGraphInternal::CommentFrame, HanMacWrdJGraphInternal::Group, HanMacWrdJGraphInternal::PictureFrame, HanMacWrdJGraphInternal::SeparatorFrame, HanMacWrdJGraphInternal::TableFrame, HanMacWrdJGraphInternal::TextboxFrame, HanMacWrdJGraphInternal::TextFrame, and HanMacWrdJGraphInternal::ShapeGraph.
Referenced by HanMacWrdJGraph::sendFrame().
|
friend |
operator<<
float HanMacWrdJGraphInternal::Frame::m_baseline |
the baseline
Referenced by HanMacWrdJGraph::readFrame().
std::string HanMacWrdJGraphInternal::Frame::m_extra |
an extra string
Referenced by HanMacWrdJGraph::readFrame().
long HanMacWrdJGraphInternal::Frame::m_fileId |
the file id
Referenced by HanMacWrdJGraph::prepareStructures(), HanMacWrdJGraph::sendFrame(), and HanMacWrdJGraph::sendTextbox().
int HanMacWrdJGraphInternal::Frame::m_formatId |
the format id
Referenced by HanMacWrdJGraph::readFrame(), HanMacWrdJGraph::sendComment(), HanMacWrdJGraph::sendFrame(), HanMacWrdJGraph::sendShapeGraph(), and HanMacWrdJGraph::sendTextbox().
int HanMacWrdJGraphInternal::Frame::m_id |
the local id
Referenced by HanMacWrdJGraph::readFrame().
bool HanMacWrdJGraphInternal::Frame::m_inGroup |
true if this node is a group's child
int HanMacWrdJGraphInternal::Frame::m_page |
the page
Referenced by HanMacWrdJGraph::canCreateGraphic(), HanMacWrdJGraph::readFrame(), and HanMacWrdJGraph::sendGroupChild().
|
mutable |
true if we have send the data
Referenced by HanMacWrdJGraph::sendFrame(), HanMacWrdJGraph::sendGroup(), and HanMacWrdJGraph::sendPictureFrame().
MWAWBox2f HanMacWrdJGraphInternal::Frame::m_pos |
the position
Referenced by getBdBox(), HanMacWrdJGraph::readFrame(), and HanMacWrdJGraph::sendGroupChild().
int HanMacWrdJGraphInternal::Frame::m_type |
the graph type
Referenced by HanMacWrdJGraph::readFrame(), and HanMacWrdJGraph::sendFrame().