internal class used to store a section More...
Public Member Functions | |
| Section () | |
| the constructor | |
| MWAWSection | getSection () const |
| returns a section | |
Public Attributes | |
| long | m_pos |
| the character position | |
| int | m_numColumns |
| the number of column | |
| std::vector< int > | m_columnsWidth |
| the columns width | |
| std::vector< int > | m_columnsSep |
| the columns separator | |
| std::string | m_extra |
| a string to store unparsed data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Section const &sec) |
| operator << | |
internal class used to store a section
| CWTextInternal::Section::Section | ( | ) | [inline] |
the constructor
| MWAWSection CWTextInternal::Section::getSection | ( | ) | const [inline] |
returns a section
| std::ostream& operator<< | ( | std::ostream & | o, |
| Section const & | sec | ||
| ) | [friend] |
operator <<
| std::vector<int> CWTextInternal::Section::m_columnsSep |
the columns separator
Referenced by getSection(), and CWText::readTextSection().
| std::vector<int> CWTextInternal::Section::m_columnsWidth |
the columns width
Referenced by getSection(), and CWText::readTextSection().
| std::string CWTextInternal::Section::m_extra |
a string to store unparsed data
Referenced by CWText::readTextSection().
the number of column
Referenced by getSection(), and CWText::readTextSection().
the character position
Referenced by CWText::readTextSection().