Internal: struct used to store the table of a MarinerWrtText. More...
Classes | |
| struct | Cell |
| a table cell of a MarinerWrtText More... | |
| struct | Row |
| a table row of a MarinerWrtText More... | |
Public Member Functions | |
| Table (Zone const &zone) | |
| constructor | |
| long | nextCharPos () const |
| returns the next char position after the table | |
Public Attributes | |
| Zone const & | m_zone |
| the actual zone | |
| std::vector< Row > | m_rowsList |
| the list of row | |
Internal: struct used to store the table of a MarinerWrtText.
| MarinerWrtTextInternal::Table::Table | ( | Zone const & | zone | ) | [inline] |
constructor
| long MarinerWrtTextInternal::Table::nextCharPos | ( | ) | const [inline] |
returns the next char position after the table
Referenced by MarinerWrtText::send().
| std::vector<Row> MarinerWrtTextInternal::Table::m_rowsList |
the list of row
Referenced by MarinerWrtText::findTableStructure(), and MarinerWrtText::sendTable().
the actual zone
Referenced by MarinerWrtText::findTableStructure(), and MarinerWrtText::sendTable().