#include <ZMF4Header.h>
Public Member Functions | |
ZMF4Header () | |
bool | load (const RVNGInputStreamPtr &input) |
bool | isSupported () const |
uint32_t | objectCount () const |
uint32_t | startContentOffset () const |
uint32_t | startBitmapOffset () const |
Private Member Functions | |
bool | checkSignature () const |
Private Attributes | |
uint32_t | m_signature |
uint32_t | m_objectCount |
uint32_t | m_startContentOffset |
uint32_t | m_startBitmapOffset |
libzmf::ZMF4Header::ZMF4Header | ( | ) |
|
private |
Referenced by isSupported(), and load().
bool libzmf::ZMF4Header::isSupported | ( | ) | const |
Referenced by libzmf::ZMF4Parser::parse().
bool libzmf::ZMF4Header::load | ( | const RVNGInputStreamPtr & | input | ) |
Referenced by libzmf::ZMF4Parser::parse().
uint32_t libzmf::ZMF4Header::objectCount | ( | ) | const |
uint32_t libzmf::ZMF4Header::startBitmapOffset | ( | ) | const |
Referenced by libzmf::ZMF4Parser::parse().
uint32_t libzmf::ZMF4Header::startContentOffset | ( | ) | const |
Referenced by libzmf::ZMF4Parser::parse().
|
private |
Referenced by load(), and objectCount().
|
private |
Referenced by checkSignature(), and load().
|
private |
Referenced by load(), and startBitmapOffset().
|
private |
Referenced by load(), and startContentOffset().