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
Referenced by HanMacWrdJGraphInternal::CommentFrame::CommentFrame(), Frame(), HanMacWrdJGraphInternal::Group::Group(), operator<<, HanMacWrdJGraphInternal::PictureFrame::PictureFrame(), HanMacWrdJGraphInternal::SeparatorFrame::SeparatorFrame(), HanMacWrdJGraphInternal::ShapeGraph::ShapeGraph(), HanMacWrdJGraphInternal::TableFrame::TableFrame(), HanMacWrdJGraphInternal::TextboxFrame::TextboxFrame(), and HanMacWrdJGraphInternal::TextFrame::TextFrame().
|
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::ShapeGraph, HanMacWrdJGraphInternal::TableFrame, HanMacWrdJGraphInternal::TextboxFrame, and HanMacWrdJGraphInternal::TextFrame.
Referenced by HanMacWrdJGraph::sendFrame().
|
friend |
operator<<
float HanMacWrdJGraphInternal::Frame::m_baseline |
the baseline
Referenced by Frame(), operator<<, and HanMacWrdJGraph::readFrame().
std::string HanMacWrdJGraphInternal::Frame::m_extra |
an extra string
Referenced by Frame(), operator<<, and HanMacWrdJGraph::readFrame().
long HanMacWrdJGraphInternal::Frame::m_fileId |
the file id
Referenced by Frame(), operator<<, HanMacWrdJGraph::prepareStructures(), HanMacWrdJGraph::sendFrame(), and HanMacWrdJGraph::sendTextbox().
int HanMacWrdJGraphInternal::Frame::m_formatId |
the format id
Referenced by Frame(), operator<<, HanMacWrdJGraph::readFrame(), HanMacWrdJGraph::sendComment(), HanMacWrdJGraph::sendFrame(), HanMacWrdJGraph::sendShapeGraph(), and HanMacWrdJGraph::sendTextbox().
int HanMacWrdJGraphInternal::Frame::m_id |
the local id
Referenced by Frame(), operator<<, and HanMacWrdJGraph::readFrame().
bool HanMacWrdJGraphInternal::Frame::m_inGroup |
true if this node is a group's child
Referenced by Frame().
int HanMacWrdJGraphInternal::Frame::m_page |
the page
Referenced by HanMacWrdJGraph::canCreateGraphic(), Frame(), operator<<, HanMacWrdJGraph::readFrame(), and HanMacWrdJGraph::sendGroupChild().
|
mutable |
true if we have send the data
Referenced by Frame(), HanMacWrdJGraph::sendFrame(), HanMacWrdJGraph::sendGroup(), HanMacWrdJGraph::sendGroup(), and HanMacWrdJGraph::sendPictureFrame().
MWAWBox2f HanMacWrdJGraphInternal::Frame::m_pos |
the position
Referenced by Frame(), getBdBox(), operator<<, HanMacWrdJGraph::readFrame(), and HanMacWrdJGraph::sendGroupChild().
int HanMacWrdJGraphInternal::Frame::m_type |
the graph type
Referenced by Frame(), operator<<, HanMacWrdJGraph::readFrame(), and HanMacWrdJGraph::sendFrame().