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

Controls the display of page number, header, footer and border. More...

#include <hbox.h>

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

Public Member Functions

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

unsigned short kind
 object type More...
 
unsigned short what
 control command. More...
 
hchar dummy
 
- Public Attributes inherited from HBox
hchar hh
 

Detailed Description

Controls the display of page number, header, footer and border.

Definition at line 807 of file hbox.h.

Constructor & Destructor Documentation

◆ PageNumCtrl()

PageNumCtrl::PageNumCtrl ( )

Definition at line 754 of file hwpread.cxx.

Member Function Documentation

◆ Read()

bool PageNumCtrl::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 762 of file hwpread.cxx.

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

Member Data Documentation

◆ dummy

hchar PageNumCtrl::dummy

Definition at line 817 of file hbox.h.

Referenced by Read().

◆ kind

unsigned short PageNumCtrl::kind

object type

Definition at line 812 of file hbox.h.

Referenced by Read().

◆ what

unsigned short PageNumCtrl::what

control command.

Definition at line 816 of file hbox.h.

Referenced by Read().


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