#include <QXPBlockParser.h>
Public Member Functions | |
| QXPBlockParser (const std::shared_ptr< librevenge::RVNGInputStream > &input, const std::shared_ptr< QXPHeader > &header) | |
| std::shared_ptr < librevenge::RVNGInputStream > | getBlock (const uint32_t index) |
| std::shared_ptr < librevenge::RVNGInputStream > | getChain (const uint32_t index) |
Private Member Functions | |
| QXPBlockParser (const QXPBlockParser &other) | |
| QXPBlockParser & | operator= (const QXPBlockParser &other) |
Private Attributes | |
| const std::shared_ptr < librevenge::RVNGInputStream > | m_input |
| const std::shared_ptr< QXPHeader > | m_header |
| const bool | be |
| const unsigned long | m_length |
| const uint32_t | m_blockLength |
| const uint32_t | m_lastBlock |
| libqxp::QXPBlockParser::QXPBlockParser | ( | const QXPBlockParser & | other | ) | [private] |
| libqxp::QXPBlockParser::QXPBlockParser | ( | const std::shared_ptr< librevenge::RVNGInputStream > & | input, |
| const std::shared_ptr< QXPHeader > & | header | ||
| ) |
| std::shared_ptr< RVNGInputStream > libqxp::QXPBlockParser::getBlock | ( | const uint32_t | index | ) |
Referenced by libqxp::QXPTextParser::parseText().
| std::shared_ptr< RVNGInputStream > libqxp::QXPBlockParser::getChain | ( | const uint32_t | index | ) |
Referenced by libqxp::QXPParser::parse(), and libqxp::QXPTextParser::parseText().
| QXPBlockParser& libqxp::QXPBlockParser::operator= | ( | const QXPBlockParser & | other | ) | [private] |
const bool libqxp::QXPBlockParser::be [private] |
Referenced by getChain().
const uint32_t libqxp::QXPBlockParser::m_blockLength [private] |
Referenced by getBlock(), and getChain().
const std::shared_ptr<QXPHeader> libqxp::QXPBlockParser::m_header [private] |
Referenced by getChain().
const std::shared_ptr<librevenge::RVNGInputStream> libqxp::QXPBlockParser::m_input [private] |
Referenced by getBlock(), and getChain().
const uint32_t libqxp::QXPBlockParser::m_lastBlock [private] |
Referenced by getBlock(), and getChain().
const unsigned long libqxp::QXPBlockParser::m_length [private] |