WP6SetNumberGroup.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 WP6SETNUMBERGROUP_H
22 #define WP6SETNUMBERGROUP_H
23 
24 #include "WP6VariableLengthGroup.h"
25 
27 {
28 public:
29  WP6SetNumberGroup(librevenge::RVNGInputStream *input, WPXEncryption *encryption);
30  ~WP6SetNumberGroup() override;
31  void _readContents(librevenge::RVNGInputStream *input, WPXEncryption *encryption) override;
32  void parse(WP6Listener *listener) override;
33 private:
35  unsigned char m_startingLevelNumber;
36  unsigned short m_countNumbers;
37 };
38 
39 #endif /* WP6SETNUMBERGROUP_H */
40 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
Definition: WP6Listener.h:41
Definition: WP6SetNumberGroup.h:27
~WP6SetNumberGroup() override
Definition: WP6SetNumberGroup.cpp:44
unsigned char m_countOfLevelNumbersSetting
Definition: WP6SetNumberGroup.h:34
unsigned short m_countNumbers
Definition: WP6SetNumberGroup.h:36
void _readContents(librevenge::RVNGInputStream *input, WPXEncryption *encryption) override
Definition: WP6SetNumberGroup.cpp:48
WP6SetNumberGroup(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: WP6SetNumberGroup.cpp:34
unsigned char m_startingLevelNumber
Definition: WP6SetNumberGroup.h:35
void parse(WP6Listener *listener) override
Definition: WP6SetNumberGroup.cpp:63
Definition: WP6VariableLengthGroup.h:43
Definition: WPXEncryption.h:36

Generated for libwpd by doxygen 1.9.1