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