WP1FixedLengthGroup.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  * Major Contributor(s):
10  * Copyright (C) 2003 William Lachance (wrlach@gmail.com)
11  * Copyright (C) 2003 Marc Maurer (uwog@uwog.net)
12  * Copyright (c) 2006 Fridrich Strba (fridrich.strba@bluewin.ch)
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://libwpd.sourceforge.net
22  */
23 
24 /* "This product is not manufactured, approved, or supported by
25  * Corel Corporation or Corel Corporation Limited."
26  */
27 
28 #ifndef WP1FIXEDLENGTHGROUP_H
29 #define WP1FIXEDLENGTHGROUP_H
30 
31 #include "WP1Part.h"
32 
34 {
35 public:
36  WP1FixedLengthGroup(unsigned char group); // WP1FixedLengthGroup should _never_ be constructed, only its inherited classes
37  ~WP1FixedLengthGroup() override {}
38 
39  static WP1FixedLengthGroup *constructFixedLengthGroup(librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char group);
40 
41 protected:
42  void _read(librevenge::RVNGInputStream *input, WPXEncryption *encryption);
43  virtual void _readContents(librevenge::RVNGInputStream * /* input */, WPXEncryption * /* encryption */) {}
44 
45  unsigned char getGroup() const
46  {
47  return m_group;
48  }
49 
50 private:
51  unsigned char m_group;
52 };
53 
54 #endif /* WP1FIXEDLENGTHGROUP_H */
55 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
WP1CenterTextGroup
Definition: WP1CenterTextGroup.h:32
WP1FixedLengthGroup::m_group
unsigned char m_group
Definition: WP1FixedLengthGroup.h:51
WP1SuppressPageCharacteristicsGroup.h
WP1SpacingResetGroup
Definition: WP1SpacingResetGroup.h:32
WP1UnsupportedFixedLengthGroup.h
WP1_LEFT_INDENT_GROUP
#define WP1_LEFT_INDENT_GROUP
Definition: WP1FileStructure.h:53
WP1PointSizeGroup
Definition: WP1PointSizeGroup.h:32
WP1CenterTextGroup.h
WP1TopMarginGroup.h
WP1Part.h
FileException
Definition: libwpd_internal.h:209
WP1_MARGIN_RELEASE_GROUP
#define WP1_MARGIN_RELEASE_GROUP
Definition: WP1FileStructure.h:46
WP1_BOTTOM_MARGIN_SET_GROUP
#define WP1_BOTTOM_MARGIN_SET_GROUP
Definition: WP1FileStructure.h:57
WPD_DEBUG_MSG
#define WPD_DEBUG_MSG(M)
Definition: libwpd_internal.h:50
WP1JustificationGroup
Definition: WP1JustificationGroup.h:32
WP1PointSizeGroup.h
WP1_FONT_ID_GROUP
#define WP1_FONT_ID_GROUP
Definition: WP1FileStructure.h:52
WP1_FUNCTION_GROUP_SIZE
int WP1_FUNCTION_GROUP_SIZE[63]
Definition: WP1FileStructure.cpp:32
WP1FileStructure.h
libwpd_internal.h
WP1_LEFT_RIGHT_INDENT_GROUP
#define WP1_LEFT_RIGHT_INDENT_GROUP
Definition: WP1FileStructure.h:60
WP1Part
Definition: WP1Part.h:34
WP1FixedLengthGroup::getGroup
unsigned char getGroup() const
Definition: WP1FixedLengthGroup.h:45
WP1FixedLengthGroup
Definition: WP1FixedLengthGroup.h:34
WP1_TOP_MARGIN_SET_GROUP
#define WP1_TOP_MARGIN_SET_GROUP
Definition: WP1FileStructure.h:55
WP1FlushRightGroup.h
WP1LeftRightIndentGroup.h
WP1JustificationGroup.h
WP1LeftIndentGroup.h
WP1_MARGIN_RESET_GROUP
#define WP1_MARGIN_RESET_GROUP
Definition: WP1FileStructure.h:44
WP1LeftIndentGroup
Definition: WP1LeftIndentGroup.h:32
WP1BottomMarginGroup
Definition: WP1BottomMarginGroup.h:32
WP1FixedLengthGroup::WP1FixedLengthGroup
WP1FixedLengthGroup(unsigned char group)
Definition: WP1FixedLengthGroup.cpp:47
WP1_SPACING_RESET_GROUP
#define WP1_SPACING_RESET_GROUP
Definition: WP1FileStructure.h:45
WP1_EXTENDED_CHARACTER_GROUP
#define WP1_EXTENDED_CHARACTER_GROUP
Definition: WP1FileStructure.h:61
WP1FixedLengthGroup::_read
void _read(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: WP1FixedLengthGroup.cpp:90
WP1SuppressPageCharacteristicsGroup
Definition: WP1SuppressPageCharacteristicsGroup.h:32
WP1FixedLengthGroup::~WP1FixedLengthGroup
~WP1FixedLengthGroup() override
Definition: WP1FixedLengthGroup.h:37
WP1SpacingResetGroup.h
WP1UnsupportedFixedLengthGroup
Definition: WP1UnsupportedFixedLengthGroup.h:37
WP1_CENTER_TEXT_GROUP
#define WP1_CENTER_TEXT_GROUP
Definition: WP1FileStructure.h:47
WP1ExtendedCharacterGroup
Definition: WP1ExtendedCharacterGroup.h:32
WP1MarginReleaseGroup.h
WP1_JUSTIFICATION_GROUP
#define WP1_JUSTIFICATION_GROUP
Definition: WP1FileStructure.h:67
WP1FixedLengthGroup::_readContents
virtual void _readContents(librevenge::RVNGInputStream *, WPXEncryption *)
Definition: WP1FixedLengthGroup.h:43
WP1FontIdGroup.h
WP1FixedLengthGroup::constructFixedLengthGroup
static WP1FixedLengthGroup * constructFixedLengthGroup(librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char group)
Definition: WP1FixedLengthGroup.cpp:52
WP1FlushRightGroup
Definition: WP1FlushRightGroup.h:32
WP1_SUPPRESS_PAGE_CHARACTERISTICS_GROUP
#define WP1_SUPPRESS_PAGE_CHARACTERISTICS_GROUP
Definition: WP1FileStructure.h:56
WP1FontIdGroup
Definition: WP1FontIdGroup.h:32
WP1_FLUSH_RIGHT_GROUP
#define WP1_FLUSH_RIGHT_GROUP
Definition: WP1FileStructure.h:48
WP1BottomMarginGroup.h
WP1FixedLengthGroup.h
WP1MarginReleaseGroup
Definition: WP1MarginReleaseGroup.h:32
WP1MarginResetGroup.h
WP1LeftRightIndentGroup
Definition: WP1LeftRightIndentGroup.h:32
readU8
unsigned char readU8(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: libwpd_internal.cpp:106
WP1ExtendedCharacterGroup.h
WPXEncryption
Definition: WPXEncryption.h:36
WP1MarginResetGroup
Definition: WP1MarginResetGroup.h:35
WP1_POINT_SIZE_GROUP
#define WP1_POINT_SIZE_GROUP
Definition: WP1FileStructure.h:65
WP1TopMarginGroup
Definition: WP1TopMarginGroup.h:32

Generated for libwpd by doxygen 1.8.20