#include <VSDCharacterList.h>
|
| 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 |
|
libvisio::VSDCharacterList::VSDCharacterList |
( |
| ) |
|
libvisio::VSDCharacterList::VSDCharacterList |
( |
const VSDCharacterList & |
charList | ) |
|
libvisio::VSDCharacterList::~VSDCharacterList |
( |
| ) |
|
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 |
|
) |
| |
void libvisio::VSDCharacterList::addCharIX |
( |
unsigned |
id, |
|
|
unsigned |
level, |
|
|
const VSDOptionalCharStyle & |
style |
|
) |
| |
void libvisio::VSDCharacterList::clear |
( |
| ) |
|
bool libvisio::VSDCharacterList::empty |
( |
| ) |
const |
|
inline |
unsigned libvisio::VSDCharacterList::getCharCount |
( |
unsigned |
id | ) |
const |
unsigned libvisio::VSDCharacterList::getLevel |
( |
| ) |
const |
void libvisio::VSDCharacterList::handle |
( |
VSDCollector * |
collector | ) |
const |
void libvisio::VSDCharacterList::resetCharCount |
( |
| ) |
|
void libvisio::VSDCharacterList::setCharCount |
( |
unsigned |
id, |
|
|
unsigned |
charCount |
|
) |
| |
void libvisio::VSDCharacterList::setElementsOrder |
( |
const std::vector< unsigned > & |
m_elementsOrder | ) |
|
std::vector<unsigned> libvisio::VSDCharacterList::m_elementsOrder |
|
private |
The documentation for this class was generated from the following files: