#include <ZBRParser.h>
Public Member Functions | |
| ZBRParser (const RVNGInputStreamPtr &input, librevenge::RVNGDrawingInterface *painter) | |
| bool | parse () |
Protected Attributes | |
| const RVNGInputStreamPtr | m_input |
| ZMFCollector | m_collector |
| ZBRHeader | m_header |
Private Member Functions | |
| ZBRParser (const ZBRParser &other) | |
| ZBRParser & | operator= (const ZBRParser &other) |
| libzmf::ZBRParser::ZBRParser | ( | const ZBRParser & | other | ) | [private] |
| libzmf::ZBRParser::ZBRParser | ( | const RVNGInputStreamPtr & | input, |
| librevenge::RVNGDrawingInterface * | painter | ||
| ) |
| bool libzmf::ZBRParser::parse | ( | ) |
ZMFCollector libzmf::ZBRParser::m_collector [protected] |
Referenced by parse().
ZBRHeader libzmf::ZBRParser::m_header [protected] |
Referenced by parse().
const RVNGInputStreamPtr libzmf::ZBRParser::m_input [protected] |
Referenced by parse().