Public Member Functions | |
ABWOpenTableElement (const WPXPropertyList &propList, const WPXPropertyListVector &columns) | |
~ABWOpenTableElement () | |
void | write (WPXDocumentInterface *iface, const std::map< int, std::list< ABWOutputElement * > > *footers, const std::map< int, std::list< ABWOutputElement * > > *headers) const |
Private Attributes | |
WPXPropertyList | m_propList |
WPXPropertyListVector | m_columns |
libabw::ABWOpenTableElement::ABWOpenTableElement | ( | const WPXPropertyList & | propList, |
const WPXPropertyListVector & | columns | ||
) | [inline] |
libabw::ABWOpenTableElement::~ABWOpenTableElement | ( | ) | [inline] |
void libabw::ABWOpenTableElement::write | ( | WPXDocumentInterface * | iface, |
const std::map< int, std::list< ABWOutputElement * > > * | footers, | ||
const std::map< int, std::list< ABWOutputElement * > > * | headers | ||
) | const [virtual] |
Implements libabw::ABWOutputElement.
WPXPropertyListVector libabw::ABWOpenTableElement::m_columns [private] |
WPXPropertyList libabw::ABWOpenTableElement::m_propList [private] |