DOM::CSSValue Class Reference
TheCSSValue
interface represents a simple or a complexe value.
More...
#include <css_value.h>
Inheritance diagram for DOM::CSSValue:

Public Types | |
enum | UnitTypes |
Public Methods | |
DOM::DOMString | cssText () const |
void | setCssText (const DOM::DOMString &) |
unsigned short | cssValueType () const |
Detailed Description
TheCSSValue
interface represents a simple or a complexe value.
Definition at line 243 of file css_value.h.
Member Enumeration Documentation
|
An integer indicating which type of unit applies to the value. All CSS2 constants are not supposed to be required by the implementation since all CSS2 interfaces are optionals. Reimplemented in DOM::CSSPrimitiveValue. Definition at line 261 of file css_value.h. |
Member Function Documentation
|
A string representation of the current value.
Definition at line 200 of file css_value.cpp. |
|
see cssText
Definition at line 206 of file css_value.cpp. |
|
A code defining the type of the value as defined above.
Definition at line 212 of file css_value.cpp. |
The documentation for this class was generated from the following files: