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 () |
~DocumentStyle () | |
Protected Attributes | |
DOM::DocumentImpl * | doc |
DocumentStyleImpl * | impl |
Detailed Description
Definition at line 469 of file css_stylesheet.h.
Constructor & Destructor Documentation
DocumentStyle::DocumentStyle | ( | ) |
Definition at line 402 of file css_stylesheet.cpp.
DocumentStyle::DocumentStyle | ( | const DocumentStyle & | other | ) |
Definition at line 407 of file css_stylesheet.cpp.
DocumentStyle::~DocumentStyle | ( | ) |
Definition at line 434 of file css_stylesheet.cpp.
Member Function Documentation
bool DOM::DocumentStyle::isNull | ( | ) | const [inline] |
Definition at line 487 of file css_stylesheet.h.
DocumentStyle & DocumentStyle::operator= | ( | const Document & | other | ) |
Definition at line 423 of file css_stylesheet.cpp.
DocumentStyle & DocumentStyle::operator= | ( | const DocumentStyle & | other | ) |
Definition at line 413 of file css_stylesheet.cpp.
DOMString DocumentStyle::preferredStylesheetSet | ( | ) | const |
Definition at line 444 of file css_stylesheet.cpp.
DOMString DocumentStyle::selectedStylesheetSet | ( | ) | const |
Definition at line 454 of file css_stylesheet.cpp.
void DocumentStyle::setSelectedStylesheetSet | ( | const DOMString & | aString | ) |
Definition at line 449 of file css_stylesheet.cpp.
StyleSheetList DocumentStyle::styleSheets | ( | ) |
Definition at line 439 of file css_stylesheet.cpp.
Member Data Documentation
DOM::DocumentImpl* DOM::DocumentStyle::doc [protected] |
Definition at line 490 of file css_stylesheet.h.
DocumentStyleImpl* DOM::DocumentStyle::impl [protected] |
Definition at line 491 of file css_stylesheet.h.
The documentation for this class was generated from the following files: