Internal: the frame header of a HanMacWrdKGraph. More...
Public Member Functions | |
| Frame () | |
| constructor | |
| virtual | ~Frame () |
| destructor | |
| MWAWBox2f | getBdBox () const |
| return the frame bdbox | |
Public Attributes | |
| int | m_type |
| the graph type | |
| long | m_fileId |
| the file id | |
| long | m_fileSubId |
| the file sub id | |
| int | m_id |
| the local id | |
| int | m_page |
| the page | |
| MWAWBox2f | m_pos |
| the position | |
| float | m_baseline |
| the baseline | |
| int | m_posFlags |
| the graph anchor flags | |
| MWAWGraphicStyle | m_style |
| the style | |
| int | m_borderType |
| the border type | |
| MWAWVec2f | m_borders [4] |
| the border default size (before using width), 0 means Top, other unknown | |
| bool | m_inGroup |
| true if the frame is a child of a group | |
| 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 HanMacWrdKGraph.
| HanMacWrdKGraphInternal::Frame::Frame | ( | ) | [inline] |
constructor
| virtual HanMacWrdKGraphInternal::Frame::~Frame | ( | ) | [inline, virtual] |
destructor
| MWAWBox2f HanMacWrdKGraphInternal::Frame::getBdBox | ( | ) | const [inline] |
return the frame bdbox
Referenced by HanMacWrdKGraph::sendFrame(), HanMacWrdKGraph::sendGroup(), HanMacWrdKGraph::sendGroupChild(), HanMacWrdKGraph::sendPictureFrame(), HanMacWrdKGraph::sendShapeGraph(), and HanMacWrdKGraph::sendTextBox().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Frame const & | grph | ||
| ) | [friend] |
operator<<
the baseline
Referenced by HanMacWrdKGraphInternal::operator<<(), and HanMacWrdKGraph::readFrames().
the border default size (before using width), 0 means Top, other unknown
Referenced by HanMacWrdKGraphInternal::TextBox::addTo(), HanMacWrdKGraphInternal::operator<<(), and HanMacWrdKGraph::readFrames().
the border type
Referenced by HanMacWrdKGraphInternal::TextBox::addTo(), HanMacWrdKGraphInternal::operator<<(), and HanMacWrdKGraph::readFrames().
| std::string HanMacWrdKGraphInternal::Frame::m_extra |
an extra string
Referenced by HanMacWrdKGraphInternal::operator<<(), and HanMacWrdKGraph::readFrames().
the file sub id
Referenced by HanMacWrdKGraph::checkGroupStructures(), and HanMacWrdKGraph::prepareStructures().
the local id
Referenced by HanMacWrdKGraphInternal::operator<<(), and HanMacWrdKGraph::readFrames().
true if the frame is a child of a group
Referenced by HanMacWrdKGraph::checkGroupStructures(), HanMacWrdKGraphInternal::operator<<(), HanMacWrdKGraph::prepareStructures(), HanMacWrdKGraph::readFrames(), and HanMacWrdKGraph::sendPageGraphics().
bool HanMacWrdKGraphInternal::Frame::m_parsed [mutable] |
true if we have send the data
Referenced by HanMacWrdKGraph::flushExtra(), HanMacWrdKGraph::sendFrame(), HanMacWrdKGraph::sendGroup(), HanMacWrdKGraph::sendGroupChild(), and HanMacWrdKGraph::sendPageGraphics().
the position
Referenced by getBdBox(), HanMacWrdKGraphInternal::operator<<(), HanMacWrdKGraph::readFrames(), HanMacWrdKGraph::sendGroupChild(), and HanMacWrdKGraph::sendPageGraphics().
the graph anchor flags
Referenced by HanMacWrdKGraphInternal::operator<<(), and HanMacWrdKGraph::readFrames().
the graph type
Referenced by HanMacWrdKGraphInternal::TextBox::addTo(), HanMacWrdKGraph::canCreateGraphic(), HanMacWrdKGraph::checkGroupStructures(), HanMacWrdKGraph::flushExtra(), HanMacWrdKGraph::getTextFrameInformations(), HanMacWrdKGraphInternal::operator<<(), HanMacWrdKGraph::prepareStructures(), HanMacWrdKGraph::readFrames(), HanMacWrdKGraph::sendFrame(), HanMacWrdKGraph::sendGroup(), HanMacWrdKGraph::sendGroupChild(), HanMacWrdKGraph::sendPageGraphics(), and HanMacWrdKGraph::sendTextBox().