Internal: the frame header of a HMWJGraph. More...
Public Member Functions | |
Frame () | |
constructor More... | |
Box2f | getBdBox () const |
return the frame bdbox More... | |
virtual | ~Frame () |
destructor More... | |
virtual bool | valid () const |
returns true if the frame data are read More... | |
Public Attributes | |
int | m_type |
the graph type More... | |
long | m_fileId |
the file id More... | |
int | m_id |
the local id More... | |
int | m_formatId |
the format id More... | |
int | m_page |
the page More... | |
Box2f | m_pos |
the position More... | |
float | m_baseline |
the baseline More... | |
bool | m_inGroup |
true if this node is a group's child 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 HMWJGraph.
|
inline |
constructor
|
inlinevirtual |
destructor
|
inline |
return the frame bdbox
Referenced by HMWJGraph::sendComment(), HMWJGraph::sendFrame(), HMWJGraph::sendGroup(), HMWJGraph::sendGroupChild(), HMWJGraph::sendPictureFrame(), HMWJGraph::sendShapeGraph(), and HMWJGraph::sendTextbox().
|
inlinevirtual |
returns true if the frame data are read
Reimplemented in HMWJGraphInternal::ShapeGraph, HMWJGraphInternal::TextFrame, HMWJGraphInternal::TextboxFrame, HMWJGraphInternal::TableFrame, HMWJGraphInternal::SeparatorFrame, HMWJGraphInternal::PictureFrame, HMWJGraphInternal::Group, and HMWJGraphInternal::CommentFrame.
Referenced by HMWJGraph::checkGroupStructures(), HMWJGraph::flushExtra(), HMWJGraph::getFootnoteInformations(), HMWJGraph::getTextFrameInformations(), HMWJGraph::numPages(), HMWJGraph::prepareStructures(), HMWJGraph::sendFrame(), HMWJGraph::sendGroup(), HMWJGraph::sendPageGraphics(), and HMWJGraph::sendTableUnformatted().
|
friend |
operator<<
float HMWJGraphInternal::Frame::m_baseline |
the baseline
Referenced by HMWJGraphInternal::operator<<(), and HMWJGraph::readFrame().
std::string HMWJGraphInternal::Frame::m_extra |
an extra string
Referenced by HMWJGraphInternal::operator<<(), and HMWJGraph::readFrame().
long HMWJGraphInternal::Frame::m_fileId |
the file id
Referenced by HMWJGraphInternal::operator<<(), HMWJGraph::prepareStructures(), HMWJGraph::sendFrame(), and HMWJGraph::sendTextbox().
int HMWJGraphInternal::Frame::m_formatId |
int HMWJGraphInternal::Frame::m_id |
the local id
Referenced by HMWJGraphInternal::operator<<(), and HMWJGraph::readFrame().
bool HMWJGraphInternal::Frame::m_inGroup |
true if this node is a group's child
Referenced by HMWJGraph::checkGroupStructures(), HMWJGraph::prepareStructures(), and HMWJGraph::sendPageGraphics().
int HMWJGraphInternal::Frame::m_page |
|
mutable |
true if we have send the data
Referenced by HMWJGraph::flushExtra(), HMWJGraph::sendFrame(), HMWJGraph::sendGroup(), HMWJGraph::sendGroupChild(), HMWJGraph::sendPageGraphics(), and HMWJGraph::sendPictureFrame().
Box2f HMWJGraphInternal::Frame::m_pos |
the position
Referenced by getBdBox(), HMWJGraphInternal::operator<<(), HMWJGraph::readFrame(), HMWJGraph::readGraphData(), HMWJGraph::sendGroup(), HMWJGraph::sendGroupChild(), and HMWJGraph::sendPageGraphics().
int HMWJGraphInternal::Frame::m_type |
the graph type
Referenced by HMWJGraph::canCreateGraphic(), HMWJGraph::checkGroupStructures(), HMWJGraph::flushExtra(), HMWJGraph::getFootnoteInformations(), HMWJGraph::getTextFrameInformations(), HMWJGraphInternal::operator<<(), HMWJGraph::prepareStructures(), HMWJGraph::readFrame(), HMWJGraph::sendFrame(), HMWJGraph::sendGroup(), HMWJGraph::sendGroupChild(), HMWJGraph::sendPageGraphics(), and HMWJGraph::sendTableUnformatted().