WPG1Parser.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2 /* libwpg
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) 2006 Ariya Hidayat (ariya@kde.org)
11  * Copyright (C) 2005 Fridrich Strba (fridrich.strba@bluewin.ch)
12  * Copyright (C) 2004 Marc Oude Kotte (marc@solcon.nl)
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://libwpg.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 __WPG1PARSER_H__
29 #define __WPG1PARSER_H__
30 
31 #include "WPGXParser.h"
32 #include "WPGDashArray.h"
33 #include "WPGBitmap.h"
34 #include <librevenge/librevenge.h>
35 #include <vector>
36 
37 class WPG1Parser : public WPGXParser
38 {
39 public:
40  WPG1Parser(librevenge::RVNGInputStream *input, librevenge::RVNGDrawingInterface *painter);
41  bool parse();
42 
43 private:
44  void handleStartWPG();
45  void handleEndWPG();
46 
47  void handleFillAttributes();
48  void handleLineAttributes();
49  void handleColormap();
50 
51  void handleLine();
52  void handlePolyline();
53  void handleRectangle();
54  void handlePolygon();
55  void handleEllipse();
56 
57  void handleCurvedPolyline();
58 
59  void decodeRLE(std::vector<unsigned char> &buffer, unsigned width, unsigned height, unsigned depth);
60  void fillPixels(libwpg::WPGBitmap &bitmap, const unsigned char *buffer, unsigned width, unsigned height, unsigned depth);
61  void handleBitmapTypeOne();
62  void handleBitmapTypeTwo();
65 
70 
71  void resetPalette();
72 
73  // parsing context
76  bool m_success;
77  bool m_exit;
79  int m_width;
80  int m_height;
81  ::librevenge::RVNGPropertyList m_style;
87  ::librevenge::RVNGPropertyListVector m_gradient;
88 };
89 
90 #endif // __WPG1PARSER_H__
91 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
void handleEllipse()
Definition: WPG1Parser.cpp:494
void handleStartWPG()
Definition: WPG1Parser.cpp:274
bool m_exit
Definition: WPG1Parser.h:77
void handleBitmapTypeTwo()
Definition: WPG1Parser.cpp:762
bool parse()
Definition: WPG1Parser.cpp:160
Definition: WPGDashArray.h:34
void handlePostscriptTypeTwo()
Definition: WPG1Parser.cpp:858
Definition: WPGColor.h:34
libwpg::WPGColor m_penForeColor
Definition: WPG1Parser.h:82
int m_width
Definition: WPG1Parser.h:79
void decodeRLE(std::vector< unsigned char > &buffer, unsigned width, unsigned height, unsigned depth)
Definition: WPG1Parser.cpp:573
libwpg::WPGDashArray m_dashArray
Definition: WPG1Parser.h:86
libwpg::WPGColor m_brushForeColor
Definition: WPG1Parser.h:84
libwpg::WPGColor m_brushBackColor
Definition: WPG1Parser.h:85
void handlePolyline()
Definition: WPG1Parser.cpp:408
void handleRectangle()
Definition: WPG1Parser.cpp:435
Definition: WPG1Parser.h:37
long m_recordEnd
Definition: WPG1Parser.h:75
int m_height
Definition: WPG1Parser.h:80
void handleLineAttributes()
Definition: WPG1Parser.cpp:348
::librevenge::RVNGPropertyList m_style
Definition: WPG1Parser.h:81
void handleColormap()
Definition: WPG1Parser.cpp:306
void handleBitmapTypeOne()
Definition: WPG1Parser.cpp:710
bool m_graphicsStarted
Definition: WPG1Parser.h:78
void handleLine()
Definition: WPG1Parser.cpp:375
void handlePolygon()
Definition: WPG1Parser.cpp:464
void handleCurvedPolyline()
Definition: WPG1Parser.cpp:524
void handleGraphicsTextTypeOne()
Definition: WPG1Parser.cpp:918
void handleFillAttributes()
Definition: WPG1Parser.cpp:327
::librevenge::RVNGPropertyListVector m_gradient
Definition: WPG1Parser.h:87
void handleEndWPG()
Definition: WPG1Parser.cpp:295
WPG1Parser(librevenge::RVNGInputStream *input, librevenge::RVNGDrawingInterface *painter)
Definition: WPG1Parser.cpp:142
libwpg::WPGColor m_penBackColor
Definition: WPG1Parser.h:83
void resetPalette()
Definition: WPG1Parser.cpp:983
Definition: WPGXParser.h:38
void fillPixels(libwpg::WPGBitmap &bitmap, const unsigned char *buffer, unsigned width, unsigned height, unsigned depth)
Definition: WPG1Parser.cpp:639
bool m_success
Definition: WPG1Parser.h:76
void handlePostscriptTypeOne()
Definition: WPG1Parser.cpp:830
int m_recordLength
Definition: WPG1Parser.h:74
void handleGraphicsTextTypeThree()
void handleGraphicsTextAttributes()
Definition: WPG1Parser.cpp:912
void handleGraphicsTextTypeTwo()
Definition: WPG1Parser.cpp:948
Definition: WPGBitmap.h:36

Generated for libwpg by doxygen 1.8.7