WPG2Parser.cpp File Reference

#include "WPG2Parser.h"
#include "WPGXParser.h"
#include "WPGBrush.h"
#include "WPGPen.h"
#include <map>
#include <stack>
#include <vector>
#include "WPGPaintInterface.h"
#include "libwpg_utils.h"
#include <math.h>
#include <sstream>

Classes

class  WPG2Parser::ObjectCharacterization

Defines

#define M_PI   3.14159265358979323846
#define DUMP_BINARY_DATA   0
#define TO_DOUBLE(x)   ( (m_doublePrecision) ? ((double)(x)/65536.0) : (double)(x) )
#define TRANSFORM_XY(x, y)   { m_matrix.transform((x),(y)); (x)-= m_xofs; (y)-= m_yofs; (y)=m_height-(y); }

Variables

static const unsigned char defaultWPG2PaletteRed []
static const unsigned char defaultWPG2PaletteGreen []
static const unsigned char defaultWPG2PaletteBlue []

Define Documentation

#define DUMP_BINARY_DATA   0
#define M_PI   3.14159265358979323846
#define TO_DOUBLE (  )     ( (m_doublePrecision) ? ((double)(x)/65536.0) : (double)(x) )
#define TRANSFORM_XY ( x,
 )     { m_matrix.transform((x),(y)); (x)-= m_xofs; (y)-= m_yofs; (y)=m_height-(y); }

Variable Documentation

const unsigned char defaultWPG2PaletteBlue[] [static]
const unsigned char defaultWPG2PaletteGreen[] [static]
const unsigned char defaultWPG2PaletteRed[] [static]

Generated on Wed Jun 30 01:48:29 2010 for libwpg by doxygen 1.6.3