WP5BoxGroup.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) 2007 Fridrich Strba (fridrich.strba@bluewin.ch)
11  *
12  * For minor contributions see the git repository.
13  *
14  * Alternatively, the contents of this file may be used under the terms
15  * of the GNU Lesser General Public License Version 2.1 or later
16  * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
17  * applicable instead of those above.
18  *
19  * For further information visit http://libwpd.sourceforge.net
20  */
21 
22 /* "This product is not manufactured, approved, or supported by
23  * Corel Corporation or Corel Corporation Limited."
24  */
25 
26 #ifndef WP5BOXGROUP_H
27 #define WP5BOXGROUP_H
28 
29 #include "WP5VariableLengthGroup.h"
30 #include <libwpd/libwpd.h>
31 
33 {
34 public:
35  WP5BoxGroup(librevenge::RVNGInputStream *input, WPXEncryption *encryption);
36  void parse(WP5Listener *listener) override;
37 
38 protected:
39  void _readContents(librevenge::RVNGInputStream *input, WPXEncryption *encryption) override;
40 
41 private:
42  unsigned short m_boxNumber;
44  unsigned short m_width, m_height, m_x, m_y;
45  unsigned char m_boxType;
46  unsigned short m_graphicsOffset;
47  const librevenge::RVNGBinaryData *m_data;
48  // Unimplemented to prevent compiler from creating crasher ones
51 };
52 
53 #endif /* WP5BOXGROUP_H */
54 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
WP5BoxGroup::parse
void parse(WP5Listener *listener) override
Definition: WP5BoxGroup.cpp:84
WP5BoxGroup.h
WP5BoxGroup::m_boxNumber
unsigned short m_boxNumber
Definition: WP5BoxGroup.h:42
WP5VariableLengthGroup::getSubGroup
unsigned char getSubGroup() const
Definition: WP5VariableLengthGroup.h:54
WP5BoxGroup
Definition: WP5BoxGroup.h:33
WP5PrefixData.h
WP5BoxGroup::m_x
unsigned short m_x
Definition: WP5BoxGroup.h:44
WPD_DEBUG_MSG
#define WPD_DEBUG_MSG(M)
Definition: libwpd_internal.h:50
readU16
unsigned short readU16(librevenge::RVNGInputStream *input, WPXEncryption *encryption, bool bigendian)
Definition: libwpd_internal.cpp:119
WP5BoxGroup::WP5BoxGroup
WP5BoxGroup(const WP5BoxGroup &)
WP5_TOP_BOX_GROUP_VERTICAL_LINE
#define WP5_TOP_BOX_GROUP_VERTICAL_LINE
Definition: WP5FileStructure.h:118
WP5BoxGroup::m_positionAndType
unsigned char m_positionAndType
Definition: WP5BoxGroup.h:43
WP5BoxGroup::WP5BoxGroup
WP5BoxGroup(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: WP5BoxGroup.cpp:34
libwpd_internal.h
WP5Listener
Definition: WP5Listener.h:41
WP5Listener::getGeneralPacketData
const WP5GeneralPacketData * getGeneralPacketData(const int type) const
Definition: WP5Listener.cpp:39
WP5GraphicsInformationPacket.h
WP5Listener::boxOff
virtual void boxOff()=0
WP5_TOP_BOX_GROUP_TABLE
#define WP5_TOP_BOX_GROUP_TABLE
Definition: WP5FileStructure.h:113
WP5BoxGroup::operator=
WP5BoxGroup & operator=(const WP5BoxGroup &)
WP5BoxGroup::m_y
unsigned short m_y
Definition: WP5BoxGroup.h:44
WP5_TOP_BOX_GROUP_HORIZONTAL_LINE
#define WP5_TOP_BOX_GROUP_HORIZONTAL_LINE
Definition: WP5FileStructure.h:117
WP5_TOP_BOX_GROUP_FIGURE
#define WP5_TOP_BOX_GROUP_FIGURE
Definition: WP5FileStructure.h:112
WP5Listener::insertGraphicsData
virtual void insertGraphicsData(const librevenge::RVNGBinaryData *data)=0
WPXListener.h
WP5Listener.h
WP5_TOP_BOX_GROUP_USER_DEFINED_BOX
#define WP5_TOP_BOX_GROUP_USER_DEFINED_BOX
Definition: WP5FileStructure.h:115
WP5GraphicsInformationPacket
Definition: WP5GraphicsInformationPacket.h:36
WP5BoxGroup::m_alignment
unsigned char m_alignment
Definition: WP5BoxGroup.h:43
WP5FileStructure.h
WP5_TOP_BOX_GROUP_TEXT_BOX
#define WP5_TOP_BOX_GROUP_TEXT_BOX
Definition: WP5FileStructure.h:114
WP5VariableLengthGroup.h
WP5BoxGroup::m_graphicsOffset
unsigned short m_graphicsOffset
Definition: WP5BoxGroup.h:46
WP5BoxGroup::m_width
unsigned short m_width
Definition: WP5BoxGroup.h:44
WP5BoxGroup::_readContents
void _readContents(librevenge::RVNGInputStream *input, WPXEncryption *encryption) override
Definition: WP5BoxGroup.cpp:50
WP5BoxGroup::m_boxType
unsigned char m_boxType
Definition: WP5BoxGroup.h:45
libwpd.h
readU8
unsigned char readU8(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: libwpd_internal.cpp:106
WP5VariableLengthGroup::_read
void _read(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: WP5VariableLengthGroup.cpp:113
WP5_TOP_BOX_GROUP_EQUATION
#define WP5_TOP_BOX_GROUP_EQUATION
Definition: WP5FileStructure.h:116
WPXEncryption
Definition: WPXEncryption.h:36
WP5BoxGroup::m_data
const librevenge::RVNGBinaryData * m_data
Definition: WP5BoxGroup.h:47
WP5BoxGroup::m_height
unsigned short m_height
Definition: WP5BoxGroup.h:44
WP5Listener::boxOn
virtual void boxOn(unsigned char positionAndType, unsigned char alignment, unsigned short width, unsigned short height, unsigned short x, unsigned short y)=0
WP5VariableLengthGroup
Definition: WP5VariableLengthGroup.h:41

Generated for libwpd by doxygen 1.8.20