#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 |
Used for dw::core::style::Style::margin, dw::core::style::Style::borderWidth, and dw::core::style::Style::padding.
| bool dw::core::style::Box::equals | ( | Box * | other | ) | [inline] |
| int dw::core::style::Box::hashValue | ( | ) | [inline] |
| void dw::core::style::Box::setVal | ( | int | val | ) | [inline] |
References bottom, left, right, and top.
Referenced by dw::core::style::StyleAttrs::initValues(), and dw::core::style::StyleAttrs::resetValues().
1.5.9