dillo
3.0.5
About: dillo is a small, fast, extensible Web browser particularly suitable for older or smaller computers and embedded systems (but only limited or no support for frames, CSS, JavaScript, Java).
![]() ![]() |
Represents a dimension box according to the CSS box model. More...
#include <style.hh>
Public Member Functions | |
void | setVal (int val) |
bool | equals (Box *other) |
int | hashValue () |
Public Attributes | |
int | top |
int | right |
int | bottom |
int | left |
Represents a dimension box according to the CSS box model.
Used for dw::core::style::Style::margin, dw::core::style::Style::borderWidth, and dw::core::style::Style::padding.
|
inline |
|
inline |
|
inline |
Definition at line 469 of file style.hh.
References bottom, left, right, and top.
Referenced by Html_set_collapsing_border_model(), and Html_set_separate_border_model().
int dw::core::style::Box::bottom |
Definition at line 467 of file style.hh.
Referenced by dw::Textblock::accumulateWordForLine(), StyleEngine::apply(), dw::core::style::StyleAttrs::boxRestHeight(), dw::Textblock::calcWidgetSize(), dw::core::style::drawBorder(), dw::core::style::drawBorderBottom(), dw::core::style::drawBorderLeft(), dw::core::style::drawBorderRight(), dw::core::Widget::drawBox(), equals(), hashValue(), Html_set_collapsing_border_model(), StyleEngine::postprocessAttrs(), StyleEngine::preprocessAttrs(), setVal(), and dw::Textblock::sizeAllocateImpl().
int dw::core::style::Box::left |
Definition at line 467 of file style.hh.
Referenced by StyleEngine::apply(), dw::core::style::StyleAttrs::boxOffsetX(), dw::core::style::drawBorder(), dw::core::style::drawBorderBottom(), dw::core::style::drawBorderLeft(), dw::core::style::drawBorderTop(), dw::core::Widget::drawBox(), equals(), hashValue(), Html_set_collapsing_border_model(), StyleEngine::postprocessAttrs(), StyleEngine::preprocessAttrs(), and setVal().
int dw::core::style::Box::right |
Definition at line 467 of file style.hh.
Referenced by StyleEngine::apply(), dw::core::style::StyleAttrs::boxRestWidth(), dw::core::style::drawBorder(), dw::core::style::drawBorderBottom(), dw::core::style::drawBorderRight(), dw::core::style::drawBorderTop(), dw::core::Widget::drawBox(), equals(), hashValue(), Html_set_collapsing_border_model(), StyleEngine::postprocessAttrs(), StyleEngine::preprocessAttrs(), and setVal().
int dw::core::style::Box::top |
Definition at line 467 of file style.hh.
Referenced by dw::Textblock::accumulateWordForLine(), StyleEngine::apply(), dw::core::style::StyleAttrs::boxOffsetY(), dw::Textblock::calcWidgetSize(), dw::core::style::drawBorder(), dw::core::style::drawBorderLeft(), dw::core::style::drawBorderRight(), dw::core::style::drawBorderTop(), dw::core::Widget::drawBox(), equals(), hashValue(), Html_set_collapsing_border_model(), StyleEngine::postprocessAttrs(), StyleEngine::preprocessAttrs(), setVal(), and dw::Textblock::sizeAllocateImpl().