ZMF2Parser.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /*
3  * This file is a part of the libzmf project.
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 
10 #ifndef ZMF2PARSER_H_INCLUDED
11 #define ZMF2PARSER_H_INCLUDED
12 
13 #include <librevenge/librevenge.h>
14 
15 #include "libzmf_utils.h"
16 
17 namespace libzmf
18 {
19 
21 {
22  // disable copying
23  ZMF2Parser(const ZMF2Parser &other) = delete;
24  ZMF2Parser &operator=(const ZMF2Parser &other) = delete;
25 
26 public:
27  ZMF2Parser(const RVNGInputStreamPtr &input, librevenge::RVNGDrawingInterface *painter);
28  bool parse();
29 
30 protected:
32  librevenge::RVNGDrawingInterface *m_painter;
33 };
34 
35 }
36 
37 #endif // ZMF2PARSER_H_INCLUDED
38 
39 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
const RVNGInputStreamPtr m_input
Definition: ZMF2Parser.h:31
Definition: ZMF2Parser.h:20
ZMF2Parser & operator=(const ZMF2Parser &other)=delete
std::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
Definition: libzmf_utils.h:80
librevenge::RVNGDrawingInterface * m_painter
Definition: ZMF2Parser.h:32
bool parse()
Definition: ZMF2Parser.cpp:21
Definition: BMIHeader.cpp:13
ZMF2Parser(const ZMF2Parser &other)=delete

Generated for libzmf by doxygen 1.8.14