WPSTextSubDocument.h
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2/* libwps
3 * Version: MPL 2.0 / LGPLv2.1+
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * Major Contributor(s):
10 * Copyright (C) 2006, 2007 Andrew Ziem
11 * Copyright (C) 2003-2005 William Lachance (william.lachance@sympatico.ca)
12 * Copyright (C) 2003 Marc Maurer (uwog@uwog.net)
13 *
14 * For minor contributions see the git repository.
15 *
16 * Alternatively, the contents of this file may be used under the terms
17 * of the GNU Lesser General Public License Version 2.1 or later
18 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
19 * applicable instead of those above.
20 *
21 * For further information visit http://libwps.sourceforge.net
22 */
23
24#ifndef WPSTEXTSUBDOCUMENT_H
25#define WPSTEXTSUBDOCUMENT_H
26
27#include "libwps_internal.h"
28
29#include "WPSSubDocument.h"
30
32class WPSParser;
33
36{
37public:
41 virtual ~WPSTextSubDocument();
42
45 {
46 return m_input;
47 }
50 {
51 return m_parser;
52 }
54 virtual bool operator==(shared_ptr<WPSTextSubDocument> const &doc) const;
55
59 virtual void parse(shared_ptr<WPSContentListener> &listener, libwps::SubDocumentType subDocumentType) = 0;
60
61protected:
63private:
66};
67#endif
68/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
69
Definition: WPSContentListener.h:45
Definition: WPSParser.h:36
virtual class to define a sub document
Definition: WPSSubDocument.h:34
RVNGInputStreamPtr m_input
Definition: WPSSubDocument.h:65
Basic class used to store a sub document.
Definition: WPSTextSubDocument.h:36
RVNGInputStreamPtr & getInput()
returns the input
Definition: WPSTextSubDocument.h:44
WPSParser * parser() const
returns the parser
Definition: WPSTextSubDocument.h:49
WPSTextSubDocument & operator=(const WPSTextSubDocument &)
WPSParser * m_parser
Definition: WPSTextSubDocument.h:62
virtual bool operator==(shared_ptr< WPSTextSubDocument > const &doc) const
an operator =
Definition: WPSTextSubDocument.cpp:35
virtual void parse(shared_ptr< WPSContentListener > &listener, libwps::SubDocumentType subDocumentType)=0
virtual parse function
WPSTextSubDocument(const WPSTextSubDocument &)
virtual ~WPSTextSubDocument()
destructor
Definition: WPSTextSubDocument.cpp:31
shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:88
SubDocumentType
Definition: libwps_internal.h:246

Generated on Fri Sep 30 2022 11:47:43 for libwps by doxygen 1.9.5