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)  

CssProperty Class Reference

This class holds a CSS property and value pair. More...

#include <css.hh>

Collaboration diagram for CssProperty:
[legend]

Public Member Functions

void free ()
 
void print ()
 

Public Attributes

short name
 
short type
 
CssPropertyValue value
 

Detailed Description

This class holds a CSS property and value pair.

Definition at line 286 of file css.hh.

Member Function Documentation

◆ free()

◆ print()

void CssProperty::print ( )

Definition at line 20 of file css.cc.

References CssParser::propertyNameString().

Referenced by CssPropertyList::print().

Member Data Documentation

◆ name

short CssProperty::name

Definition at line 289 of file css.hh.

Referenced by StyleEngine::apply(), and CssPropertyList::set().

◆ type

short CssProperty::type

◆ value


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