Dillo v3.1.1-98-g318d1f14
|
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 312 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 CssPropertyValue::intVal, name, CssParser::propertyNameString(), and value.
Referenced by CssPropertyList::print().
short CssProperty::name |
Definition at line 308 of file css.hh.
Referenced by StyleEngine::apply(), print(), and CssPropertyList::set().
short CssProperty::type |
Definition at line 309 of file css.hh.
Referenced by StyleEngine::apply(), StyleEngine::computeBorderWidth(), CssPropertyList::CssPropertyList(), free(), and CssPropertyList::set().
CssPropertyValue CssProperty::value |
Definition at line 310 of file css.hh.
Referenced by CssPropertyList::apply(), StyleEngine::apply(), StyleEngine::computeBorderWidth(), CssPropertyList::CssPropertyList(), free(), print(), and CssPropertyList::set().