#include <QXPTextParser.h>
Public Member Functions | |
| QXPTextParser (const std::shared_ptr< librevenge::RVNGInputStream > &input, const std::shared_ptr< QXPHeader > &header) | |
| std::shared_ptr< Text > | parseText (unsigned index, const std::vector< std::shared_ptr< CharFormat >> &charFormats, const std::vector< std::shared_ptr< ParagraphFormat >> ¶graphFormats) |
Private Member Functions | |
| QXPTextParser (const QXPTextParser &other) | |
| QXPTextParser & | operator= (const QXPTextParser &other) |
Private Attributes | |
| const std::shared_ptr< QXPHeader > | m_header |
| const bool | be |
| const char * | m_encoding |
| QXPBlockParser | m_blockParser |
| libqxp::QXPTextParser::QXPTextParser | ( | const QXPTextParser & | other | ) | [private] |
| libqxp::QXPTextParser::QXPTextParser | ( | const std::shared_ptr< librevenge::RVNGInputStream > & | input, |
| const std::shared_ptr< QXPHeader > & | header | ||
| ) |
| QXPTextParser& libqxp::QXPTextParser::operator= | ( | const QXPTextParser & | other | ) | [private] |
| std::shared_ptr< Text > libqxp::QXPTextParser::parseText | ( | unsigned | index, |
| const std::vector< std::shared_ptr< CharFormat >> & | charFormats, | ||
| const std::vector< std::shared_ptr< ParagraphFormat >> & | paragraphFormats | ||
| ) |
Referenced by libqxp::QXPParser::parseText().
const bool libqxp::QXPTextParser::be [private] |
Referenced by parseText().
Referenced by parseText().
const char* libqxp::QXPTextParser::m_encoding [private] |
Referenced by parseText().
const std::shared_ptr<QXPHeader> libqxp::QXPTextParser::m_header [private] |
Referenced by parseText().