#include <WPGraphics.h>
|
static bool | isSupported (WPXInputStream *input) |
| Analyzes the content of an input stream to see if it can be parsed. More...
|
|
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::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: