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

Tab object. More...

#include <hbox.h>

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

Public Member Functions

 Tab ()
 
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

hunit width
 
unsigned short leader
 
hchar dummy
 
- Public Attributes inherited from HBox
hchar hh
 

Detailed Description

Tab object.

Definition at line 165 of file hbox.h.

Constructor & Destructor Documentation

◆ Tab()

Tab::Tab ( )

Definition at line 302 of file hbox.cxx.

References CH_TAB.

Member Function Documentation

◆ Read()

bool Tab::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 173 of file hwpread.cxx.

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

Member Data Documentation

◆ dummy

hchar Tab::dummy

Definition at line 169 of file hbox.h.

Referenced by Read().

◆ leader

unsigned short Tab::leader

Definition at line 168 of file hbox.h.

Referenced by Read().

◆ width

hunit Tab::width

Definition at line 167 of file hbox.h.

Referenced by Read().


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