a structure use to store a list of styles More...
#include <Canvas5StyleManager.hxx>
Public Member Functions | |
StyleList () | |
constructor More... | |
Public Attributes | |
std::vector< std::pair< MWAWFont, int > > | m_fonts |
the fonts and the paragraph id More... | |
std::vector< std::pair< MWAWParagraph, int > > | m_paragraphs |
the paragraph list and the tab id More... | |
a structure use to store a list of styles
|
inline |
constructor
std::vector<std::pair<MWAWFont, int> > Canvas5StyleManager::StyleList::m_fonts |
the fonts and the paragraph id
Referenced by Canvas5StyleManager::readStyle(), and Canvas5Graph::sendText().
std::vector<std::pair<MWAWParagraph, int> > Canvas5StyleManager::StyleList::m_paragraphs |
the paragraph list and the tab id
Referenced by Canvas5Graph::readDeR3(), Canvas5StyleManager::readStyle(), and Canvas5Graph::sendText().