KHTML
#include <html_head.h>
Protected Member Functions | |
HTMLStyleElement (HTMLStyleElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
Element (ElementImpl *_impl) | |
Detailed Description
Style information.
A more detailed style sheet object model is planned to be defined in a separate document. See the STYLE element definition in HTML 4.0.
Definition at line 449 of file html_head.h.
Constructor & Destructor Documentation
HTMLStyleElement::HTMLStyleElement | ( | ) |
Definition at line 404 of file html_head.cpp.
HTMLStyleElement::HTMLStyleElement | ( | const HTMLStyleElement & | other | ) |
Definition at line 408 of file html_head.cpp.
|
inline |
Definition at line 454 of file html_head.h.
|
protected |
Definition at line 412 of file html_head.cpp.
HTMLStyleElement::~HTMLStyleElement | ( | ) |
Definition at line 428 of file html_head.cpp.
Member Function Documentation
bool HTMLStyleElement::disabled | ( | ) | const |
Enables/disables the style sheet.
Definition at line 432 of file html_head.cpp.
DOMString HTMLStyleElement::media | ( | ) | const |
Designed for use with one or more target media.
See the media attribute definition in HTML 4.0.
Definition at line 445 of file html_head.cpp.
HTMLStyleElement & HTMLStyleElement::operator= | ( | const HTMLStyleElement & | other | ) |
Definition at line 422 of file html_head.cpp.
HTMLStyleElement & HTMLStyleElement::operator= | ( | const Node & | other | ) |
Definition at line 416 of file html_head.cpp.
void HTMLStyleElement::setDisabled | ( | bool | _disabled | ) |
see disabled
Definition at line 438 of file html_head.cpp.
void HTMLStyleElement::setMedia | ( | const DOMString & | value | ) |
see media
Definition at line 451 of file html_head.cpp.
void HTMLStyleElement::setType | ( | const DOMString & | value | ) |
see type
Definition at line 462 of file html_head.cpp.
StyleSheet HTMLStyleElement::sheet | ( | ) | const |
Introduced in DOM Level 2 This method is from the LinkStyle interface.
The style sheet.
Definition at line 467 of file html_head.cpp.
DOMString HTMLStyleElement::type | ( | ) | const |
The style sheet language (Internet media type).
See the type attribute definition in HTML 4.0.
Definition at line 456 of file html_head.cpp.
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.