KHTML
#include <html_head.h>

Protected Member Functions | |
HTMLStyleElement (HTMLStyleElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
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() [1/4]
HTMLStyleElement::HTMLStyleElement | ( | ) |
Definition at line 404 of file html_head.cpp.
◆ HTMLStyleElement() [2/4]
HTMLStyleElement::HTMLStyleElement | ( | const HTMLStyleElement & | other | ) |
Definition at line 408 of file html_head.cpp.
◆ HTMLStyleElement() [3/4]
|
inline |
Definition at line 454 of file html_head.h.
◆ HTMLStyleElement() [4/4]
|
protected |
Definition at line 412 of file html_head.cpp.
◆ ~HTMLStyleElement()
HTMLStyleElement::~HTMLStyleElement | ( | ) |
Definition at line 428 of file html_head.cpp.
Member Function Documentation
◆ disabled()
bool HTMLStyleElement::disabled | ( | ) | const |
Enables/disables the style sheet.
Definition at line 432 of file html_head.cpp.
◆ media()
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.
◆ operator=() [1/2]
HTMLStyleElement & HTMLStyleElement::operator= | ( | const HTMLStyleElement & | other | ) |
Definition at line 422 of file html_head.cpp.
◆ operator=() [2/2]
HTMLStyleElement & HTMLStyleElement::operator= | ( | const Node & | other | ) |
Definition at line 416 of file html_head.cpp.
◆ setDisabled()
void HTMLStyleElement::setDisabled | ( | bool | _disabled | ) |
see disabled
Definition at line 438 of file html_head.cpp.
◆ setMedia()
void HTMLStyleElement::setMedia | ( | const DOMString & | value | ) |
see media
Definition at line 451 of file html_head.cpp.
◆ setType()
void HTMLStyleElement::setType | ( | const DOMString & | value | ) |
see type
Definition at line 462 of file html_head.cpp.
◆ sheet()
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.
◆ type()
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-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.