• Skip to content
  • Skip to link menu
KDE 4.6 API Reference
  • KDE API Reference
  • kdelibs
  • KDE Home
  • Contact Us
 

KHTML

  • DOM
  • HTMLAppletElement
Public Member Functions | Protected Member Functions

DOM::HTMLAppletElement Class Reference

An embedded Java applet. More...

#include <html_object.h>

Inheritance diagram for DOM::HTMLAppletElement:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 HTMLAppletElement ()
 HTMLAppletElement (const HTMLAppletElement &other)
 HTMLAppletElement (const Node &other)
 ~HTMLAppletElement ()
DOMString align () const
DOMString alt () const
DOMString archive () const
DOMString code () const
DOMString codeBase () const
long getHspace () const
long getVspace () const
DOMString height () const
DOMString hspace () const
DOMString name () const
DOMString object () const
HTMLAppletElement & operator= (const HTMLAppletElement &other)
HTMLAppletElement & operator= (const Node &other)
void setAlign (const DOMString &)
void setAlt (const DOMString &)
void setArchive (const DOMString &)
void setCode (const DOMString &)
void setCodeBase (const DOMString &value)
void setHeight (const DOMString &)
void setHspace (const DOMString &value)
void setHspace (long)
void setName (const DOMString &)
void setObject (const DOMString &)
void setVspace (const DOMString &)
void setVspace (long)
void setWidth (const DOMString &)
DOMString vspace () const
DOMString width () const

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

HTMLAppletElement::HTMLAppletElement ( )

Definition at line 30 of file html_object.cpp.

HTMLAppletElement::HTMLAppletElement ( const HTMLAppletElement &  other)

Definition at line 34 of file html_object.cpp.

DOM::HTMLAppletElement::HTMLAppletElement ( const Node &  other) [inline]

Definition at line 55 of file html_object.h.

HTMLAppletElement::HTMLAppletElement ( HTMLAppletElementImpl *  impl) [protected]

Definition at line 39 of file html_object.cpp.

HTMLAppletElement::~HTMLAppletElement ( )

Definition at line 56 of file html_object.cpp.


Member Function Documentation

DOMString HTMLAppletElement::align ( ) const

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 60 of file html_object.cpp.

DOMString HTMLAppletElement::alt ( ) const

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 71 of file html_object.cpp.

DOMString HTMLAppletElement::archive ( ) const

Comma-separated archive list.

See the archive attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

Definition at line 82 of file html_object.cpp.

DOMString HTMLAppletElement::code ( ) const

Applet class file.

See the code attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

Definition at line 93 of file html_object.cpp.

DOMString HTMLAppletElement::codeBase ( ) const

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 104 of file html_object.cpp.

long HTMLAppletElement::getHspace ( ) const

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 141 of file html_object.cpp.

long HTMLAppletElement::getVspace ( ) const

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 189 of file html_object.cpp.

DOMString HTMLAppletElement::height ( ) const

Override height.

See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

Definition at line 115 of file html_object.cpp.

DOMString HTMLAppletElement::hspace ( ) const
Deprecated:

Definition at line 127 of file html_object.cpp.

DOMString HTMLAppletElement::name ( ) const

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 152 of file html_object.cpp.

DOMString HTMLAppletElement::object ( ) const

Serialized applet file.

See the object attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

Definition at line 163 of file html_object.cpp.

HTMLAppletElement & HTMLAppletElement::operator= ( const Node &  other)

Reimplemented from DOM::HTMLElement.

Definition at line 44 of file html_object.cpp.

HTMLAppletElement & HTMLAppletElement::operator= ( const HTMLAppletElement &  other)

Definition at line 50 of file html_object.cpp.

void HTMLAppletElement::setAlign ( const DOMString &  value)

see align

Definition at line 66 of file html_object.cpp.

void HTMLAppletElement::setAlt ( const DOMString &  value)

see alt

Definition at line 77 of file html_object.cpp.

void HTMLAppletElement::setArchive ( const DOMString &  value)

see archive

Definition at line 88 of file html_object.cpp.

void HTMLAppletElement::setCode ( const DOMString &  value)

see code

Definition at line 99 of file html_object.cpp.

void HTMLAppletElement::setCodeBase ( const DOMString &  value)

see codeBase

Definition at line 110 of file html_object.cpp.

void HTMLAppletElement::setHeight ( const DOMString &  value)

see height

Definition at line 121 of file html_object.cpp.

void HTMLAppletElement::setHspace ( long  value)

see hspace

Definition at line 147 of file html_object.cpp.

void HTMLAppletElement::setHspace ( const DOMString &  value)
Deprecated:

Definition at line 135 of file html_object.cpp.

void HTMLAppletElement::setName ( const DOMString &  value)

see name

Definition at line 158 of file html_object.cpp.

void HTMLAppletElement::setObject ( const DOMString &  value)

see object

Definition at line 169 of file html_object.cpp.

void HTMLAppletElement::setVspace ( const DOMString &  value)
Deprecated:

Definition at line 183 of file html_object.cpp.

void HTMLAppletElement::setVspace ( long  value)

see vspace

Definition at line 195 of file html_object.cpp.

void HTMLAppletElement::setWidth ( const DOMString &  value)

see width

Definition at line 207 of file html_object.cpp.

DOMString HTMLAppletElement::vspace ( ) const
Deprecated:

Definition at line 175 of file html_object.cpp.

DOMString HTMLAppletElement::width ( ) const

Override width.

See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

Definition at line 201 of file html_object.cpp.


The documentation for this class was generated from the following files:
  • html_object.h
  • html_object.cpp

KHTML

Skip menu "KHTML"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.7.3
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal