KHTML
DOM::HTMLPreElement Class Reference
Preformatted text. More...
#include <html_block.h>
Inheritance diagram for DOM::HTMLPreElement:
Public Member Functions | |
HTMLPreElement (const Node &other) | |
HTMLPreElement (const HTMLPreElement &other) | |
HTMLPreElement () | |
HTMLPreElement & | operator= (const Node &other) |
HTMLPreElement & | operator= (const HTMLPreElement &other) |
void | setWidth (long) |
long | width () const |
~HTMLPreElement () | |
Protected Member Functions | |
HTMLPreElement (HTMLPreElementImpl *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::HTMLPreElement | ( | ) |
Definition at line 304 of file html_block.cpp.
HTMLPreElement::HTMLPreElement | ( | const HTMLPreElement & | other | ) |
Definition at line 308 of file html_block.cpp.
DOM::HTMLPreElement::HTMLPreElement | ( | const Node & | other | ) | [inline] |
Definition at line 304 of file html_block.h.
HTMLPreElement::HTMLPreElement | ( | HTMLPreElementImpl * | impl | ) | [protected] |
Definition at line 313 of file html_block.cpp.
HTMLPreElement::~HTMLPreElement | ( | ) |
Definition at line 330 of file html_block.cpp.
Member Function Documentation
HTMLPreElement & HTMLPreElement::operator= | ( | const Node & | other | ) |
HTMLPreElement & HTMLPreElement::operator= | ( | const HTMLPreElement & | other | ) |
Definition at line 324 of file html_block.cpp.
void HTMLPreElement::setWidth | ( | long | _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: