#include <WPXHeader.h>
Public Member Functions | |
| WPXHeader (WPXInputStream *input, WPXEncryption *encryption, uint32_t documentOffset, uint8_t productType, uint8_t fileType, uint8_t majorVersion, uint8_t minorVersion, uint16_t documentEncryption) | |
| virtual | ~WPXHeader () |
| uint32_t | getDocumentOffset () const |
| uint8_t | getProductType () const |
| uint8_t | getFileType () const |
| uint8_t | getMajorVersion () const |
| uint8_t | getMinorVersion () const |
| uint16_t | getDocumentEncryption () const |
Static Public Member Functions | |
| static WPXHeader * | constructHeader (WPXInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
| uint32_t | m_documentOffset |
| uint8_t | m_productType |
| uint8_t | m_fileType |
| uint8_t | m_majorVersion |
| uint8_t | m_minorVersion |
| uint16_t | m_documentEncryption |
| WPXHeader::WPXHeader | ( | WPXInputStream * | input, |
| WPXEncryption * | encryption, | ||
| uint32_t | documentOffset, | ||
| uint8_t | productType, | ||
| uint8_t | fileType, | ||
| uint8_t | majorVersion, | ||
| uint8_t | minorVersion, | ||
| uint16_t | documentEncryption | ||
| ) |
|
virtual |
|
static |
Referenced by WPDocument::isFileFormatSupported(), WPDocument::parse(), and WPDocument::verifyPassword().
|
inline |
Referenced by WPDocument::isFileFormatSupported(), WPDocument::verifyPassword(), and WP6Header::WP6Header().
|
inline |
Referenced by WPDocument::parse().
|
inline |
Referenced by WPDocument::isFileFormatSupported(), and WPDocument::parse().
|
inline |
Referenced by WPDocument::isFileFormatSupported(), WPDocument::parse(), and WPDocument::verifyPassword().
|
inline |
|
inline |
|
private |
Referenced by getDocumentEncryption().
|
private |
Referenced by getDocumentOffset().
|
private |
Referenced by getFileType().
|
private |
Referenced by getMajorVersion().
|
private |
Referenced by getMinorVersion().
|
private |
Referenced by getProductType().