DOM::HTMLMenuElement Class Reference
#include <html_list.h>
Inheritance diagram for DOM::HTMLMenuElement:

Protected Member Functions | |
HTMLMenuElement (HTMLMenuElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Additional Inherited Members | |
![]() | |
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 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) |
![]() | |
NodeImpl * | 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() [1/4]
HTMLMenuElement::HTMLMenuElement | ( | ) |
Definition at line 179 of file html_list.cpp.
◆ HTMLMenuElement() [2/4]
HTMLMenuElement::HTMLMenuElement | ( | const HTMLMenuElement & | other | ) |
Definition at line 183 of file html_list.cpp.
◆ HTMLMenuElement() [3/4]
|
inline |
Definition at line 191 of file html_list.h.
◆ HTMLMenuElement() [4/4]
|
protected |
Definition at line 187 of file html_list.cpp.
◆ ~HTMLMenuElement()
HTMLMenuElement::~HTMLMenuElement | ( | ) |
Definition at line 203 of file html_list.cpp.
Member Function Documentation
◆ compact()
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.
◆ operator=() [1/2]
HTMLMenuElement & HTMLMenuElement::operator= | ( | const HTMLMenuElement & | other | ) |
Definition at line 197 of file html_list.cpp.
◆ operator=() [2/2]
HTMLMenuElement & HTMLMenuElement::operator= | ( | const Node & | other | ) |
Definition at line 191 of file html_list.cpp.
◆ setCompact()
void HTMLMenuElement::setCompact | ( | bool | _compact | ) |
see compact
Definition at line 213 of file html_list.cpp.
The documentation for this class was generated from the following files: