librevenge::RVNGHTMLTextListStyleManager::List Struct Reference

#include <RVNGHTMLTextTextStyle.h>

Public Member Functions

 List ()
 constructor More...
 
 ~List ()
 destructor More...
 
void setLevel (int lvl, RVNGPropertyList const &property, bool ordered)
 set the property correspond to a level More...
 
void openLevel () const
 open a new level More...
 
void closeLevel () const
 open a new level More...
 
std::string str () const
 return the content string More...
 

Protected Attributes

std::vector< std::string > m_contentsList
 the properties More...
 
int m_level
 the actual list level More...
 

Constructor & Destructor Documentation

librevenge::RVNGHTMLTextListStyleManager::List::List ( )
inline

constructor

librevenge::RVNGHTMLTextListStyleManager::List::~List ( )
inline

destructor

Member Function Documentation

void librevenge::RVNGHTMLTextListStyleManager::List::closeLevel ( ) const
inline

open a new level

void librevenge::RVNGHTMLTextListStyleManager::List::openLevel ( ) const
inline

open a new level

void librevenge::RVNGHTMLTextListStyleManager::List::setLevel ( int  lvl,
RVNGPropertyList const &  property,
bool  ordered 
)

set the property correspond to a level

std::string librevenge::RVNGHTMLTextListStyleManager::List::str ( ) const

return the content string

Member Data Documentation

std::vector<std::string> librevenge::RVNGHTMLTextListStyleManager::List::m_contentsList
protected

the properties

Referenced by setLevel().

int librevenge::RVNGHTMLTextListStyleManager::List::m_level
mutableprotected

the actual list level

Referenced by closeLevel(), and openLevel().


The documentation for this struct was generated from the following files:

Generated for librevenge by doxygen 1.8.10