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