|
Scribus
Open source desktop publishing at your fingertips
|


Classes | |
| class | ObjectCharacterization |
Public Member Functions | |
| WPG2Parser (WPXInputStream *input, libwpg::WPGPaintInterface *painter) | |
| bool | parse () |
Public Member Functions inherited from WPGXParser | |
| WPGXParser (WPXInputStream *input, libwpg::WPGPaintInterface *painter) | |
| WPGXParser (const WPGXParser &parser) | |
| unsigned char | readU8 () |
| unsigned short | readU16 () |
| unsigned int | readU32 () |
| signed char | readS8 () |
| short | readS16 () |
| int | readS32 () |
| unsigned int | readVariableLengthInteger () |
| WPGXParser & | operator= (const WPGXParser &parser) |
Additional Inherited Members | |
Protected Attributes inherited from WPGXParser | |
| WPXInputStream * | m_input |
| libwpg::WPGPaintInterface * | m_painter |
| std::map< int, libwpg::WPGColor > | m_colorPalette |