#include <WPGraphics.h>
List of all members.
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) |
Member Function Documentation
bool libwpg::WPGraphics::isSupported |
( |
WPXInputStream * |
input | ) |
|
|
static |
Analyzes the content of an input stream to see if it can be parsed.
- Parameters:
-
- Returns:
- A value that indicates whether the content from the input stream is a WordPerfect Graphics that libwpg is able to parse
The documentation for this class was generated from the following files: