#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, double fontSize, bool bold, bool italic, bool underline, bool doubleunderline, bool strikeout, bool doublestrikeout, bool allcaps, bool initcaps, bool smallcaps, bool superscript, bool subscript, VSDXFont fontFace) |
void | setElementsOrder (const std::vector< unsigned > &m_elementsOrder) |
void | handle (VSDXCollector *collector) |
void | clear () |
bool | empty () const |
Constructor & Destructor Documentation
libvisio::VSDXCharacterList::VSDXCharacterList |
( |
| ) |
|
libvisio::VSDXCharacterList::~VSDXCharacterList |
( |
| ) |
|
Member Function Documentation
void libvisio::VSDXCharacterList::addCharIX |
( |
unsigned |
id, |
|
|
unsigned |
level, |
|
|
unsigned |
charCount, |
|
|
unsigned short |
fontID, |
|
|
Colour |
fontColour, |
|
|
double |
fontSize, |
|
|
bool |
bold, |
|
|
bool |
italic, |
|
|
bool |
underline, |
|
|
bool |
doubleunderline, |
|
|
bool |
strikeout, |
|
|
bool |
doublestrikeout, |
|
|
bool |
allcaps, |
|
|
bool |
initcaps, |
|
|
bool |
smallcaps, |
|
|
bool |
superscript, |
|
|
bool |
subscript, |
|
|
VSDXFont |
fontFace |
|
) |
| |
void libvisio::VSDXCharacterList::clear |
( |
| ) |
|
bool libvisio::VSDXCharacterList::empty |
( |
| ) |
const |
|
inline |
void libvisio::VSDXCharacterList::handle |
( |
VSDXCollector * |
collector | ) |
|
void libvisio::VSDXCharacterList::setElementsOrder |
( |
const std::vector< unsigned > & |
m_elementsOrder | ) |
|
Member Data Documentation
std::vector<unsigned> libvisio::VSDXCharacterList::m_elementsOrder |
|
private |
The documentation for this class was generated from the following files: