|
LibreOffice Module hwpfilter (master) 1
|
This object is for floating object like table, image, line and so on. More...
#include <hbox.h>
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 |
This object is for floating object like table, image, line and so on.
floating object
| short FBox::boundey |
Definition at line 309 of file hbox.h.
Referenced by Line::Read(), and UpdateBBox().
| short FBox::boundsy |
Definition at line 309 of file hbox.h.
Referenced by Line::Read(), and UpdateBBox().
| unsigned char FBox::boundx |
Definition at line 310 of file hbox.h.
Referenced by Line::Read().
| short FBox::box_xs |
Definition at line 298 of file hbox.h.
Referenced by HwpReader::makePicture(), HwpReader::makeTableStyle(), HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), and Line::Read().
| short FBox::box_ys |
Definition at line 298 of file hbox.h.
Referenced by HwpReader::makePicture(), HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), and Line::Read().
| short FBox::cap_margin |
Definition at line 302 of file hbox.h.
Referenced by TxtBox::Read(), and Picture::Read().
| short FBox::cap_xs |
Definition at line 299 of file hbox.h.
Referenced by HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), and Line::Read().
| short FBox::cap_ys |
Definition at line 299 of file hbox.h.
Referenced by HwpReader::makePicture(), HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), and Line::Read().
| hchar FBox::ctrl_ch |
Definition at line 295 of file hbox.h.
Referenced by TxtBox::Read(), Picture::Read(), and Line::Read().
| unsigned char FBox::draw |
Definition at line 310 of file hbox.h.
Referenced by Line::Read().
| short FBox::option |
Definition at line 294 of file hbox.h.
Referenced by TxtBox::Read(), Picture::Read(), and Line::Read().
| short FBox::pgno |
Definition at line 316 of file hbox.h.
Referenced by HwpReader::makePicture(), HwpReader::makePictureDRAW(), HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), and Line::Read().
| 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().
| short FBox::pgy |
Definition at line 315 of file hbox.h.
Referenced by HwpReader::makePicture(), HwpReader::makePictureDRAW(), HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), Line::Read(), HWPPara::readHBox(), and UpdateBBox().
| short FBox::showpg |
Definition at line 316 of file hbox.h.
Referenced by TxtBox::Read(), Picture::Read(), and Line::Read().
| unsigned char FBox::smart_linesp |
Definition at line 304 of file hbox.h.
Referenced by TxtBox::Read(), and Picture::Read().
| FBoxStyle FBox::style |
Definition at line 296 of file hbox.h.
Referenced by HwpReader::make_text_p3(), HwpReader::makePicture(), HwpReader::makePictureDRAW(), HwpReader::makeTable(), HwpReader::makeTableStyle(), HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), Line::Read(), and HWPPara::readHBox().
| char FBox::xpos_type |
Definition at line 303 of file hbox.h.
Referenced by TxtBox::Read(), and Picture::Read().
| short FBox::xs |
Definition at line 300 of file hbox.h.
Referenced by TxtBox::Read(), Picture::Read(), and Line::Read().
| char FBox::ypos_type |
Definition at line 303 of file hbox.h.
Referenced by TxtBox::Read(), and Picture::Read().
| short FBox::ys |
Definition at line 300 of file hbox.h.
Referenced by TxtBox::Read(), Picture::Read(), Line::Read(), and UpdateBBox().
| int FBox::zorder |
Definition at line 293 of file hbox.h.
Referenced by HwpReader::makePicture(), HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), and Line::Read().