34 #ifndef MWAW_SUBDOCUMENT_HXX
35 #define MWAW_SUBDOCUMENT_HXX
60 bool operator!=(shared_ptr<MWAWSubDocument>
const &doc)
const;
62 bool operator==(shared_ptr<MWAWSubDocument>
const &doc)
const {
virtual bool operator!=(MWAWSubDocument const &doc) const
comparison operator!=
Definition: MWAWSubDocument.cxx:68
virtual void parse(MWAWContentListenerPtr &listener, libmwaw::SubDocumentType subDocumentType)=0
virtual parse function
SubDocumentType
Definition: libmwaw_internal.hxx:162
MWAWParser * m_parser
the main zone parser
Definition: MWAWSubDocument.hxx:77
MWAWSubDocument & operator=(MWAWSubDocument const &doc)
copy operator
Definition: MWAWSubDocument.cxx:58
abstract class used to store a subdocument (with a comparison function)
Definition: MWAWSubDocument.hxx:41
bool operator==(MWAWSubDocument const &doc) const
comparison operator==
Definition: MWAWSubDocument.hxx:56
virtual void parseGraphic(MWAWGraphicListenerPtr &listener, libmwaw::SubDocumentType subDocumentType)
virtual parse function
Definition: MWAWSubDocument.cxx:52
MWAWSubDocument(MWAWParser *pars, MWAWInputStreamPtr ip, MWAWEntry const &z)
constructor from parser, input stream and zone in the input
Definition: MWAWSubDocument.cxx:38
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:348
shared_ptr< MWAWGraphicListener > MWAWGraphicListenerPtr
a smart pointer of MWAWGraphicListener
Definition: libmwaw_internal.hxx:346
shared_ptr< MWAWContentListener > MWAWContentListenerPtr
a smart pointer of MWAWContentListener
Definition: libmwaw_internal.hxx:340
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:89
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
shared_ptr< MWAWInputStream > m_input
the input
Definition: MWAWSubDocument.hxx:79
virtual ~MWAWSubDocument()
virtual destructor
Definition: MWAWSubDocument.cxx:48
bool operator==(shared_ptr< MWAWSubDocument > const &doc) const
comparison operator==
Definition: MWAWSubDocument.hxx:62
MWAWEntry m_zone
if valid the zone to parse
Definition: MWAWSubDocument.hxx:81