#include <WPG1Parser.h>
Inheritance diagram for WPG1Parser:
Public Member Functions | |
WPG1Parser (WPXInputStream *input, libwpg::WPGPaintInterface *painter) | |
bool | parse () |
Private Member Functions | |
void | handleStartWPG () |
void | handleEndWPG () |
void | handleFillAttributes () |
void | handleLineAttributes () |
void | handleColormap () |
void | handleLine () |
void | handlePolyline () |
void | handleRectangle () |
void | handlePolygon () |
void | handleEllipse () |
unsigned char * | decodeRLE (int width, int height, int depth) |
void | fillPixels (libwpg::WPGBitmap &bitmap, unsigned char *buffer, int width, int height, int depth) |
void | handleBitmapTypeOne () |
void | handleBitmapTypeTwo () |
void | resetPalette () |
Private Attributes | |
int | m_recordLength |
long | m_recordEnd |
bool | m_success |
bool | m_exit |
bool | m_graphicsStarted |
int | m_width |
int | m_height |
libwpg::WPGPen | m_pen |
libwpg::WPGBrush | m_brush |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements WPGXParser. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|