Internal: the frame header of a HMWJGraph. More...
Public Member Functions | |
Frame () | |
constructor | |
Box2f | getBdBox () const |
return the frame bdbox | |
virtual | ~Frame () |
destructor | |
virtual bool | valid () const |
returns true if the frame data are read | |
Public Attributes | |
int | m_type |
the graph type | |
long | m_fileId |
the file id | |
int | m_id |
the local id | |
int | m_formatId |
the format id | |
int | m_page |
the page | |
Box2f | m_pos |
the position | |
float | m_baseline |
the baseline | |
bool | m_inGroup |
true if this node is a group's child | |
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 HMWJGraph.
HMWJGraphInternal::Frame::Frame | ( | ) | [inline] |
constructor
virtual HMWJGraphInternal::Frame::~Frame | ( | ) | [inline, virtual] |
destructor
Box2f HMWJGraphInternal::Frame::getBdBox | ( | ) | const [inline] |
return the frame bdbox
Referenced by HMWJGraph::sendComment(), HMWJGraph::sendFrame(), HMWJGraph::sendGroup(), HMWJGraph::sendGroupChild(), HMWJGraph::sendPictureFrame(), HMWJGraph::sendShapeGraph(), and HMWJGraph::sendTextbox().
virtual bool HMWJGraphInternal::Frame::valid | ( | ) | const [inline, virtual] |
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().
std::ostream& operator<< | ( | std::ostream & | o, |
Frame const & | grph | ||
) | [friend] |
operator<<
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().
the file id
Referenced by HMWJGraphInternal::operator<<(), HMWJGraph::prepareStructures(), HMWJGraph::sendFrame(), and HMWJGraph::sendTextbox().
the local id
Referenced by HMWJGraphInternal::operator<<(), and HMWJGraph::readFrame().
true if this node is a group's child
Referenced by HMWJGraph::checkGroupStructures(), HMWJGraph::prepareStructures(), and HMWJGraph::sendPageGraphics().
bool HMWJGraphInternal::Frame::m_parsed [mutable] |
true if we have send the data
Referenced by HMWJGraph::flushExtra(), HMWJGraph::sendFrame(), HMWJGraph::sendGroup(), HMWJGraph::sendGroupChild(), HMWJGraph::sendPageGraphics(), and HMWJGraph::sendPictureFrame().
the position
Referenced by getBdBox(), HMWJGraphInternal::operator<<(), HMWJGraph::readFrame(), HMWJGraph::readGraphData(), HMWJGraph::sendGroup(), HMWJGraph::sendGroupChild(), and HMWJGraph::sendPageGraphics().
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().