KHTML
DOM::HTMLMenuElement Class Reference
Menu list. More...
#include <html_list.h>
Inheritance diagram for DOM::HTMLMenuElement:
Public Member Functions | |
bool | compact () const |
HTMLMenuElement (const Node &other) | |
HTMLMenuElement (const HTMLMenuElement &other) | |
HTMLMenuElement () | |
HTMLMenuElement & | operator= (const Node &other) |
HTMLMenuElement & | operator= (const HTMLMenuElement &other) |
void | setCompact (bool) |
~HTMLMenuElement () | |
Protected Member Functions | |
HTMLMenuElement (HTMLMenuElementImpl *impl) |
Detailed Description
Menu list.See the MENU element definition in HTML 4.0. This element is deprecated in HTML 4.0.
Definition at line 186 of file html_list.h.
Constructor & Destructor Documentation
HTMLMenuElement::HTMLMenuElement | ( | ) |
Definition at line 179 of file html_list.cpp.
HTMLMenuElement::HTMLMenuElement | ( | const HTMLMenuElement & | other | ) |
Definition at line 183 of file html_list.cpp.
DOM::HTMLMenuElement::HTMLMenuElement | ( | const Node & | other | ) | [inline] |
Definition at line 191 of file html_list.h.
HTMLMenuElement::HTMLMenuElement | ( | HTMLMenuElementImpl * | impl | ) | [protected] |
Definition at line 187 of file html_list.cpp.
HTMLMenuElement::~HTMLMenuElement | ( | ) |
Definition at line 203 of file html_list.cpp.
Member Function Documentation
bool HTMLMenuElement::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 207 of file html_list.cpp.
HTMLMenuElement & HTMLMenuElement::operator= | ( | const Node & | other | ) |
HTMLMenuElement & HTMLMenuElement::operator= | ( | const HTMLMenuElement & | other | ) |
Definition at line 197 of file html_list.cpp.
void HTMLMenuElement::setCompact | ( | bool | _compact | ) |
The documentation for this class was generated from the following files: