|
| block_box (int top, int left, int right) |
|
virtual litehtml::box_type | get_type () |
|
virtual int | height () |
|
virtual int | width () |
|
virtual void | add_element (const element::ptr &el) |
|
virtual bool | can_hold (const element::ptr &el, white_space ws) |
|
virtual void | finish (bool last_box=false) |
|
virtual bool | is_empty () |
|
virtual int | baseline () |
|
virtual void | get_elements (elements_vector &els) |
|
virtual int | top_margin () |
|
virtual int | bottom_margin () |
|
virtual void | y_shift (int shift) |
|
virtual void | new_width (int left, int right, elements_vector &els) |
|
| box (int top, int left, int right) |
|
int | bottom () |
|
int | top () |
|
int | right () |
|
int | left () |
|
virtual litehtml::box_type | get_type ()=0 |
|
virtual int | height ()=0 |
|
virtual int | width ()=0 |
|
virtual void | add_element (const element::ptr &el)=0 |
|
virtual bool | can_hold (const element::ptr &el, white_space ws)=0 |
|
virtual void | finish (bool last_box=false)=0 |
|
virtual bool | is_empty ()=0 |
|
virtual int | baseline ()=0 |
|
virtual void | get_elements (elements_vector &els)=0 |
|
virtual int | top_margin ()=0 |
|
virtual int | bottom_margin ()=0 |
|
virtual void | y_shift (int shift)=0 |
|
virtual void | new_width (int left, int right, elements_vector &els)=0 |
|
Definition at line 54 of file box.h.
◆ block_box()
litehtml::block_box::block_box |
( |
int |
top, |
|
|
int |
left, |
|
|
int |
right |
|
) |
| |
|
inline |
Definition at line 58 of file box.h.
◆ add_element()
void litehtml::block_box::add_element |
( |
const element::ptr & |
el | ) |
|
|
virtual |
◆ baseline()
int litehtml::block_box::baseline |
( |
| ) |
|
|
virtual |
◆ bottom_margin()
int litehtml::block_box::bottom_margin |
( |
| ) |
|
|
virtual |
◆ can_hold()
bool litehtml::block_box::can_hold |
( |
const element::ptr & |
el, |
|
|
white_space |
ws |
|
) |
| |
|
virtual |
◆ finish()
void litehtml::block_box::finish |
( |
bool |
last_box = false | ) |
|
|
virtual |
◆ get_elements()
void litehtml::block_box::get_elements |
( |
elements_vector & |
els | ) |
|
|
virtual |
◆ get_type()
litehtml::box_type litehtml::block_box::get_type |
( |
| ) |
|
|
virtual |
◆ height()
int litehtml::block_box::height |
( |
| ) |
|
|
virtual |
◆ is_empty()
bool litehtml::block_box::is_empty |
( |
| ) |
|
|
virtual |
◆ new_width()
void litehtml::block_box::new_width |
( |
int |
left, |
|
|
int |
right, |
|
|
elements_vector & |
els |
|
) |
| |
|
virtual |
◆ top_margin()
int litehtml::block_box::top_margin |
( |
| ) |
|
|
virtual |
◆ width()
int litehtml::block_box::width |
( |
| ) |
|
|
virtual |
◆ y_shift()
void litehtml::block_box::y_shift |
( |
int |
shift | ) |
|
|
virtual |
◆ m_element
element::ptr litehtml::block_box::m_element |
|
private |
Definition at line 56 of file box.h.
The documentation for this class was generated from the following files:
- Extensions/Gui/Libraries/litehtml/src/box.h
- Extensions/Gui/Libraries/litehtml/src/box.cpp