Internal: the section of a MWProStructures. 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 MWProStructures.
MWProStructuresInternal::Section::Section | ( | ) | [inline] |
constructor
MWAWSection MWProStructuresInternal::Section::getSection | ( | ) | const [inline] |
returns a MWAWSection
Referenced by MWProStructuresListenerState::sendSection().
int MWProStructuresInternal::Section::numColumns | ( | ) | const [inline] |
return the number of columns
std::ostream& operator<< | ( | std::ostream & | o, |
Section const & | sec | ||
) | [friend] |
operator<<
std::vector<float> MWProStructuresInternal::Section::m_colsPos |
the columns position ( series of end columns <-> new column begin)
Referenced by getSection(), numColumns(), and MWProStructures::readSections().
std::string MWProStructuresInternal::Section::m_extra |
extra data
Referenced by MWProStructures::readSections().
the footerer block ids
Referenced by MWProStructures::buildPageStructures(), MWProStructures::readSections(), and Section().
the header block ids
Referenced by MWProStructures::buildPageStructures(), MWProStructures::readSections(), and Section().
the way to start the new section
Referenced by MWProStructures::buildPageStructures(), MWProStructures::readSections(), and MWProStructuresListenerState::sendSection().
the number of character in the sections
Referenced by MWProStructures::buildPageStructures(), and MWProStructures::readSections().