Internal: the table frame of a HMWJGraph. More...
Public Member Functions | |
TableFrame (Frame const &orig) | |
constructor | |
virtual bool | valid () const |
returns true if the frame data are read | |
std::string | print () const |
print local data | |
Public Attributes | |
long | m_zId |
the textzone id | |
double | m_width |
the zone width | |
long | m_length |
related to text length? | |
shared_ptr< Table > | m_table |
the table |
Internal: the table frame of a HMWJGraph.
HMWJGraphInternal::TableFrame::TableFrame | ( | Frame const & | orig | ) | [inline] |
constructor
std::string HMWJGraphInternal::TableFrame::print | ( | ) | const [inline] |
print local data
virtual bool HMWJGraphInternal::TableFrame::valid | ( | ) | const [inline, virtual] |
returns true if the frame data are read
Reimplemented from HMWJGraphInternal::Frame.
related to text length?
Referenced by print().
shared_ptr<Table> HMWJGraphInternal::TableFrame::m_table |
the table
Referenced by HMWJGraph::readTable(), and HMWJGraph::sendFrame().
the zone width
Referenced by print().
the textzone id
Referenced by print(), and HMWJGraph::readTable().