#include <html_block.h>

Protected Member Functions | |
HTMLHRElement (HTMLHRElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Additional Inherited Members | |
![]() | |
enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
![]() | |
static bool | tdehtmlValidAttrName (const DOMString &name) |
static bool | tdehtmlValidPrefix (const DOMString &name) |
static bool | tdehtmlValidQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedPrefix (const DOMString &name) |
![]() | |
NodeImpl * | 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() [1/4]
HTMLHRElement::HTMLHRElement | ( | ) |
Definition at line 123 of file html_block.cpp.
◆ HTMLHRElement() [2/4]
HTMLHRElement::HTMLHRElement | ( | const HTMLHRElement & | other | ) |
Definition at line 128 of file html_block.cpp.
◆ HTMLHRElement() [3/4]
|
inline |
Definition at line 138 of file html_block.h.
◆ HTMLHRElement() [4/4]
|
protected |
Definition at line 133 of file html_block.cpp.
◆ ~HTMLHRElement()
HTMLHRElement::~HTMLHRElement | ( | ) |
Definition at line 150 of file html_block.cpp.
Member Function Documentation
◆ align()
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.
◆ noShade()
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.
◆ operator=() [1/2]
HTMLHRElement & HTMLHRElement::operator= | ( | const HTMLHRElement & | other | ) |
Definition at line 144 of file html_block.cpp.
◆ operator=() [2/2]
HTMLHRElement & HTMLHRElement::operator= | ( | const Node & | other | ) |
Definition at line 138 of file html_block.cpp.
◆ setAlign()
void HTMLHRElement::setAlign | ( | const DOMString & | value | ) |
see align
Definition at line 160 of file html_block.cpp.
◆ setNoShade()
void HTMLHRElement::setNoShade | ( | bool | _noShade | ) |
see noShade
Definition at line 171 of file html_block.cpp.
◆ setSize()
void HTMLHRElement::setSize | ( | const DOMString & | value | ) |
see size
Definition at line 188 of file html_block.cpp.
◆ setWidth()
void HTMLHRElement::setWidth | ( | const DOMString & | value | ) |
see width
Definition at line 199 of file html_block.cpp.
◆ size()
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.
◆ width()
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: