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

The TocMark class is for making the content of a table. More...

#include <hbox.h>

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

Public Member Functions

 TocMark ()
 
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 kind
 
hchar dummy
 
- Public Attributes inherited from HBox
hchar hh
 

Detailed Description

The TocMark class is for making the content of a table.

When you set TocMark on current position, hwp makes it as toc automatically.

Table of contents

Definition at line 878 of file hbox.h.

Constructor & Destructor Documentation

◆ TocMark()

TocMark::TocMark ( )

Definition at line 831 of file hwpread.cxx.

Member Function Documentation

◆ Read()

bool TocMark::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 839 of file hwpread.cxx.

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

Member Data Documentation

◆ dummy

hchar TocMark::dummy

Definition at line 881 of file hbox.h.

Referenced by Read().

◆ kind

hchar TocMark::kind

Definition at line 880 of file hbox.h.

Referenced by Read().


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