Internal: the section of a MWProStructures. More...
Public Types | |
enum | StartType { S_Line, S_Page, S_PageLeft, S_PageRight } |
Public Member Functions | |
Section () | |
constructor More... | |
int | numColumns () const |
return the number of columns More... | |
Public Attributes | |
StartType | m_start |
the way to start the new section More... | |
std::vector< float > | m_colsWidth |
the columns size in point More... | |
std::vector< float > | m_colsBegin |
the columns float pos in point More... | |
int | m_headerIds [2] |
the header block ids More... | |
int | m_footerIds [2] |
the footerer block ids More... | |
long | m_textLength |
the number of character in the sections More... | |
std::string | m_extra |
extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Section const &sec) |
operator<< More... | |
Internal: the section of a MWProStructures.
|
inline |
constructor
|
inline |
return the number of columns
Referenced by MWProStructuresListenerState::sendSection().
|
friend |
operator<<
std::vector<float> MWProStructuresInternal::Section::m_colsBegin |
the columns float pos in point
Referenced by MWProStructures::readSections().
std::vector<float> MWProStructuresInternal::Section::m_colsWidth |
the columns size in point
Referenced by numColumns(), and MWProStructures::readSections().
std::string MWProStructuresInternal::Section::m_extra |
extra data
Referenced by MWProStructures::readSections().
int MWProStructuresInternal::Section::m_footerIds[2] |
the footerer block ids
Referenced by MWProStructures::buildPageStructures(), MWProStructures::readSections(), and Section().
int MWProStructuresInternal::Section::m_headerIds[2] |
the header block ids
Referenced by MWProStructures::buildPageStructures(), MWProStructures::readSections(), and Section().
StartType MWProStructuresInternal::Section::m_start |
the way to start the new section
Referenced by MWProStructures::buildPageStructures(), MWProStructures::readSections(), and MWProStructuresListenerState::sendSection().
long MWProStructuresInternal::Section::m_textLength |
the number of character in the sections
Referenced by MWProStructures::buildPageStructures(), and MWProStructures::readSections().