KHTML
DOM::CSS2FontFaceWidths Class Reference
TheCSS2Cursor
interface represents a simple value for the widths CSS Level 2 descriptor.
More...
#include <css_extensions.h>
Public Member Functions | |
CSS2FontFaceWidths (CSS2FontFaceWidthsImpl *impl) | |
CSS2FontFaceWidths (const CSS2FontFaceWidths &other) | |
CSS2FontFaceWidths () | |
CSSValueList | numbers () const |
CSS2FontFaceWidths & | operator= (const CSS2FontFaceWidths &other) |
void | setUrange (const DOM::DOMString &) |
DOM::DOMString | urange () const |
~CSS2FontFaceWidths () |
Detailed Description
TheCSS2Cursor
interface represents a simple value for the widths CSS Level 2 descriptor.
Definition at line 693 of file css_extensions.h.
Constructor & Destructor Documentation
CSS2FontFaceWidths::CSS2FontFaceWidths | ( | ) |
Definition at line 438 of file css_extensions.cpp.
CSS2FontFaceWidths::CSS2FontFaceWidths | ( | const CSS2FontFaceWidths & | other | ) |
Definition at line 442 of file css_extensions.cpp.
CSS2FontFaceWidths::CSS2FontFaceWidths | ( | CSS2FontFaceWidthsImpl * | impl | ) |
Definition at line 446 of file css_extensions.cpp.
CSS2FontFaceWidths::~CSS2FontFaceWidths | ( | ) |
Definition at line 456 of file css_extensions.cpp.
Member Function Documentation
CSSValueList CSS2FontFaceWidths::numbers | ( | ) | const |
CSS2FontFaceWidths & CSS2FontFaceWidths::operator= | ( | const CSS2FontFaceWidths & | other | ) |
Definition at line 450 of file css_extensions.cpp.
void CSS2FontFaceWidths::setUrange | ( | const DOM::DOMString & | value | ) |
see urange
- Exceptions:
-
DOMException SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable.
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.
Definition at line 466 of file css_extensions.cpp.
DOMString CSS2FontFaceWidths::urange | ( | ) | const |
The documentation for this class was generated from the following files: