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