KHTML
#include <html_list.h>

Protected Member Functions | |
HTMLUListElement (HTMLUListElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
Element (ElementImpl *_impl) |
Detailed Description
Unordered list.
See the UL element definition in HTML 4.0.
Definition at line 294 of file html_list.h.
Constructor & Destructor Documentation
◆ HTMLUListElement() [1/4]
HTMLUListElement::HTMLUListElement | ( | ) |
Definition at line 298 of file html_list.cpp.
◆ HTMLUListElement() [2/4]
HTMLUListElement::HTMLUListElement | ( | const HTMLUListElement & | other | ) |
Definition at line 302 of file html_list.cpp.
◆ HTMLUListElement() [3/4]
|
inline |
Definition at line 299 of file html_list.h.
◆ HTMLUListElement() [4/4]
|
protected |
Definition at line 306 of file html_list.cpp.
◆ ~HTMLUListElement()
HTMLUListElement::~HTMLUListElement | ( | ) |
Definition at line 322 of file html_list.cpp.
Member Function Documentation
◆ compact()
bool HTMLUListElement::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 326 of file html_list.cpp.
◆ operator=() [1/2]
HTMLUListElement & HTMLUListElement::operator= | ( | const HTMLUListElement & | other | ) |
Definition at line 316 of file html_list.cpp.
◆ operator=() [2/2]
HTMLUListElement & HTMLUListElement::operator= | ( | const Node & | other | ) |
Definition at line 310 of file html_list.cpp.
◆ setCompact()
void HTMLUListElement::setCompact | ( | bool | _compact | ) |
see compact
Definition at line 332 of file html_list.cpp.
◆ setType()
void HTMLUListElement::setType | ( | const DOMString & | value | ) |
see type
Definition at line 349 of file html_list.cpp.
◆ type()
DOMString HTMLUListElement::type | ( | ) | const |
Bullet style.
See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 343 of file html_list.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.