#include <VSDXOutputElementList.h>
Public Member Functions | |
| VSDXOutputElementList () | |
| VSDXOutputElementList (const VSDXOutputElementList &elementList) | |
| VSDXOutputElementList & | operator= (const VSDXOutputElementList &elementList) |
| virtual | ~VSDXOutputElementList () |
| void | append (const VSDXOutputElementList &elementList) |
| void | draw (libwpg::WPGPaintInterface *painter) const |
| void | addStyle (const WPXPropertyList &propList, const WPXPropertyListVector &propListVec) |
| void | addPath (const WPXPropertyListVector &propListVec) |
| void | addGraphicObject (const WPXPropertyList &propList, const ::WPXBinaryData &binaryData) |
| void | addStartTextObject (const WPXPropertyList &propList, const WPXPropertyListVector &propListVec) |
| void | addStartTextLine (const WPXPropertyList &propList) |
| void | addStartTextSpan (const WPXPropertyList &propList) |
| void | addInsertText (const WPXString &text) |
| void | addEndTextSpan () |
| void | addEndTextLine () |
| void | addEndTextObject () |
| bool | empty () const |
Private Attributes | |
| std::vector< VSDXOutputElement * > | m_elements |
| libvisio::VSDXOutputElementList::VSDXOutputElementList | ( | const VSDXOutputElementList & | elementList | ) |
| libvisio::VSDXOutputElementList::~VSDXOutputElementList | ( | ) | [virtual] |
| void libvisio::VSDXOutputElementList::addGraphicObject | ( | const WPXPropertyList & | propList, |
| const ::WPXBinaryData & | binaryData | ||
| ) |
| void libvisio::VSDXOutputElementList::addInsertText | ( | const WPXString & | text | ) |
| void libvisio::VSDXOutputElementList::addPath | ( | const WPXPropertyListVector & | propListVec | ) |
| void libvisio::VSDXOutputElementList::addStartTextLine | ( | const WPXPropertyList & | propList | ) |
| void libvisio::VSDXOutputElementList::addStartTextObject | ( | const WPXPropertyList & | propList, |
| const WPXPropertyListVector & | propListVec | ||
| ) |
| void libvisio::VSDXOutputElementList::addStartTextSpan | ( | const WPXPropertyList & | propList | ) |
| void libvisio::VSDXOutputElementList::addStyle | ( | const WPXPropertyList & | propList, |
| const WPXPropertyListVector & | propListVec | ||
| ) |
| void libvisio::VSDXOutputElementList::append | ( | const VSDXOutputElementList & | elementList | ) |
| void libvisio::VSDXOutputElementList::draw | ( | libwpg::WPGPaintInterface * | painter | ) | const |
| bool libvisio::VSDXOutputElementList::empty | ( | ) | const [inline] |
| libvisio::VSDXOutputElementList & libvisio::VSDXOutputElementList::operator= | ( | const VSDXOutputElementList & | elementList | ) |
std::vector<VSDXOutputElement *> libvisio::VSDXOutputElementList::m_elements [private] |
Referenced by append(), empty(), operator=(), and VSDXOutputElementList().