KHTML
DOM::HTMLDivElement Class Reference
Generic block container. More...
#include <html_block.h>
Inheritance diagram for DOM::HTMLDivElement:
Public Member Functions | |
DOMString | align () const |
HTMLDivElement (const Node &other) | |
HTMLDivElement (const HTMLDivElement &other) | |
HTMLDivElement () | |
HTMLDivElement & | operator= (const Node &other) |
HTMLDivElement & | operator= (const HTMLDivElement &other) |
void | setAlign (const DOMString &) |
~HTMLDivElement () | |
Protected Member Functions | |
HTMLDivElement (HTMLDivElementImpl *impl) |
Detailed Description
Generic block container.See the DIV element definition in HTML 4.0.
Definition at line 91 of file html_block.h.
Constructor & Destructor Documentation
HTMLDivElement::HTMLDivElement | ( | ) |
Definition at line 79 of file html_block.cpp.
HTMLDivElement::HTMLDivElement | ( | const HTMLDivElement & | other | ) |
Definition at line 84 of file html_block.cpp.
DOM::HTMLDivElement::HTMLDivElement | ( | const Node & | other | ) | [inline] |
Definition at line 96 of file html_block.h.
HTMLDivElement::HTMLDivElement | ( | HTMLDivElementImpl * | impl | ) | [protected] |
Definition at line 89 of file html_block.cpp.
HTMLDivElement::~HTMLDivElement | ( | ) |
Definition at line 106 of file html_block.cpp.
Member Function Documentation
DOMString HTMLDivElement::align | ( | ) | const |
Horizontal text alignment.
See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 110 of file html_block.cpp.
HTMLDivElement & HTMLDivElement::operator= | ( | const Node & | other | ) |
HTMLDivElement & HTMLDivElement::operator= | ( | const HTMLDivElement & | other | ) |
Definition at line 100 of file html_block.cpp.
void HTMLDivElement::setAlign | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: