#include <WPGraphics.h>
Static Public Member Functions | |
static bool | isSupported (WPXInputStream *input) |
Analyzes the content of an input stream to see if it can be parsed. | |
static bool | parse (WPXInputStream *input, WPGPaintInterface *painter, WPGFileFormat fileFormat=WPG_AUTODETECT) |
static bool | parse (const unsigned char *data, unsigned long size, WPGPaintInterface *painter, WPGFileFormat fileFormat=WPG_AUTODETECT) |
static bool | generateSVG (WPXInputStream *input, WPXString &output, WPGFileFormat fileFormat=WPG_AUTODETECT) |
static bool | generateSVG (const unsigned char *data, unsigned long size, WPXString &output, WPGFileFormat fileFormat=WPG_AUTODETECT) |
bool libwpg::WPGraphics::generateSVG | ( | const unsigned char * | data, | |
unsigned long | size, | |||
WPXString & | output, | |||
libwpg::WPGFileFormat | fileFormat = WPG_AUTODETECT | |||
) | [static] |
static bool libwpg::WPGraphics::generateSVG | ( | WPXInputStream * | input, | |
WPXString & | output, | |||
WPGFileFormat | fileFormat = WPG_AUTODETECT | |||
) | [static] |
Referenced by generateSVG().
bool libwpg::WPGraphics::isSupported | ( | WPXInputStream * | input | ) | [static] |
Analyzes the content of an input stream to see if it can be parsed.
input | The input stream |
bool libwpg::WPGraphics::parse | ( | const unsigned char * | data, | |
unsigned long | size, | |||
libwpg::WPGPaintInterface * | painter, | |||
libwpg::WPGFileFormat | fileFormat = WPG_AUTODETECT | |||
) | [static] |
static bool libwpg::WPGraphics::parse | ( | WPXInputStream * | input, | |
WPGPaintInterface * | painter, | |||
WPGFileFormat | fileFormat = WPG_AUTODETECT | |||
) | [static] |
Referenced by parse().