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

The compose struct displays characters at position. More...

#include <hbox.h>

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

Public Member Functions

 Compose ()
 
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 compose [3]
 
hchar dummy
 
- Public Attributes inherited from HBox
hchar hh
 

Detailed Description

The compose struct displays characters at position.

The maximum character count for composition is three.

Composition several characters

Definition at line 845 of file hbox.h.

Constructor & Destructor Documentation

◆ Compose()

Compose::Compose ( )

Definition at line 793 of file hwpread.cxx.

Member Function Documentation

◆ Read()

bool Compose::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 799 of file hwpread.cxx.

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

Member Data Documentation

◆ compose

hchar Compose::compose[3]

Definition at line 847 of file hbox.h.

Referenced by Read().

◆ dummy

hchar Compose::dummy

Definition at line 848 of file hbox.h.

Referenced by Read().


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