KHTML
#include <css_value.h>
Public Types | |
| enum | UnitTypes { CSS_INHERIT = 0, CSS_PRIMITIVE_VALUE = 1, CSS_VALUE_LIST = 2, CSS_CUSTOM = 3, CSS_INITIAL = 4, CSS_SVG_VALUE = 1001 } |
Public Member Functions | |
| CSSValue () | |
| CSSValue (const CSSValue &other) | |
| CSSValue (CSSValueImpl *impl) | |
| ~CSSValue () | |
| DOM::DOMString | cssText () const |
| unsigned short | cssValueType () const |
| CSSValueImpl * | handle () const |
| bool | isCSSPrimitiveValue () const |
| bool | isCSSValueList () const |
| bool | isNull () const |
| CSSValue & | operator= (const CSSValue &other) |
| void | setCssText (const DOM::DOMString &) |
Protected Attributes | |
| CSSValueImpl * | impl |
Detailed Description
The CSSValue interface represents a simple or a complexe value.
Definition at line 240 of file css_value.h.
Member Enumeration Documentation
§ UnitTypes
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.
| Enumerator | |
|---|---|
| CSS_INHERIT | |
| CSS_PRIMITIVE_VALUE | |
| CSS_VALUE_LIST | |
| CSS_CUSTOM | |
| CSS_INITIAL | |
| CSS_SVG_VALUE | Not part of DOM. |
Definition at line 258 of file css_value.h.
Constructor & Destructor Documentation
§ CSSValue() [1/3]
| DOM::CSSValue::CSSValue | ( | ) |
Definition at line 143 of file css_value.cpp.
§ CSSValue() [2/3]
| DOM::CSSValue::CSSValue | ( | const CSSValue & | other | ) |
Definition at line 148 of file css_value.cpp.
§ CSSValue() [3/3]
| DOM::CSSValue::CSSValue | ( | CSSValueImpl * | impl | ) |
Definition at line 154 of file css_value.cpp.
§ ~CSSValue()
| DOM::CSSValue::~CSSValue | ( | ) |
Definition at line 170 of file css_value.cpp.
Member Function Documentation
§ cssText()
| DOMString DOM::CSSValue::cssText | ( | ) | const |
A string representation of the current value.
Definition at line 175 of file css_value.cpp.
§ cssValueType()
| unsigned short DOM::CSSValue::cssValueType | ( | ) | const |
A code defining the type of the value as defined above.
Definition at line 187 of file css_value.cpp.
§ handle()
| CSSValueImpl * DOM::CSSValue::handle | ( | ) | const |
Definition at line 205 of file css_value.cpp.
§ isCSSPrimitiveValue()
| bool DOM::CSSValue::isCSSPrimitiveValue | ( | ) | const |
Definition at line 199 of file css_value.cpp.
§ isCSSValueList()
| bool DOM::CSSValue::isCSSValueList | ( | ) | const |
not part of the DOM
Definition at line 193 of file css_value.cpp.
§ isNull()
| bool DOM::CSSValue::isNull | ( | ) | const |
Definition at line 210 of file css_value.cpp.
§ operator=()
Definition at line 160 of file css_value.cpp.
§ setCssText()
| void DOM::CSSValue::setCssText | ( | const DOM::DOMString & | value | ) |
see cssText
- Exceptions
-
CSSException SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable. DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.
Definition at line 181 of file css_value.cpp.
Member Data Documentation
§ impl
|
protected |
Definition at line 303 of file css_value.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2016 The KDE developers.
Generated on Sun Oct 16 2016 15:28:31 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.