DOM::HTMLPreElement Class Reference
#include <html_block.h>
Inheritance diagram for DOM::HTMLPreElement:
Protected Member Functions | |
| HTMLPreElement (HTMLPreElementImpl *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) | |
Additional Inherited Members | |
Public Types inherited from DOM::Node | |
| 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 Public Member Functions inherited from DOM::Element | |
| 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) |
Protected Attributes inherited from DOM::Node | |
| NodeImpl * | impl |
Detailed Description
Preformatted text.
See the PRE element definition in HTML 4.0.
Definition at line 299 of file html_block.h.
Constructor & Destructor Documentation
◆ HTMLPreElement() [1/4]
| HTMLPreElement::HTMLPreElement | ( | ) |
Definition at line 304 of file html_block.cpp.
◆ HTMLPreElement() [2/4]
| HTMLPreElement::HTMLPreElement | ( | const HTMLPreElement & | other | ) |
Definition at line 308 of file html_block.cpp.
◆ HTMLPreElement() [3/4]
|
inline |
Definition at line 304 of file html_block.h.
◆ HTMLPreElement() [4/4]
|
protected |
Definition at line 313 of file html_block.cpp.
◆ ~HTMLPreElement()
| HTMLPreElement::~HTMLPreElement | ( | ) |
Definition at line 330 of file html_block.cpp.
Member Function Documentation
◆ operator=() [1/2]
| HTMLPreElement & HTMLPreElement::operator= | ( | const HTMLPreElement & | other | ) |
Definition at line 324 of file html_block.cpp.
◆ operator=() [2/2]
| HTMLPreElement & HTMLPreElement::operator= | ( | const Node & | other | ) |
Definition at line 318 of file html_block.cpp.
◆ setWidth()
| void HTMLPreElement::setWidth | ( | long | _width | ) |
see width
Definition at line 341 of file html_block.cpp.
◆ width()
| long HTMLPreElement::width | ( | ) | const |
Fixed width for content.
See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 334 of file html_block.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from