LibreOffice Module hwpfilter (master) 1
Public Member Functions | List of all members
SkipData Struct Reference

Class for skipping data. More...

#include <hbox.h>

Inheritance diagram for SkipData:
[legend]
Collaboration diagram for SkipData:
[legend]

Public Member Functions

 SkipData (hchar)
 
virtual ~SkipData () override
 
virtual bool Read (HWPFile &hwpf) override
 Read properties from HIODevice object like stream, file, memory. More...
 
- Public Member Functions inherited from HBox
 HBox (hchar hch)
 Construct a HBox object with parameter hch. More...
 
virtual ~HBox ()
 
int WSize ()
 
virtual bool Read (HWPFile &hwpf)
 Read properties from HIODevice object like stream, file, memory. More...
 

Additional Inherited Members

- Public Attributes inherited from HBox
hchar hh
 

Detailed Description

Class for skipping data.

Definition at line 73 of file hbox.h.

Constructor & Destructor Documentation

◆ SkipData()

SkipData::SkipData ( hchar  hch)
explicit

Definition at line 70 of file hbox.cxx.

◆ ~SkipData()

SkipData::~SkipData ( )
overridevirtual

Definition at line 75 of file hbox.cxx.

Member Function Documentation

◆ Read()

bool SkipData::Read ( HWPFile hwpf)
overridevirtual

Read properties from HIODevice object like stream, file, memory.

Parameters
hwpfHWPFile Object having all information for a hwp file.
Returns
True if reading from stream is successful.

Reimplemented from HBox.

Definition at line 47 of file hwpread.cxx.

References HBox::hh, HWP_InvalidFileFormat, IS_SP_SKIP_BLOCK, HWPFile::Read2b(), HWPFile::Read4b(), HWPFile::SetState(), and HWPFile::SkipBlock().


The documentation for this struct was generated from the following files: