Internal: the section of a MacWrtProStructures. More...
Public Types | |
| enum | StartType { S_Line, S_Page, S_PageLeft, S_PageRight } |
Public Member Functions | |
| Section () | |
| constructor | |
| MWAWSection | getSection () const |
| returns a MWAWSection | |
| int | numColumns () const |
| return the number of columns | |
Public Attributes | |
| StartType | m_start |
| the way to start the new section | |
| std::vector< float > | m_colsPos |
| the columns position ( series of end columns <-> new column begin) | |
| int | m_headerIds [2] |
| the header block ids | |
| int | m_footerIds [2] |
| the footerer block ids | |
| long | m_textLength |
| the number of character in the sections | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Section const &sec) |
| operator<< | |
Internal: the section of a MacWrtProStructures.
| MacWrtProStructuresInternal::Section::Section | ( | ) | [inline] |
constructor
| MWAWSection MacWrtProStructuresInternal::Section::getSection | ( | ) | const [inline] |
returns a MWAWSection
Referenced by MacWrtProStructuresListenerState::sendSection().
| int MacWrtProStructuresInternal::Section::numColumns | ( | ) | const [inline] |
return the number of columns
| std::ostream& operator<< | ( | std::ostream & | o, |
| Section const & | sec | ||
| ) | [friend] |
operator<<
| std::vector<float> MacWrtProStructuresInternal::Section::m_colsPos |
the columns position ( series of end columns <-> new column begin)
Referenced by getSection(), numColumns(), and MacWrtProStructures::readSections().
| std::string MacWrtProStructuresInternal::Section::m_extra |
extra data
Referenced by MacWrtProStructures::readSections().
the footerer block ids
Referenced by MacWrtProStructures::buildPageStructures(), MacWrtProStructures::readSections(), and Section().
the header block ids
Referenced by MacWrtProStructures::buildPageStructures(), MacWrtProStructures::readSections(), and Section().
the way to start the new section
Referenced by MacWrtProStructures::buildPageStructures(), MacWrtProStructures::readSections(), and MacWrtProStructuresListenerState::sendSection().
the number of character in the sections
Referenced by MacWrtProStructures::buildPageStructures(), and MacWrtProStructures::readSections().