#include <WPGHeader.h>
Public Member Functions | |
| WPGHeader () | |
| bool | load (WPXInputStream *input) |
| bool | isSupported () const |
| unsigned long | startOfDocument () const |
| int | majorVersion () const |
Private Attributes | |
| unsigned char | m_identifier [4] |
| unsigned long | m_startOfDocument |
| unsigned char | m_productType |
| unsigned char | m_fileType |
| unsigned char | m_majorVersion |
| unsigned char | m_minorVersion |
| unsigned int | m_encryptionKey |
| unsigned int | m_startOfPacketData |
| bool WPGHeader::isSupported | ( | ) | const |
Referenced by libwpg::WPGraphics::isSupported().
| bool WPGHeader::load | ( | WPXInputStream * | input | ) |
Referenced by libwpg::WPGraphics::isSupported().
| int WPGHeader::majorVersion | ( | ) | const |
| unsigned long WPGHeader::startOfDocument | ( | ) | const |
unsigned int WPGHeader::m_encryptionKey [private] |
Referenced by isSupported(), and load().
unsigned char WPGHeader::m_fileType [private] |
Referenced by isSupported(), and load().
unsigned char WPGHeader::m_identifier[4] [private] |
Referenced by isSupported(), load(), and WPGHeader().
unsigned char WPGHeader::m_majorVersion [private] |
Referenced by isSupported(), load(), and majorVersion().
unsigned char WPGHeader::m_minorVersion [private] |
Referenced by isSupported(), and load().
unsigned char WPGHeader::m_productType [private] |
Referenced by isSupported(), and load().
unsigned long WPGHeader::m_startOfDocument [private] |
Referenced by load(), and startOfDocument().
unsigned int WPGHeader::m_startOfPacketData [private] |
Referenced by load().