DOM::HTMLImageElement Class Reference
Embedded image. More...
#include <html_image.h>
Inheritance diagram for DOM::HTMLImageElement:

Public Member Functions | |
HTMLImageElement () | |
HTMLImageElement (const HTMLImageElement &other) | |
HTMLImageElement (const Node &other) | |
HTMLImageElement & | operator= (const HTMLImageElement &other) |
HTMLImageElement & | operator= (const Node &other) |
~HTMLImageElement () | |
DOMString | name () const |
void | setName (const DOMString &) |
DOMString | align () const |
void | setAlign (const DOMString &) |
DOMString | alt () const |
void | setAlt (const DOMString &) |
DOMString | getBorder () const |
void | setBorder (const DOMString &) |
long | border () const KDE_DEPRECATED |
void | setBorder (long) KDE_DEPRECATED |
long | height () const |
void | setHeight (long) |
long | hspace () const |
void | setHspace (long) |
bool | isMap () const |
void | setIsMap (bool) |
DOMString | longDesc () const |
void | setLongDesc (const DOMString &) |
DOMString | src () const |
void | setSrc (const DOMString &) |
DOMString | useMap () const |
void | setUseMap (const DOMString &) |
long | vspace () const |
void | setVspace (long) |
long | width () const |
void | setWidth (long) |
long | x () const |
long | y () const |
Protected Member Functions | |
HTMLImageElement (HTMLImageElementImpl *impl) |
Detailed Description
Embedded image.See the IMG element definition in HTML 4.0.
Definition at line 185 of file html_image.h.
Member Function Documentation
|
The name of the element (for backwards compatibility).
Definition at line 191 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see name
Definition at line 197 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 202 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see align
Definition at line 208 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.0. Definition at line 213 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(), and KJS::HTMLElement::toString(). |
|
see alt
Definition at line 219 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Width of border around image. See the border attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 236 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see border
Definition at line 242 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Definition at line 224 of file html_image.cpp. References DOM::Node::impl. |
|
Definition at line 231 of file html_image.cpp. References DOM::Node::impl, and QString::number(). |
|
Override height. See the height attribute definition in HTML 4.0. Definition at line 248 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see height
Definition at line 254 of file html_image.cpp. References DOM::Node::impl, and QString::number(). Referenced by KJS::HTMLElement::putValueProperty(). |
|
Horizontal space to the left and right of this image. See the hspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 259 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see hspace
Definition at line 266 of file html_image.cpp. References DOM::Node::impl, and QString::number(). Referenced by KJS::HTMLElement::putValueProperty(). |
|
Use server-side image map. See the ismap attribute definition in HTML 4.0. Definition at line 271 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see isMap
Definition at line 277 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0. Definition at line 288 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see longDesc
Definition at line 294 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
URI designating the source of this image. See the src attribute definition in HTML 4.0. Definition at line 299 of file html_image.cpp. References DOM::Node::impl, DOM::DOMString::isNull(), and DOM::DOMString::string(). Referenced by KJS::HTMLElement::getValueProperty(). |
|
see src
Definition at line 306 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Use client-side image map. See the usemap attribute definition in HTML 4.0. Definition at line 311 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see useMap
Definition at line 317 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Vertical space above and below this image. See the vspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 322 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see vspace
Definition at line 329 of file html_image.cpp. References DOM::Node::impl, and QString::number(). Referenced by KJS::HTMLElement::putValueProperty(). |
|
Override width. See the width attribute definition in HTML 4.0. Definition at line 334 of file html_image.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see width
Definition at line 340 of file html_image.cpp. References DOM::Node::impl, and QString::number(). Referenced by KJS::HTMLElement::putValueProperty(). |
|
Nonstandard extension to DOM::ImgElement.
Definition at line 345 of file html_image.cpp. References DOM::Node::impl, and y(). Referenced by KJS::HTMLElement::getValueProperty(), and y(). |
The documentation for this class was generated from the following files: