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

This object is for floating object like table, image, line and so on. More...

#include <hbox.h>

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

Public Member Functions

 FBox (hchar hch)
 
virtual ~FBox () override
 
- 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

int zorder
 
short option
 
hchar ctrl_ch
 
FBoxStyle style
 
short box_xs
 
short box_ys
 
short cap_xs
 
short cap_ys
 
short xs
 
short ys
 
short cap_margin
 
char xpos_type
 
char ypos_type
 
unsigned char smart_linesp
 
short boundsy
 
short boundey
 
unsigned char boundx
 
unsigned char draw
 
short pgx
 Physical x,y position. More...
 
short pgy
 
short pgno
 
short showpg
 
- Public Attributes inherited from HBox
hchar hh
 

Detailed Description

This object is for floating object like table, image, line and so on.

floating object

Definition at line 291 of file hbox.h.

Constructor & Destructor Documentation

◆ FBox()

FBox::FBox ( hchar  hch)
explicit

Definition at line 311 of file hbox.cxx.

References option.

◆ ~FBox()

FBox::~FBox ( )
overridevirtual

Definition at line 337 of file hbox.cxx.

Member Data Documentation

◆ boundey

short FBox::boundey

Definition at line 309 of file hbox.h.

Referenced by Line::Read(), and UpdateBBox().

◆ boundsy

short FBox::boundsy

Definition at line 309 of file hbox.h.

Referenced by Line::Read(), and UpdateBBox().

◆ boundx

unsigned char FBox::boundx

Definition at line 310 of file hbox.h.

Referenced by Line::Read().

◆ box_xs

short FBox::box_xs

◆ box_ys

short FBox::box_ys

◆ cap_margin

short FBox::cap_margin

Definition at line 302 of file hbox.h.

Referenced by TxtBox::Read(), and Picture::Read().

◆ cap_xs

short FBox::cap_xs

Definition at line 299 of file hbox.h.

Referenced by HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), and Line::Read().

◆ cap_ys

short FBox::cap_ys

◆ ctrl_ch

hchar FBox::ctrl_ch

Definition at line 295 of file hbox.h.

Referenced by TxtBox::Read(), Picture::Read(), and Line::Read().

◆ draw

unsigned char FBox::draw

Definition at line 310 of file hbox.h.

Referenced by Line::Read().

◆ option

short FBox::option

Definition at line 294 of file hbox.h.

Referenced by TxtBox::Read(), Picture::Read(), and Line::Read().

◆ pgno

short FBox::pgno

◆ pgx

short FBox::pgx

Physical x,y position.

Definition at line 315 of file hbox.h.

Referenced by HwpReader::makePicture(), HwpReader::makePictureDRAW(), HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), and Line::Read().

◆ pgy

short FBox::pgy

◆ showpg

short FBox::showpg

Definition at line 316 of file hbox.h.

Referenced by TxtBox::Read(), Picture::Read(), and Line::Read().

◆ smart_linesp

unsigned char FBox::smart_linesp

Definition at line 304 of file hbox.h.

Referenced by TxtBox::Read(), and Picture::Read().

◆ style

FBoxStyle FBox::style

◆ xpos_type

char FBox::xpos_type

Definition at line 303 of file hbox.h.

Referenced by TxtBox::Read(), and Picture::Read().

◆ xs

short FBox::xs

Definition at line 300 of file hbox.h.

Referenced by TxtBox::Read(), Picture::Read(), and Line::Read().

◆ ypos_type

char FBox::ypos_type

Definition at line 303 of file hbox.h.

Referenced by TxtBox::Read(), and Picture::Read().

◆ ys

short FBox::ys

Definition at line 300 of file hbox.h.

Referenced by TxtBox::Read(), Picture::Read(), Line::Read(), and UpdateBBox().

◆ zorder

int FBox::zorder

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