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