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  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
17  *
18  * For further information visit http://libwpd.sourceforge.net
19  */
20 
21 /* "This product is not manufactured, approved, or supported by
22  * Corel Corporation or Corel Corporation Limited."
23  */
24 
25 #ifndef WP6SETNUMBERGROUP_H
26 #define WP6SETNUMBERGROUP_H
27 
28 #include "WP6VariableLengthGroup.h"
29 
31 {
32 public:
33  WP6SetNumberGroup(WPXInputStream *input, WPXEncryption *encryption);
35  void _readContents(WPXInputStream *input, WPXEncryption *encryption);
36  void parse(WP6Listener *listener);
37 private:
40  uint16_t m_countNumbers;
41 };
42 
43 #endif /* WP6SETNUMBERGROUP_H */
44 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */

Generated for libwpd by doxygen 1.8.3