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).
  Fossies Dox: dillo-3.0.5.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

dw::core::style::Box Class Reference

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
 

Detailed Description

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.

Definition at line 463 of file style.hh.

Member Function Documentation

◆ equals()

bool dw::core::style::Box::equals ( Box other)
inline

Definition at line 470 of file style.hh.

References bottom, left, right, and top.

◆ hashValue()

int dw::core::style::Box::hashValue ( )
inline

Definition at line 476 of file style.hh.

References bottom, left, right, and top.

◆ setVal()

void dw::core::style::Box::setVal ( int  val)
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().

Member Data Documentation

◆ bottom

◆ left

◆ right

◆ top


The documentation for this class was generated from the following file: