10 #ifndef QXPMACSTREAM_H_INCLUDED
11 #define QXPMACSTREAM_H_INCLUDED
16 #include <librevenge-stream/librevenge-stream.h>
24 QXPMacFileParser(std::shared_ptr<librevenge::RVNGInputStream> &dataFork, std::string &type, std::string &creator);
26 bool parse(
const std::shared_ptr<librevenge::RVNGInputStream> &input);
29 std::shared_ptr<librevenge::RVNGInputStream> &
m_dataFork;
bool parse(const std::shared_ptr< librevenge::RVNGInputStream > &input)
Definition: QXPMacFileParser.cpp:1240
std::string & m_creator
Definition: QXPMacFileParser.h:31
std::shared_ptr< librevenge::RVNGInputStream > & m_dataFork
Definition: QXPMacFileParser.h:29
QXPMacFileParser(std::shared_ptr< librevenge::RVNGInputStream > &dataFork, std::string &type, std::string &creator)
Definition: QXPMacFileParser.cpp:1233
std::string & m_type
Definition: QXPMacFileParser.h:30
Definition: QXPMacFileParser.h:21