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

Hyphen. More...

#include <hbox.h>

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

Public Member Functions

 Hyphen ()
 
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 width
 Width of hyphen. More...
 
hchar dummy
 
- Public Attributes inherited from HBox
hchar hh
 

Detailed Description

Hyphen.

Definition at line 859 of file hbox.h.

Constructor & Destructor Documentation

◆ Hyphen()

Hyphen::Hyphen ( )

Definition at line 811 of file hwpread.cxx.

Member Function Documentation

◆ Read()

bool Hyphen::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 818 of file hwpread.cxx.

References dummy, HBox::hh, HWP_InvalidFileFormat, HWPFile::Read2b(), HWPFile::SetState(), HWPFile::State(), and width.

Member Data Documentation

◆ dummy

hchar Hyphen::dummy

Definition at line 865 of file hbox.h.

Referenced by Read().

◆ width

hchar Hyphen::width

Width of hyphen.

Definition at line 864 of file hbox.h.

Referenced by Read().


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