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).
![]() ![]() |
This class holds a CSS property and value pair. More...
#include <css.hh>
Public Member Functions | |
void | free () |
void | print () |
Public Attributes | |
short | name |
short | type |
CssPropertyValue | value |
|
inline |
Definition at line 293 of file css.hh.
References CSS_TYPE_BACKGROUND_POSITION, CSS_TYPE_STRING, CSS_TYPE_SYMBOL, CSS_TYPE_URI, dFree(), CssPropertyValue::posVal, CssPropertyValue::strVal, type, and value.
Referenced by CssPropertyList::set(), and CssPropertyList::~CssPropertyList().
void CssProperty::print | ( | ) |
Definition at line 20 of file css.cc.
References CssParser::propertyNameString().
Referenced by CssPropertyList::print().
short CssProperty::name |
Definition at line 289 of file css.hh.
Referenced by StyleEngine::apply(), and CssPropertyList::set().
short CssProperty::type |
Definition at line 290 of file css.hh.
Referenced by StyleEngine::apply(), StyleEngine::computeBorderWidth(), CssPropertyList::CssPropertyList(), free(), and CssPropertyList::set().
CssPropertyValue CssProperty::value |
Definition at line 291 of file css.hh.
Referenced by StyleEngine::apply(), CssPropertyList::apply(), StyleEngine::computeBorderWidth(), CssPropertyList::CssPropertyList(), free(), and CssPropertyList::set().