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