#include <VSDCharacterList.h>
List of all members.
Public Member Functions |
| VSDCharacterList () |
| VSDCharacterList (const VSDCharacterList &charList) |
| ~VSDCharacterList () |
VSDCharacterList & | operator= (const VSDCharacterList &charList) |
void | addCharIX (unsigned id, unsigned level, unsigned charCount, const boost::optional< VSDName > &font, const boost::optional< Colour > &fontColour, const boost::optional< double > &fontSize, const boost::optional< bool > &bold, const boost::optional< bool > &italic, const boost::optional< bool > &underline, const boost::optional< bool > &doubleunderline, const boost::optional< bool > &strikeout, const boost::optional< bool > &doublestrikeout, const boost::optional< bool > &allcaps, const boost::optional< bool > &initcaps, const boost::optional< bool > &smallcaps, const boost::optional< bool > &superscript, const boost::optional< bool > &subscript) |
void | addCharIX (unsigned id, unsigned level, const VSDOptionalCharStyle &style) |
unsigned | getCharCount (unsigned id) const |
void | setCharCount (unsigned id, unsigned charCount) |
void | resetCharCount () |
unsigned | getLevel () const |
void | setElementsOrder (const std::vector< unsigned > &m_elementsOrder) |
void | handle (VSDCollector *collector) const |
void | clear () |
bool | empty () const |
Private Attributes |
std::map< unsigned,
VSDCharacterListElement * > | m_elements |
std::vector< unsigned > | m_elementsOrder |
Constructor & Destructor Documentation
Member Function Documentation
void libvisio::VSDCharacterList::addCharIX |
( |
unsigned |
id, |
|
|
unsigned |
level, |
|
|
unsigned |
charCount, |
|
|
const boost::optional< VSDName > & |
font, |
|
|
const boost::optional< Colour > & |
fontColour, |
|
|
const boost::optional< double > & |
fontSize, |
|
|
const boost::optional< bool > & |
bold, |
|
|
const boost::optional< bool > & |
italic, |
|
|
const boost::optional< bool > & |
underline, |
|
|
const boost::optional< bool > & |
doubleunderline, |
|
|
const boost::optional< bool > & |
strikeout, |
|
|
const boost::optional< bool > & |
doublestrikeout, |
|
|
const boost::optional< bool > & |
allcaps, |
|
|
const boost::optional< bool > & |
initcaps, |
|
|
const boost::optional< bool > & |
smallcaps, |
|
|
const boost::optional< bool > & |
superscript, |
|
|
const boost::optional< bool > & |
subscript |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following files: