#include <ABWCollector.h>
 
  
 | Public Member Functions | |
| ABWListElement () | |
| virtual | ~ABWListElement () | 
| virtual void | writeOut (librevenge::RVNGPropertyList &propList) const | 
| virtual ABWListType | getType () const =0 | 
| Public Attributes | |
| int | m_listLevel | 
| double | m_minLabelWidth | 
| double | m_spaceBefore | 
| int | m_parentId | 
| 
 | inline | 
| 
 | inlinevirtual | 
| 
 | pure virtual | 
Implemented in libabw::ABWUnorderedListElement, and libabw::ABWOrderedListElement.
| 
 | virtual | 
Reimplemented in libabw::ABWUnorderedListElement, and libabw::ABWOrderedListElement.
Referenced by libabw::ABWOrderedListElement::writeOut(), and libabw::ABWUnorderedListElement::writeOut().
| int libabw::ABWListElement::m_listLevel | 
Referenced by libabw::ABWStylesCollector::collectParagraphProperties(), and writeOut().
| double libabw::ABWListElement::m_minLabelWidth | 
Referenced by libabw::ABWStylesCollector::collectParagraphProperties(), and writeOut().
| int libabw::ABWListElement::m_parentId | 
Referenced by libabw::ABWStylesCollector::_processList().
| double libabw::ABWListElement::m_spaceBefore | 
Referenced by libabw::ABWStylesCollector::collectParagraphProperties(), and writeOut().