KHTML
DOM::HTMLDirectoryElement Class Reference
Directory list. More...
#include <html_list.h>
Inheritance diagram for DOM::HTMLDirectoryElement:
Public Member Functions | |
bool | compact () const |
HTMLDirectoryElement (const Node &other) | |
HTMLDirectoryElement (const HTMLDirectoryElement &other) | |
HTMLDirectoryElement () | |
HTMLDirectoryElement & | operator= (const Node &other) |
HTMLDirectoryElement & | operator= (const HTMLDirectoryElement &other) |
void | setCompact (bool) |
~HTMLDirectoryElement () | |
Protected Member Functions | |
HTMLDirectoryElement (HTMLDirectoryElementImpl *impl) |
Detailed Description
Directory list.See the DIR element definition in HTML 4.0. This element is deprecated in HTML 4.0.
Definition at line 92 of file html_list.h.
Constructor & Destructor Documentation
HTMLDirectoryElement::HTMLDirectoryElement | ( | ) |
Definition at line 77 of file html_list.cpp.
HTMLDirectoryElement::HTMLDirectoryElement | ( | const HTMLDirectoryElement & | other | ) |
Definition at line 81 of file html_list.cpp.
DOM::HTMLDirectoryElement::HTMLDirectoryElement | ( | const Node & | other | ) | [inline] |
Definition at line 97 of file html_list.h.
HTMLDirectoryElement::HTMLDirectoryElement | ( | HTMLDirectoryElementImpl * | impl | ) | [protected] |
Definition at line 85 of file html_list.cpp.
HTMLDirectoryElement::~HTMLDirectoryElement | ( | ) |
Definition at line 101 of file html_list.cpp.
Member Function Documentation
bool HTMLDirectoryElement::compact | ( | ) | const |
Reduce spacing between list items.
See the compact attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 105 of file html_list.cpp.
HTMLDirectoryElement & HTMLDirectoryElement::operator= | ( | const Node & | other | ) |
HTMLDirectoryElement & HTMLDirectoryElement::operator= | ( | const HTMLDirectoryElement & | other | ) |
Definition at line 95 of file html_list.cpp.
void HTMLDirectoryElement::setCompact | ( | bool | _compact | ) |
The documentation for this class was generated from the following files: