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
37class WPG1Parser : public WPGXParser
38{
39public:
40 WPG1Parser(librevenge::RVNGInputStream *input, librevenge::RVNGDrawingInterface *painter);
41 bool parse();
42
43private:
44 void handleStartWPG();
45 void handleEndWPG();
46
49 void handleColormap();
50
51 void handleLine();
52 void handlePolyline();
53 void handleRectangle();
54 void handlePolygon();
55 void handleEllipse();
56
58
59 bool 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);
65
70
71 void resetPalette();
72
73 // parsing context
77 bool m_exit;
81 ::librevenge::RVNGPropertyList m_style;
87 ::librevenge::RVNGPropertyListVector m_gradient;
88};
89
90#endif // __WPG1PARSER_H__
91/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
Definition WPG1Parser.h:38
void handleStartWPG()
Definition WPG1Parser.cpp:283
libwpg::WPGDashArray m_dashArray
Definition WPG1Parser.h:86
::librevenge::RVNGPropertyListVector m_gradient
Definition WPG1Parser.h:87
void handleEllipse()
Definition WPG1Parser.cpp:507
void handleLine()
Definition WPG1Parser.cpp:384
void handlePostscriptTypeOne()
Definition WPG1Parser.cpp:852
void handleEndWPG()
Definition WPG1Parser.cpp:304
void resetPalette()
Definition WPG1Parser.cpp:1005
void handleRectangle()
Definition WPG1Parser.cpp:446
int m_width
Definition WPG1Parser.h:79
::librevenge::RVNGPropertyList m_style
Definition WPG1Parser.h:81
libwpg::WPGColor m_penBackColor
Definition WPG1Parser.h:83
void handleCurvedPolyline()
Definition WPG1Parser.cpp:537
void fillPixels(libwpg::WPGBitmap &bitmap, const unsigned char *buffer, unsigned width, unsigned height, unsigned depth)
Definition WPG1Parser.cpp:663
bool m_success
Definition WPG1Parser.h:76
void handleGraphicsTextTypeTwo()
Definition WPG1Parser.cpp:970
void handlePostscriptTypeTwo()
Definition WPG1Parser.cpp:880
bool m_exit
Definition WPG1Parser.h:77
libwpg::WPGColor m_brushForeColor
Definition WPG1Parser.h:84
void handleGraphicsTextAttributes()
Definition WPG1Parser.cpp:934
void handleFillAttributes()
Definition WPG1Parser.cpp:336
bool parse()
Definition WPG1Parser.cpp:160
void handlePolygon()
Definition WPG1Parser.cpp:475
void handlePolyline()
Definition WPG1Parser.cpp:417
void handleGraphicsTextTypeOne()
Definition WPG1Parser.cpp:940
void handleBitmapTypeTwo()
Definition WPG1Parser.cpp:785
long m_recordEnd
Definition WPG1Parser.h:75
libwpg::WPGColor m_penForeColor
Definition WPG1Parser.h:82
void handleBitmapTypeOne()
Definition WPG1Parser.cpp:734
void handleLineAttributes()
Definition WPG1Parser.cpp:357
void handleColormap()
Definition WPG1Parser.cpp:315
void handleGraphicsTextTypeThree()
bool decodeRLE(std::vector< unsigned char > &buffer, unsigned width, unsigned height, unsigned depth)
Definition WPG1Parser.cpp:588
int m_recordLength
Definition WPG1Parser.h:74
libwpg::WPGColor m_brushBackColor
Definition WPG1Parser.h:85
bool m_graphicsStarted
Definition WPG1Parser.h:78
int m_height
Definition WPG1Parser.h:80
Definition WPGXParser.h:39
Definition WPGBitmap.h:37
Definition WPGColor.h:35
Definition WPGDashArray.h:35

Generated for libwpg by doxygen 1.9.8