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

Public Types | |
enum | UnitTypes { CSS_INHERIT = 0, CSS_PRIMITIVE_VALUE = 1, CSS_VALUE_LIST = 2, CSS_CUSTOM = 3 } |
An integer indicating which type of unit applies to the value. More... | |
Public Member Functions | |
CSSValue (const CSSValue &other) | |
CSSValue (CSSValueImpl *impl) | |
CSSValue & | operator= (const CSSValue &other) |
DOM::DOMString | cssText () const |
A string representation of the current value. | |
void | setCssText (const DOM::DOMString &) |
see cssText | |
unsigned short | cssValueType () const |
A code defining the type of the value as defined above. | |
bool | isCSSValueList () const |
bool | isCSSPrimitiveValue () const |
CSSValueImpl * | handle () const |
bool | isNull () const |
Protected Attributes | |
CSSValueImpl * | impl |
Detailed Description
The CSSValue
interface represents a simple or a complexe value.
Definition at line 238 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 256 of file css_value.h. |
Member Function Documentation
|
A string representation of the current value.
Definition at line 182 of file css_value.cpp. |
|
see cssText
Definition at line 188 of file css_value.cpp. |
|
A code defining the type of the value as defined above.
Definition at line 194 of file css_value.cpp. |
The documentation for this class was generated from the following files: