KHTML
DOM::DocumentStyle Class Reference
#include <css_stylesheet.h>
Public Member Functions | |
| DocumentStyle (const DocumentStyle &other) | |
| DocumentStyle () | |
| bool | isNull () const |
| DocumentStyle & | operator= (const Document &other) |
| DocumentStyle & | operator= (const DocumentStyle &other) |
| DOMString | preferredStylesheetSet () const |
| DOMString | selectedStylesheetSet () const |
| void | setSelectedStylesheetSet (const DOMString &aString) |
| StyleSheetList | styleSheets () const |
| ~DocumentStyle () | |
Protected Attributes | |
| DOM::DocumentImpl * | doc |
| DocumentStyleImpl * | impl |
Detailed Description
Definition at line 474 of file css_stylesheet.h.
Constructor & Destructor Documentation
| DocumentStyle::DocumentStyle | ( | ) |
Definition at line 424 of file css_stylesheet.cpp.
| DocumentStyle::DocumentStyle | ( | const DocumentStyle & | other | ) |
Definition at line 429 of file css_stylesheet.cpp.
| DocumentStyle::~DocumentStyle | ( | ) |
Definition at line 456 of file css_stylesheet.cpp.
Member Function Documentation
| bool DOM::DocumentStyle::isNull | ( | ) | const [inline] |
Definition at line 491 of file css_stylesheet.h.
| DocumentStyle & DocumentStyle::operator= | ( | const Document & | other | ) |
Definition at line 445 of file css_stylesheet.cpp.
| DocumentStyle & DocumentStyle::operator= | ( | const DocumentStyle & | other | ) |
Definition at line 435 of file css_stylesheet.cpp.
| DOMString DocumentStyle::preferredStylesheetSet | ( | ) | const |
Definition at line 466 of file css_stylesheet.cpp.
| DOMString DocumentStyle::selectedStylesheetSet | ( | ) | const |
Definition at line 476 of file css_stylesheet.cpp.
| void DocumentStyle::setSelectedStylesheetSet | ( | const DOMString & | aString | ) |
Definition at line 471 of file css_stylesheet.cpp.
| StyleSheetList DocumentStyle::styleSheets | ( | ) | const |
Definition at line 461 of file css_stylesheet.cpp.
Member Data Documentation
DOM::DocumentImpl* DOM::DocumentStyle::doc [protected] |
Definition at line 494 of file css_stylesheet.h.
DocumentStyleImpl* DOM::DocumentStyle::impl [protected] |
Definition at line 495 of file css_stylesheet.h.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference