libepubgen::EPUBCSSContent Class Reference

#include <EPUBCSSContent.h>

Public Member Functions

 EPUBCSSContent ()
 
void insertRule (const librevenge::RVNGString &selector, const librevenge::RVNGPropertyList &properties)
 
void writeTo (EPUBPackage &package, const char *name)
 

Private Types

typedef std::vector< std::pair
< librevenge::RVNGString,
librevenge::RVNGPropertyList > > 
Rules_t
 

Private Attributes

Rules_t m_rules
 

Member Typedef Documentation

typedef std::vector<std::pair<librevenge::RVNGString, librevenge::RVNGPropertyList> > libepubgen::EPUBCSSContent::Rules_t
private

Constructor & Destructor Documentation

libepubgen::EPUBCSSContent::EPUBCSSContent ( )

Member Function Documentation

void libepubgen::EPUBCSSContent::insertRule ( const librevenge::RVNGString &  selector,
const librevenge::RVNGPropertyList &  properties 
)
void libepubgen::EPUBCSSContent::writeTo ( EPUBPackage &  package,
const char *  name 
)

Member Data Documentation

Rules_t libepubgen::EPUBCSSContent::m_rules
private

Referenced by insertRule(), and writeTo().


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

Generated for libepubgen by doxygen 1.8.8