Internal: the list properties of a MDWParser. More...
Public Member Functions | |
ListProperties () | |
constructor | |
void | updateHeadingList () |
updates the heading list | |
MWAWListLevel | getLevel (int level) const |
returns a list level | |
Public Attributes | |
int | m_startListIndex |
the first list index | |
int | m_headingStyle |
the heading labels style | |
bool | m_headingFullSubLevels |
true if heading labels show all sub level | |
std::vector< MWAWListLevel > | m_headingListLevels |
the heading list | |
int | m_listLevelsRepeatPos |
the position used to repeat level | |
bool | m_showFirstLevel |
true if we show the level 1 label | |
bool | m_useHeadingStyle |
true if we need to use heading style |
Internal: the list properties of a MDWParser.
MDWParserInternal::ListProperties::ListProperties | ( | ) | [inline] |
constructor
MWAWListLevel MDWParserInternal::ListProperties::getLevel | ( | int | level | ) | const |
returns a list level
Referenced by MDWParserInternal::ZoneInfo::updateListId().
updates the heading list
true if heading labels show all sub level
Referenced by getLevel().
the heading list
Referenced by getLevel(), and updateHeadingList().
the heading labels style
Referenced by updateHeadingList(), and MDWParserInternal::ZoneInfo::updateListId().
the position used to repeat level
Referenced by updateHeadingList().
true if we show the level 1 label
Referenced by getLevel(), and MDWParserInternal::ZoneInfo::updateListId().
the first list index
Referenced by MDWParserInternal::ZoneInfo::updateListId().
true if we need to use heading style
Referenced by MDWParserInternal::ZoneInfo::updateListId().