Internal: the frame header of a HanMacWrdKGraph. More...
Public Member Functions | |
Frame () | |
constructor | |
Frame (Frame const &)=default | |
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.
|
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 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(), and HanMacWrdKGraph::readFrames().
int HanMacWrdKGraphInternal::Frame::m_borderType |
the border type
Referenced by HanMacWrdKGraphInternal::TextBox::addTo(), and HanMacWrdKGraph::readFrames().
std::string HanMacWrdKGraphInternal::Frame::m_extra |
an extra string
Referenced by HanMacWrdKGraph::readFrames().
long HanMacWrdKGraphInternal::Frame::m_fileId |
the file id
Referenced by HanMacWrdKGraphInternal::TextBox::addTo(), HanMacWrdKGraph::readFrames(), HanMacWrdKGraph::sendFrame(), and HanMacWrdKGraph::sendPictureFrame().
long HanMacWrdKGraphInternal::Frame::m_fileSubId |
the file sub id
Referenced by HanMacWrdKGraph::prepareStructures(), and HanMacWrdKGraph::readFrames().
int HanMacWrdKGraphInternal::Frame::m_id |
the local id
Referenced by HanMacWrdKGraph::readFrames().
bool HanMacWrdKGraphInternal::Frame::m_inGroup |
true if the frame is a child of a group
Referenced by HanMacWrdKGraph::prepareStructures(), and HanMacWrdKGraph::readFrames().
int HanMacWrdKGraphInternal::Frame::m_page |
the page
Referenced by HanMacWrdKGraph::canCreateGraphic(), 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(), HanMacWrdKGraph::readFrames(), and HanMacWrdKGraph::sendGroupChild().
int HanMacWrdKGraphInternal::Frame::m_posFlags |
the graph anchor flags
Referenced by HanMacWrdKGraph::readFrames().
MWAWGraphicStyle HanMacWrdKGraphInternal::Frame::m_style |
int HanMacWrdKGraphInternal::Frame::m_type |