Internal: the table frame of a HanMacWrdJGraph. 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 HanMacWrdJGraph.
| HanMacWrdJGraphInternal::TableFrame::TableFrame | ( | Frame const & | orig | ) | [inline] |
constructor
| std::string HanMacWrdJGraphInternal::TableFrame::print | ( | ) | const [inline] |
print local data
| virtual bool HanMacWrdJGraphInternal::TableFrame::valid | ( | ) | const [inline, virtual] |
returns true if the frame data are read
Reimplemented from HanMacWrdJGraphInternal::Frame.
related to text length?
Referenced by print().
| shared_ptr<Table> HanMacWrdJGraphInternal::TableFrame::m_table |
the table
Referenced by HanMacWrdJGraph::readTable(), HanMacWrdJGraph::sendFrame(), and HanMacWrdJGraph::sendTableUnformatted().
the zone width
Referenced by print().
the textzone id
Referenced by print(), and HanMacWrdJGraph::readTable().