DOM::HTMLAppletElement Class Reference
An embedded Java applet. More...
#include <html_object.h>
Inheritance diagram for DOM::HTMLAppletElement:


Public Member Functions | |
HTMLAppletElement () | |
This file is part of the DOM implementation for KDE. | |
HTMLAppletElement (const HTMLAppletElement &other) | |
HTMLAppletElement (const Node &other) | |
HTMLAppletElement & | operator= (const HTMLAppletElement &other) |
HTMLAppletElement & | operator= (const Node &other) |
DOMString | align () const |
Aligns this object (vertically or horizontally) with respect to its surrounding text. | |
void | setAlign (const DOMString &) |
see align | |
DOMString | alt () const |
Alternate text for user agents not rendering the normal content of this element. | |
void | setAlt (const DOMString &) |
see alt | |
DOMString | archive () const |
Comma-separated archive list. | |
void | setArchive (const DOMString &) |
see archive | |
DOMString | code () const |
Applet class file. | |
void | setCode (const DOMString &) |
see code | |
DOMString | codeBase () const |
Optional base URI for applet. | |
void | setCodeBase (const DOMString &) |
see codeBase | |
DOMString | height () const |
Override height. | |
void | setHeight (const DOMString &) |
see height | |
long | getHspace () const |
Horizontal space, in pixels, to the left and right of this image, applet, or object. | |
void | setHspace (long) |
see hspace | |
DOMString | hspace () const |
This class or method is obsolete, it is provided for compatibility only. | |
void | setHspace (const DOMString &) |
This class or method is obsolete, it is provided for compatibility only. | |
DOMString | name () const |
The name of the applet. | |
void | setName (const DOMString &) |
see name | |
DOMString | object () const |
Serialized applet file. | |
void | setObject (const DOMString &) |
see object | |
long | getVspace () const |
Vertical space, in pixels, above and below this image, applet, or object. | |
void | setVspace (long) |
see vspace | |
DOMString | vspace () const |
This class or method is obsolete, it is provided for compatibility only. | |
void | setVspace (const DOMString &) |
This class or method is obsolete, it is provided for compatibility only. | |
DOMString | width () const |
Override width. | |
void | setWidth (const DOMString &) |
see width | |
Protected Member Functions | |
HTMLAppletElement (HTMLAppletElementImpl *impl) |
Detailed Description
An embedded Java applet.See the APPLET element definition in HTML 4.0. This element is deprecated in HTML 4.0.
Definition at line 50 of file html_object.h.
Constructor & Destructor Documentation
|
This file is part of the DOM implementation for KDE. (C) 1999 Lars Knoll (knoll@kde.org) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Definition at line 29 of file html_object.cpp. |
Member Function Documentation
|
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 59 of file html_object.cpp. |
|
see align
Definition at line 65 of file html_object.cpp. |
|
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 70 of file html_object.cpp. |
|
see alt
Definition at line 76 of file html_object.cpp. |
|
Comma-separated archive list. See the archive attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 81 of file html_object.cpp. |
|
see archive
Definition at line 87 of file html_object.cpp. |
|
Applet class file. See the code attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 92 of file html_object.cpp. |
|
see code
Definition at line 98 of file html_object.cpp. |
|
Optional base URI for applet. See the codebase attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 103 of file html_object.cpp. |
|
see codeBase
Definition at line 109 of file html_object.cpp. |
|
Override height. See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 114 of file html_object.cpp. |
|
see height
Definition at line 120 of file html_object.cpp. |
|
Horizontal space, in pixels, to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 136 of file html_object.cpp. |
|
see hspace
Definition at line 142 of file html_object.cpp. References QString::number(). |
|
This class or method is obsolete, it is provided for compatibility only.
Definition at line 125 of file html_object.cpp. |
|
This class or method is obsolete, it is provided for compatibility only.
Definition at line 131 of file html_object.cpp. |
|
The name of the applet. See the name attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 147 of file html_object.cpp. |
|
see name
Definition at line 153 of file html_object.cpp. |
|
Serialized applet file. See the object attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 158 of file html_object.cpp. |
|
see object
Definition at line 164 of file html_object.cpp. |
|
Vertical space, in pixels, above and below this image, applet, or object. See the vspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 180 of file html_object.cpp. |
|
see vspace
Definition at line 186 of file html_object.cpp. References QString::number(). |
|
This class or method is obsolete, it is provided for compatibility only.
Definition at line 169 of file html_object.cpp. |
|
This class or method is obsolete, it is provided for compatibility only.
Definition at line 175 of file html_object.cpp. |
|
Override width. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 192 of file html_object.cpp. |
|
see width
Definition at line 198 of file html_object.cpp. |
The documentation for this class was generated from the following files: