#include <QXPDetector.h>
Public Member Functions | |
| QXPDetector () | |
| ~QXPDetector () | |
| void | detect (const std::shared_ptr< librevenge::RVNGInputStream > &input) |
| const std::shared_ptr < librevenge::RVNGInputStream > & | input () const |
| const std::shared_ptr < QXPHeader > & | header () const |
| bool | isSupported () const |
| QXPDocument::Type | type () const |
Private Attributes | |
| std::shared_ptr < librevenge::RVNGInputStream > | m_input |
| std::shared_ptr< QXPHeader > | m_header |
| QXPDocument::Type | m_type |
| bool | m_supported |
| void libqxp::QXPDetector::detect | ( | const std::shared_ptr< librevenge::RVNGInputStream > & | input | ) |
| const std::shared_ptr< QXPHeader > & libqxp::QXPDetector::header | ( | ) | const |
| const std::shared_ptr< librevenge::RVNGInputStream > & libqxp::QXPDetector::input | ( | ) | const |
Referenced by detect().
| bool libqxp::QXPDetector::isSupported | ( | ) | const |
| QXPDocument::Type libqxp::QXPDetector::type | ( | ) | const |
Referenced by detect().
std::shared_ptr<QXPHeader> libqxp::QXPDetector::m_header [private] |
std::shared_ptr<librevenge::RVNGInputStream> libqxp::QXPDetector::m_input [private] |
bool libqxp::QXPDetector::m_supported [private] |
Referenced by detect(), and isSupported().
QXPDocument::Type libqxp::QXPDetector::m_type [private] |