10 #ifndef QXPDETECTOR_H_INCLUDED    11 #define QXPDETECTOR_H_INCLUDED    15 #include <librevenge-stream/librevenge-stream.h>    17 #include <libqxp/libqxp.h>    30   void detect(
const std::shared_ptr<librevenge::RVNGInputStream> &
input);
    32   const std::shared_ptr<librevenge::RVNGInputStream> &
input() 
const;
    33   const std::shared_ptr<QXPHeader> &
header() 
const;
    35   QXPDocument::Type 
type() 
const;
    38   std::shared_ptr<librevenge::RVNGInputStream> 
m_input;
    46 #endif // QXPDETECTOR_H_INCLUDED bool isSupported() const
Definition: QXPDetector.cpp:140
QXPDetector()
Definition: QXPDetector.cpp:71
Definition: libqxp_utils.cpp:24
std::shared_ptr< librevenge::RVNGInputStream > m_input
Definition: QXPDetector.h:38
QXPDocument::Type type() const
Definition: QXPDetector.cpp:145
const std::shared_ptr< librevenge::RVNGInputStream > & input() const
Definition: QXPDetector.cpp:130
std::shared_ptr< QXPHeader > m_header
Definition: QXPDetector.h:39
bool m_supported
Definition: QXPDetector.h:41
Definition: QXPDetector.h:24
void detect(const std::shared_ptr< librevenge::RVNGInputStream > &input)
Definition: QXPDetector.cpp:79
QXPDocument::Type m_type
Definition: QXPDetector.h:40
const std::shared_ptr< QXPHeader > & header() const
Definition: QXPDetector.cpp:135