#include <VSDXCharacterList.h>
Public Member Functions | |
VSDXCharacterList () | |
VSDXCharacterList (const VSDXCharacterList &charList) | |
~VSDXCharacterList () | |
VSDXCharacterList & | operator= (const VSDXCharacterList &charList) |
void | addCharIX (unsigned id, unsigned level, unsigned charCount, unsigned short fontID, Colour fontColour, unsigned langId, double fontSize, bool bold, bool italic, bool underline, bool doubleunderline, bool strikeout, bool doublestrikeout, bool allcaps, bool initcaps, bool smallcaps, bool superscript, bool subscript, WPXString fontFace) |
void | setElementsOrder (const std::vector< unsigned > &m_elementsOrder) |
void | handle (VSDXCollector *collector) |
void | clear () |
bool | empty () const |
Private Attributes | |
std::map< unsigned, VSDXCharacterListElement * > | m_elements |
std::vector< unsigned > | m_elementsOrder |
libvisio::VSDXCharacterList::VSDXCharacterList | ( | const VSDXCharacterList & | charList | ) |
void libvisio::VSDXCharacterList::addCharIX | ( | unsigned | id, |
unsigned | level, | ||
unsigned | charCount, | ||
unsigned short | fontID, | ||
Colour | fontColour, | ||
unsigned | langId, | ||
double | fontSize, | ||
bool | bold, | ||
bool | italic, | ||
bool | underline, | ||
bool | doubleunderline, | ||
bool | strikeout, | ||
bool | doublestrikeout, | ||
bool | allcaps, | ||
bool | initcaps, | ||
bool | smallcaps, | ||
bool | superscript, | ||
bool | subscript, | ||
WPXString | fontFace | ||
) |
void libvisio::VSDXCharacterList::clear | ( | ) |
bool libvisio::VSDXCharacterList::empty | ( | ) | const [inline] |
void libvisio::VSDXCharacterList::handle | ( | VSDXCollector * | collector | ) |
libvisio::VSDXCharacterList & libvisio::VSDXCharacterList::operator= | ( | const VSDXCharacterList & | charList | ) |
void libvisio::VSDXCharacterList::setElementsOrder | ( | const std::vector< unsigned > & | m_elementsOrder | ) |
std::map<unsigned, VSDXCharacterListElement *> libvisio::VSDXCharacterList::m_elements [private] |
Referenced by empty(), operator=(), and VSDXCharacterList().
std::vector<unsigned> libvisio::VSDXCharacterList::m_elementsOrder [private] |
Referenced by operator=().