27 #ifndef WP6PREFIXINDICE_H
28 #define WP6PREFIXINDICE_H
30 #include <librevenge-stream/librevenge-stream.h>
unsigned char getFlags() const
Definition: WP6PrefixIndice.h:46
unsigned getDataSize() const
Definition: WP6PrefixIndice.h:50
unsigned m_dataOffset
Definition: WP6PrefixIndice.h:69
WP6PrefixIndice(librevenge::RVNGInputStream *input, WPXEncryption *encryption, int id)
Definition: WP6PrefixIndice.cpp:31
unsigned char m_flags
Definition: WP6PrefixIndice.h:65
void _read(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: WP6PrefixIndice.cpp:44
bool m_hasChildren
Definition: WP6PrefixIndice.h:71
Definition: WP6PrefixIndice.h:34
unsigned m_dataSize
Definition: WP6PrefixIndice.h:68
Definition: WPXEncryption.h:33
int getID() const
Definition: WP6PrefixIndice.h:38
int m_id
Definition: WP6PrefixIndice.h:63
unsigned char getType() const
Definition: WP6PrefixIndice.h:42
unsigned char m_type
Definition: WP6PrefixIndice.h:64
unsigned short m_hideCount
Definition: WP6PrefixIndice.h:67
unsigned short m_useCount
Definition: WP6PrefixIndice.h:66
unsigned getDataOffset() const
Definition: WP6PrefixIndice.h:54