KHTML
DOM::HTMLHRElement Class Reference
Create a horizontal rule. More...
#include <html_block.h>
Public Member Functions | |
DOMString | align () const |
HTMLHRElement (const Node &other) | |
HTMLHRElement (const HTMLHRElement &other) | |
HTMLHRElement () | |
bool | noShade () const |
HTMLHRElement & | operator= (const Node &other) |
HTMLHRElement & | operator= (const HTMLHRElement &other) |
void | setAlign (const DOMString &) |
void | setNoShade (bool) |
void | setSize (const DOMString &) |
void | setWidth (const DOMString &) |
DOMString | size () const |
DOMString | width () const |
~HTMLHRElement () | |
Protected Member Functions | |
HTMLHRElement (HTMLHRElementImpl *impl) |
Detailed Description
Create a horizontal rule.See the HR element definition in HTML 4.0.
Definition at line 133 of file html_block.h.
Constructor & Destructor Documentation
HTMLHRElement::HTMLHRElement | ( | ) |
Definition at line 123 of file html_block.cpp.
HTMLHRElement::HTMLHRElement | ( | const HTMLHRElement & | other | ) |
Definition at line 128 of file html_block.cpp.
DOM::HTMLHRElement::HTMLHRElement | ( | const Node & | other | ) | [inline] |
Definition at line 138 of file html_block.h.
HTMLHRElement::HTMLHRElement | ( | HTMLHRElementImpl * | impl | ) | [protected] |
Definition at line 133 of file html_block.cpp.
HTMLHRElement::~HTMLHRElement | ( | ) |
Definition at line 150 of file html_block.cpp.
Member Function Documentation
DOMString HTMLHRElement::align | ( | ) | const |
Align the rule on the page.
See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 154 of file html_block.cpp.
bool HTMLHRElement::noShade | ( | ) | const |
Indicates to the user agent that there should be no shading in the rendering of this element.
See the noshade attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 165 of file html_block.cpp.
HTMLHRElement & HTMLHRElement::operator= | ( | const Node & | other | ) |
HTMLHRElement & HTMLHRElement::operator= | ( | const HTMLHRElement & | other | ) |
Definition at line 144 of file html_block.cpp.
void HTMLHRElement::setAlign | ( | const DOMString & | value | ) |
void HTMLHRElement::setNoShade | ( | bool | _noShade | ) |
void HTMLHRElement::setSize | ( | const DOMString & | value | ) |
void HTMLHRElement::setWidth | ( | const DOMString & | value | ) |
DOMString HTMLHRElement::size | ( | ) | const |
The height of the rule.
See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 182 of file html_block.cpp.
DOMString HTMLHRElement::width | ( | ) | const |
The width of the rule.
See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 193 of file html_block.cpp.
The documentation for this class was generated from the following files: