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;
Definition: QXPMacFileParser.h:22
std::string & m_type
Definition: QXPMacFileParser.h:30
std::shared_ptr< librevenge::RVNGInputStream > & m_dataFork
Definition: QXPMacFileParser.h:29
std::string & m_creator
Definition: QXPMacFileParser.h:31
bool parse(const std::shared_ptr< librevenge::RVNGInputStream > &input)
Definition: QXPMacFileParser.cpp:1240
Definition: libqxp_utils.cpp:25