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

Hidden section. More...

#include <hbox.h>

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

Public Member Functions

 Hidden ()
 
virtual ~Hidden () 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...
 

Public Attributes

hchar reserved [2]
 
hchar dummy
 
unsigned char info [8]
 
std::vector< std::unique_ptr< HWPPara > > plist
 
- Public Attributes inherited from HBox
hchar hh
 

Detailed Description

Hidden section.

Definition at line 663 of file hbox.h.

Constructor & Destructor Documentation

◆ Hidden()

Hidden::Hidden ( )

Definition at line 601 of file hwpread.cxx.

◆ ~Hidden()

Hidden::~Hidden ( )
overridevirtual

Definition at line 396 of file hbox.cxx.

Member Function Documentation

◆ Read()

bool Hidden::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 607 of file hwpread.cxx.

References CH_HIDDEN, dummy, HBox::hh, HWP_InvalidFileFormat, info, plist, HWPFile::Read2b(), HWPFile::ReadBlock(), HWPFile::ReadParaList(), reserved, HWPFile::SetState(), and HWPFile::State().

Member Data Documentation

◆ dummy

hchar Hidden::dummy

Definition at line 666 of file hbox.h.

Referenced by Read().

◆ info

unsigned char Hidden::info[8]

Definition at line 668 of file hbox.h.

Referenced by Read().

◆ plist

std::vector<std::unique_ptr<HWPPara> > Hidden::plist

Definition at line 669 of file hbox.h.

Referenced by HwpReader::makeHidden(), and Read().

◆ reserved

hchar Hidden::reserved[2]

Definition at line 665 of file hbox.h.

Referenced by Read().


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