KHTML
#include <css_stylesheet.h>
Public Member Functions | |
DocumentStyle () | |
DocumentStyle (const DocumentStyle &other) | |
~DocumentStyle () | |
bool | isNull () const |
DocumentStyle & | operator= (const DocumentStyle &other) |
DocumentStyle & | operator= (const Document &other) |
DOMString | preferredStylesheetSet () const |
DOMString | selectedStylesheetSet () const |
void | setSelectedStylesheetSet (const DOMString &aString) |
StyleSheetList | styleSheets () const |
Protected Attributes | |
DOM::DocumentImpl * | doc |
DocumentStyleImpl * | impl |
Detailed Description
Definition at line 483 of file css_stylesheet.h.
Constructor & Destructor Documentation
DocumentStyle::DocumentStyle | ( | ) |
Definition at line 444 of file css_stylesheet.cpp.
DocumentStyle::DocumentStyle | ( | const DocumentStyle & | other | ) |
Definition at line 449 of file css_stylesheet.cpp.
DocumentStyle::~DocumentStyle | ( | ) |
Definition at line 476 of file css_stylesheet.cpp.
Member Function Documentation
|
inline |
Definition at line 500 of file css_stylesheet.h.
DocumentStyle & DocumentStyle::operator= | ( | const DocumentStyle & | other | ) |
Definition at line 455 of file css_stylesheet.cpp.
DocumentStyle & DocumentStyle::operator= | ( | const Document & | other | ) |
Definition at line 465 of file css_stylesheet.cpp.
DOMString DocumentStyle::preferredStylesheetSet | ( | ) | const |
Definition at line 486 of file css_stylesheet.cpp.
DOMString DocumentStyle::selectedStylesheetSet | ( | ) | const |
Definition at line 496 of file css_stylesheet.cpp.
void DocumentStyle::setSelectedStylesheetSet | ( | const DOMString & | aString | ) |
Definition at line 491 of file css_stylesheet.cpp.
StyleSheetList DocumentStyle::styleSheets | ( | ) | const |
Definition at line 481 of file css_stylesheet.cpp.
Member Data Documentation
|
protected |
Definition at line 503 of file css_stylesheet.h.
|
protected |
Definition at line 504 of file css_stylesheet.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.