• Skip to content
  • Skip to link menu
KDE 4.3 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

KHTML

DOM::HTMLAppletElement

DOM::HTMLAppletElement Class Reference

An embedded Java applet. More...

#include <html_object.h>

Inheritance diagram for DOM::HTMLAppletElement:
DOM::HTMLElement DOM::Element DOM::Node

List of all members.

Public Member Functions

DOMString align () const
DOMString alt () const
DOMString archive () const
DOMString code () const
DOMString codeBase () const
long getHspace () const
long getVspace () const
DOMString height () const
KDE_DEPRECATED DOMString hspace () const
 HTMLAppletElement (const Node &other)
 HTMLAppletElement (const HTMLAppletElement &other)
 HTMLAppletElement ()
DOMString name () const
DOMString object () const
HTMLAppletElement & operator= (const Node &other)
HTMLAppletElement & operator= (const HTMLAppletElement &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 &)
KDE_DEPRECATED void setHspace (const DOMString &value)
void setHspace (long)
void setName (const DOMString &)
void setObject (const DOMString &)
KDE_DEPRECATED void setVspace (const DOMString &)
void setVspace (long)
void setWidth (const DOMString &)
KDE_DEPRECATED DOMString vspace () const
DOMString width () const
 ~HTMLAppletElement ()

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

HTMLAppletElement::HTMLAppletElement ( const HTMLAppletElement &  other  ) 

Definition at line 35 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 40 of file html_object.cpp.

HTMLAppletElement::~HTMLAppletElement (  ) 

Definition at line 57 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 61 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 72 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 83 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 94 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 105 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 138 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 182 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 116 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 149 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 160 of file html_object.cpp.

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

Reimplemented from DOM::HTMLElement.

Definition at line 45 of file html_object.cpp.

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

Reimplemented from DOM::HTMLElement.

Definition at line 51 of file html_object.cpp.

void HTMLAppletElement::setAlign ( const DOMString &  value  ) 

see align

Definition at line 67 of file html_object.cpp.

void HTMLAppletElement::setAlt ( const DOMString &  value  ) 

see alt

Definition at line 78 of file html_object.cpp.

void HTMLAppletElement::setArchive ( const DOMString &  value  ) 

see archive

Definition at line 89 of file html_object.cpp.

void HTMLAppletElement::setCode ( const DOMString &  value  ) 

see code

Definition at line 100 of file html_object.cpp.

void HTMLAppletElement::setCodeBase ( const DOMString &  value  ) 

see codeBase

Definition at line 111 of file html_object.cpp.

void HTMLAppletElement::setHeight ( const DOMString &  value  ) 

see height

Definition at line 122 of file html_object.cpp.

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

Definition at line 133 of file html_object.cpp.

void HTMLAppletElement::setHspace ( long  value  ) 

see hspace

Definition at line 144 of file html_object.cpp.

void HTMLAppletElement::setName ( const DOMString &  value  ) 

see name

Definition at line 155 of file html_object.cpp.

void HTMLAppletElement::setObject ( const DOMString &  value  ) 

see object

Definition at line 166 of file html_object.cpp.

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

Definition at line 177 of file html_object.cpp.

void HTMLAppletElement::setVspace ( long  value  ) 

see vspace

Definition at line 188 of file html_object.cpp.

void HTMLAppletElement::setWidth ( const DOMString &  value  ) 

see width

Definition at line 200 of file html_object.cpp.

DOMString HTMLAppletElement::vspace (  )  const
Deprecated:

Definition at line 171 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 194 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
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.6.1
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