KHTML
html_image.cpp
Go to the documentation of this file.
235 if (impl) static_cast<HTMLImageElementImpl*>(impl)->setAttribute(ATTR_BORDER, QString::number(value));
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:270
HTMLImageElement & operator=(const HTMLImageElement &other)
Definition: html_image.cpp:180
DOMString align() const
Aligns this object (vertically or horizontally) with respect to its surrounding text.
Definition: html_image.cpp:201
HTMLAreaElement & operator=(const HTMLAreaElement &other)
Definition: html_image.cpp:52
void setAttribute(const DOMString &name, const DOMString &value)
Adds a new attribute.
Definition: dom_element.cpp:158
DOMString alt() const
Alternate text for user agents not rendering the normal content of this element.
Definition: html_image.cpp:212
QString number(int n, int base)
long hspace() const
Horizontal space to the left and right of this image.
Definition: html_image.cpp:262
long tabIndex() const
Index that represents the element's position in the tabbing order.
Definition: html_image.cpp:135
DOMString longDesc() const
URI designating a long description of this image or frame.
Definition: html_image.cpp:291
DOMString coords() const
Comma-separated list of lengths, defining an active region geometry.
Definition: html_image.cpp:84
HTMLMapElement & operator=(const HTMLMapElement &other)
Definition: html_image.cpp:380
DOMString accessKey() const
A single character access key to give access to the form control.
Definition: html_image.cpp:62
HTMLElement & operator=(const HTMLElement &other)
Definition: html_element.cpp:41
HTMLCollection areas() const
The list of areas defined for the image map.
Definition: html_image.cpp:390
DOMString getAttribute(const DOMString &name)
Retrieves an attribute value by name.
Definition: dom_element.cpp:147
DOMString name() const
The name of the element (for backwards compatibility).
Definition: html_image.cpp:190
bool noHref() const
Specifies that this area is inactive, i.e., has no associated action.
Definition: html_image.cpp:107
void assignOther(const Node &other, int elementId)
Definition: html_element.cpp:176
DOMString alt() const
Alternate text for user agents not rendering the normal content of this element.
Definition: html_image.cpp:73
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.