WP6NumberingMethodGroup.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2 /* libwpd
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  * Alternatively, the contents of this file may be used under the terms
10  * of the GNU Lesser General Public License Version 2.1 or later
11  * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
12  * applicable instead of those above.
13  *
14  * For further information visit http://libwpd.sourceforge.net
15  */
16 
17 /* "This product is not manufactured, approved, or supported by
18  * Corel Corporation or Corel Corporation Limited."
19  */
20 
21 #ifndef WP6NUMBERINGMETHODGROUP_H
22 #define WP6NUMBERINGMETHODGROUP_H
23 
24 #include "WP6VariableLengthGroup.h"
25 
27 {
28 public:
29  WP6NumberingMethodGroup(librevenge::RVNGInputStream *input, WPXEncryption *encryption);
30  ~WP6NumberingMethodGroup() override;
31  void _readContents(librevenge::RVNGInputStream *input, WPXEncryption *encryption) override;
32  void parse(WP6Listener *listener) override;
33 private:
34  unsigned char m_levelNumber;
35  unsigned char m_numberingMethod;
36 };
37 
38 #endif /* WP6NUMBERINGMETHODGROUP_H */
39 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
unsigned char m_levelNumber
Definition: WP6NumberingMethodGroup.h:34
Definition: WP6Listener.h:40
~WP6NumberingMethodGroup() override
Definition: WP6NumberingMethodGroup.cpp:43
void parse(WP6Listener *listener) override
Definition: WP6NumberingMethodGroup.cpp:60
unsigned char m_numberingMethod
Definition: WP6NumberingMethodGroup.h:35
Definition: WP6NumberingMethodGroup.h:26
Definition: WPXEncryption.h:35
Definition: WP6VariableLengthGroup.h:40
void _readContents(librevenge::RVNGInputStream *input, WPXEncryption *encryption) override
Definition: WP6NumberingMethodGroup.cpp:47
WP6NumberingMethodGroup(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: WP6NumberingMethodGroup.cpp:34

Generated for libwpd by doxygen 1.8.14