Internal: the frame header of a HanMacWrdJGraph. More...
Public Member Functions | |
| Frame () | |
| constructor | |
| MWAWBox2f | getBdBox () const |
| return the frame bdbox | |
| virtual | ~Frame () |
| destructor | |
| 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.
| HanMacWrdJGraphInternal::Frame::Frame | ( | ) | [inline] |
constructor
| virtual HanMacWrdJGraphInternal::Frame::~Frame | ( | ) | [inline, virtual] |
destructor
| MWAWBox2f HanMacWrdJGraphInternal::Frame::getBdBox | ( | ) | const [inline] |
| virtual bool HanMacWrdJGraphInternal::Frame::valid | ( | ) | const [inline, virtual] |
returns true if the frame data are read
Reimplemented in HanMacWrdJGraphInternal::ShapeGraph, HanMacWrdJGraphInternal::TextFrame, HanMacWrdJGraphInternal::TextboxFrame, HanMacWrdJGraphInternal::TableFrame, HanMacWrdJGraphInternal::SeparatorFrame, HanMacWrdJGraphInternal::PictureFrame, HanMacWrdJGraphInternal::Group, and HanMacWrdJGraphInternal::CommentFrame.
Referenced by HanMacWrdJGraph::checkGroupStructures(), HanMacWrdJGraph::flushExtra(), HanMacWrdJGraph::getFootnoteInformations(), HanMacWrdJGraph::getTextFrameInformations(), HanMacWrdJGraph::numPages(), HanMacWrdJGraph::prepareStructures(), HanMacWrdJGraph::sendFrame(), HanMacWrdJGraph::sendGroup(), HanMacWrdJGraph::sendPageGraphics(), and HanMacWrdJGraph::sendTableUnformatted().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Frame const & | grph | ||
| ) | [friend] |
operator<<
the baseline
Referenced by HanMacWrdJGraphInternal::operator<<(), and HanMacWrdJGraph::readFrame().
| std::string HanMacWrdJGraphInternal::Frame::m_extra |
an extra string
Referenced by HanMacWrdJGraphInternal::operator<<(), and HanMacWrdJGraph::readFrame().
the file id
Referenced by HanMacWrdJGraphInternal::operator<<(), HanMacWrdJGraph::prepareStructures(), HanMacWrdJGraph::sendFrame(), and HanMacWrdJGraph::sendTextbox().
the local id
Referenced by HanMacWrdJGraphInternal::operator<<(), and HanMacWrdJGraph::readFrame().
true if this node is a group's child
Referenced by HanMacWrdJGraph::checkGroupStructures(), HanMacWrdJGraph::prepareStructures(), and HanMacWrdJGraph::sendPageGraphics().
bool HanMacWrdJGraphInternal::Frame::m_parsed [mutable] |
true if we have send the data
Referenced by HanMacWrdJGraph::flushExtra(), HanMacWrdJGraph::sendFrame(), HanMacWrdJGraph::sendGroup(), HanMacWrdJGraph::sendGroupChild(), HanMacWrdJGraph::sendPageGraphics(), and HanMacWrdJGraph::sendPictureFrame().
the graph type
Referenced by HanMacWrdJGraph::canCreateGraphic(), HanMacWrdJGraph::checkGroupStructures(), HanMacWrdJGraph::flushExtra(), HanMacWrdJGraph::getFootnoteInformations(), HanMacWrdJGraph::getTextFrameInformations(), HanMacWrdJGraphInternal::operator<<(), HanMacWrdJGraph::prepareStructures(), HanMacWrdJGraph::readFrame(), HanMacWrdJGraph::sendFrame(), HanMacWrdJGraph::sendGroup(), HanMacWrdJGraph::sendGroupChild(), HanMacWrdJGraph::sendPageGraphics(), and HanMacWrdJGraph::sendTableUnformatted().