small structure to keep information about a level More...
#include <WPSList.h>
Public Member Functions | |
Level () | |
basic constructor | |
bool | isDefault () const |
returns true if the level type was not set | |
bool | isNumeric () const |
returns true if the list is decimal, alpha or roman | |
void | addTo (librevenge::RVNGPropertyList &propList, int startVal) const |
add the information of this level in the propList | |
bool | isSendToInterface () const |
returns true, if addTo has been called | |
void | resetSendToInterface () const |
reset the sendToInterface flag | |
int | getStartValue () const |
returns the start value (if set) or 1 | |
int | cmp (Level const &levl) const |
full comparison function | |
int | cmpType (Level const &levl) const |
type comparison function | |
Public Attributes | |
double | m_labelIndent |
the list indent | |
double | m_labelWidth |
the list width | |
int | m_startValue |
the actual value (if this is an ordered level ) | |
libwps::NumberingType | m_type |
the type of the level | |
librevenge::RVNGString | m_prefix |
string which preceedes the number if we have an ordered level | |
librevenge::RVNGString | m_suffix |
string which follows the number if we have an ordered level | |
librevenge::RVNGString | m_bullet |
the bullet if we have an bullet level | |
Protected Attributes | |
bool | m_sendToInterface |
true if it is already send to librevenge::RVNGTextInterface | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Level const &ft) |
operator<< | |
small structure to keep information about a level
|
inline |
basic constructor
add the information of this level in the propList
int WPSList::Level::cmp | ( | WPSList::Level const & | levl | ) | const |
full comparison function
int WPSList::Level::cmpType | ( | WPSList::Level const & | levl | ) | const |
type comparison function
|
inline |
returns the start value (if set) or 1
|
inline |
returns true if the level type was not set
Referenced by XYWriteParser::update().
|
inline |
returns true if the list is decimal, alpha or roman
|
inline |
returns true, if addTo has been called
|
inline |
reset the sendToInterface flag
|
friend |
operator<<
librevenge::RVNGString WPSList::Level::m_bullet |
the bullet if we have an bullet level
Referenced by addTo().
double WPSList::Level::m_labelIndent |
the list indent
Referenced by WPSParagraph::addTo(), addTo(), and XYWriteParser::update().
librevenge::RVNGString WPSList::Level::m_prefix |
string which preceedes the number if we have an ordered level
Referenced by addTo(), and XYWriteParser::update().
|
mutableprotected |
true if it is already send to librevenge::RVNGTextInterface
Referenced by addTo(), isSendToInterface(), and resetSendToInterface().
int WPSList::Level::m_startValue |
the actual value (if this is an ordered level )
Referenced by getStartValue().
librevenge::RVNGString WPSList::Level::m_suffix |
string which follows the number if we have an ordered level
Referenced by addTo(), and XYWriteParser::update().
libwps::NumberingType WPSList::Level::m_type |
the type of the level
Referenced by addTo(), isDefault(), isNumeric(), and XYWriteParser::update().