module khtml

class DOM.CSSRule

DOM.CSSRule is fully implemented except as noted:

CSSRule (CSSRuleImpl* impl)

CSSRuleImpl*  handle () const

NOT implemented

class DOM.CSSCharsetRule

DOM.CSSCharsetRule is fully implemented except as noted:

CSSCharsetRule (CSSCharsetRuleImpl* impl)

NOT implemented

class DOM.CSSFontFaceRule

DOM.CSSFontFaceRule is fully implemented except as noted:

CSSFontFaceRule (CSSFontFaceRuleImpl* impl)

NOT implemented

class DOM.CSSImportRule

DOM.CSSImportRule is fully implemented except as noted:

CSSImportRule (CSSImportRuleImpl* impl)

NOT implemented

class DOM.CSSMediaRule

DOM.CSSMediaRule is fully implemented except as noted:

CSSMediaRule (CSSMediaRuleImpl* impl)

NOT implemented

class DOM.CSSPageRule

DOM.CSSPageRule is fully implemented except as noted:

CSSPageRule (CSSPageRuleImpl* impl)

NOT implemented

class DOM.CSSStyleRule

DOM.CSSStyleRule is fully implemented except as noted:

CSSStyleRule (CSSStyleRuleImpl* impl)

NOT implemented

class DOM.CSSUnknownRule

DOM.CSSUnknownRule is fully implemented except as noted:

CSSUnknownRule (CSSUnknownRuleImpl* impl)

NOT implemented

class DOM.CSSRuleList

DOM.CSSRuleList is fully implemented except as noted:

CSSRuleList (CSSRuleListImpl* i)

CSSRuleList (StyleListImpl* i)

CSSRuleListImpl*  handle () const

NOT implemented

class DOM.StyleSheet

DOM.StyleSheet is fully implemented except as noted:

StyleSheet (StyleSheetImpl* impl)

StyleSheetImpl*  handle () const

NOT implemented

class DOM.CSSException

DOM.CSSException is fully implemented except as noted:

class DOM.CSSStyleSheet

DOM.CSSStyleSheet is fully implemented except as noted:

CSSStyleSheet (CSSStyleSheetImpl* impl)

NOT implemented

class DOM.StyleSheetList

DOM.StyleSheetList is fully implemented except as noted:

StyleSheetList (StyleSheetListImpl* impl)

StyleSheetListImpl*  handle () const

NOT implemented

class DOM.MediaList

DOM.MediaList is fully implemented except as noted:

MediaList (MediaListImpl* impl)

MediaListImpl*  handle () const

NOT implemented

class DOM.LinkStyle

DOM.LinkStyle is fully implemented except as noted:

class DOM.DocumentStyle

DOM.DocumentStyle is fully implemented except as noted:

class DOM.CSSStyleDeclaration

DOM.CSSStyleDeclaration is fully implemented except as noted:

CSSStyleDeclaration (CSSStyleDeclarationImpl* impl)

CSSStyleDeclarationImpl*  handle () const

NOT implemented

class DOM.CSSValue

DOM.CSSValue is fully implemented except as noted:

CSSValue (CSSValueImpl* impl)

CSSValueImpl*  handle () const

NOT implemented

class DOM.CSSValueList

DOM.CSSValueList is fully implemented except as noted:

CSSValueList (CSSValueListImpl* impl)

NOT implemented

class DOM.CSSPrimitiveValue

DOM.CSSPrimitiveValue is fully implemented except as noted:

CSSPrimitiveValue (CSSPrimitiveValueImpl* impl)

NOT implemented

class DOM.RGBColor

DOM.RGBColor is fully implemented except as noted:

class DOM.Rect

DOM.Rect is fully implemented except as noted:

RectImpl*  handle () const

Rect (RectImpl* i)

NOT implemented

class DOM.Counter

DOM.Counter is fully implemented except as noted:

CounterImpl*  handle () const

Counter (CounterImpl* i)

NOT implemented

class DOM.EventListener [KDE 2.2.0 - ]

DOM.EventListener is fully implemented except as noted:

class DOM.Event [KDE 2.2.0 - ]

DOM.Event is fully implemented except as noted:

EventImpl*  handle () const

Event (EventImpl* i)

NOT implemented

class DOM.EventException [KDE 2.2.0 - ]

DOM.EventException is fully implemented except as noted:

class DOM.UIEvent [KDE 2.2.0 - ]

DOM.UIEvent is fully implemented except as noted:

UIEvent (UIEventImpl* impl)

NOT implemented

class DOM.MouseEvent [KDE 2.2.0 - ]

DOM.MouseEvent is fully implemented except as noted:

MouseEvent (MouseEventImpl* impl)

NOT implemented

class DOM.TextEvent [KDE 3.1.0 - ]

DOM.TextEvent is fully implemented except as noted:

TextEvent (TextEventImpl* impl)

NOT implemented

class DOM.MutationEvent [KDE 2.2.0 - ]

DOM.MutationEvent is fully implemented except as noted:

MutationEvent (MutationEventImpl* impl)

NOT implemented

class DOM.RangeException

DOM.RangeException is fully implemented except as noted:

class DOM.Range

DOM.Range is fully implemented except as noted:

RangeImpl*  handle () const

Range (RangeImpl* i)

NOT implemented

class DOM.NodeIterator

DOM.NodeIterator is fully implemented except as noted:

NodeIteratorImpl*  handle () const

NodeIterator (NodeIteratorImpl* i)

NOT implemented

class DOM.NodeFilter

DOM.NodeFilter is fully implemented except as noted:

virtual NodeFilterImpl*  handle () const

NodeFilter (NodeFilterImpl* i)

NOT implemented

class DOM.CustomNodeFilter [KDE 2.2.0 - ]

DOM.CustomNodeFilter is fully implemented except as noted:

class DOM.TreeWalker

DOM.TreeWalker is fully implemented except as noted:

TreeWalkerImpl*  handle () const

TreeWalker (TreeWalkerImpl* i)

NOT implemented

class DOM.AbstractView [KDE 2.2.0 - ]

DOM.AbstractView is fully implemented except as noted:

AbstractViewImpl*  handle () const

AbstractView (AbstractViewImpl* i)

NOT implemented

class DOM.DOMImplementation

DOM.DOMImplementation is fully implemented except as noted:

DOMImplementationImpl*  handle () const

DOMImplementation (DOMImplementationImpl* i)

NOT implemented

class DOM.Document

DOM.Document is fully implemented except as noted:

Document (DocumentImpl* i)

NOT implemented

class DOM.DocumentFragment

DOM.DocumentFragment is fully implemented except as noted:

DocumentFragment (DocumentFragmentImpl* i)

NOT implemented

class DOM.DocumentType

DOM.DocumentType is fully implemented except as noted:

DocumentType (DocumentTypeImpl* impl)

NOT implemented

class DOM.Attr

DOM.Attr is fully implemented except as noted:

Attr (AttrImpl* _impl)

NOT implemented

class DOM.Element

DOM.Element is fully implemented except as noted:

Element (ElementImpl* _impl)

NOT implemented

class DOM.DOMException

DOM.DOMException is fully implemented except as noted:

class DOM.DomShared

DOM.DomShared is fully implemented except as noted:

class DOM.NamedNodeMap

DOM.NamedNodeMap is fully implemented except as noted:

NamedNodeMapImpl*  handle () const

NamedNodeMap (NamedNodeMapImpl* i)

NOT implemented

class DOM.Node

DOM.Node is fully implemented except as noted:

getCursor (offset)

TAKES offset (int) and RETURNS a tuple - ( _x (int), _y (int), height (int)).

C++:  void  getCursor (int offset, int& _x, int& _y, int& height)

Node (NodeImpl* _impl)

NodeImpl*  handle () const

NOT implemented

class DOM.NodeList

DOM.NodeList is fully implemented except as noted:

NodeListImpl*  handle () const

NodeList (const NodeListImpl* i)

NOT implemented

class DOM.DOMString

DOM.DOMString is fully implemented except as noted:

percentage (_percentage)

TAKES _percentage (int) and RETURNS a tuple - ( result (int), _percentage (int)).

C++:  bool  percentage (int& _percentage) const

DOMString (DOMStringImpl* i)

DOMStringImpl*  implementation () const

NOT implemented

class DOM.CharacterData

DOM.CharacterData is fully implemented except as noted:

CharacterData (CharacterDataImpl* i)

NOT implemented

class DOM.Comment

DOM.Comment is fully implemented except as noted:

Comment (CommentImpl* i)

NOT implemented

class DOM.Text

DOM.Text is fully implemented except as noted:

Text (TextImpl* i)

NOT implemented

class DOM.CDATASection

DOM.CDATASection is fully implemented except as noted:

CDATASection (CDATASectionImpl* i)

NOT implemented

class DOM.Entity

DOM.Entity is fully implemented except as noted:

Entity (EntityImpl* i)

NOT implemented

class DOM.EntityReference

DOM.EntityReference is fully implemented except as noted:

EntityReference (EntityReferenceImpl* i)

NOT implemented

class DOM.Notation

DOM.Notation is fully implemented except as noted:

Notation (NotationImpl* i)

NOT implemented

class DOM.ProcessingInstruction

DOM.ProcessingInstruction is fully implemented except as noted:

ProcessingInstruction (ProcessingInstructionImpl* i)

NOT implemented

class DOM.HTMLBodyElement

DOM.HTMLBodyElement is fully implemented except as noted:

HTMLBodyElement (HTMLBodyElementImpl* impl)

NOT implemented

class DOM.HTMLFrameElement

DOM.HTMLFrameElement is fully implemented except as noted:

HTMLFrameElement (HTMLFrameElementImpl* impl)

NOT implemented

class DOM.HTMLFrameSetElement

DOM.HTMLFrameSetElement is fully implemented except as noted:

HTMLFrameSetElement (HTMLFrameSetElementImpl* impl)

NOT implemented

class DOM.HTMLIFrameElement [KDE 3.0.0 - ]

DOM.HTMLIFrameElement is fully implemented except as noted:

HTMLIFrameElement (HTMLIFrameElementImpl* impl)

NOT implemented

class DOM.HTMLHeadElement

DOM.HTMLHeadElement is fully implemented except as noted:

HTMLHeadElement (HTMLHeadElementImpl* impl)

NOT implemented

class DOM.HTMLHtmlElement

DOM.HTMLHtmlElement is fully implemented except as noted:

HTMLHtmlElement (HTMLHtmlElementImpl* impl)

NOT implemented

class DOM.HTMLBlockquoteElement

DOM.HTMLBlockquoteElement is fully implemented except as noted:

HTMLBlockquoteElement (HTMLElementImpl* impl)

HTMLBlockquoteElement (HTMLBlockquoteElementImpl* a0)

NOT implemented

class DOM.HTMLDivElement

DOM.HTMLDivElement is fully implemented except as noted:

HTMLDivElement (HTMLDivElementImpl* impl)

NOT implemented

class DOM.HTMLHRElement

DOM.HTMLHRElement is fully implemented except as noted:

HTMLHRElement (HTMLHRElementImpl* impl)

NOT implemented

class DOM.HTMLHeadingElement

DOM.HTMLHeadingElement is fully implemented except as noted:

HTMLHeadingElement (HTMLElementImpl* impl)

HTMLHeadingElement (HTMLHeadingElementImpl* a0)

NOT implemented

class DOM.HTMLParagraphElement

DOM.HTMLParagraphElement is fully implemented except as noted:

HTMLParagraphElement (HTMLElementImpl* impl)

HTMLParagraphElement (HTMLParagraphElementImpl* a0)

NOT implemented

class DOM.HTMLPreElement

DOM.HTMLPreElement is fully implemented except as noted:

HTMLPreElement (HTMLPreElementImpl* impl)

NOT implemented

class DOM.HTMLDocument

DOM.HTMLDocument is fully implemented except as noted:

HTMLDocument (HTMLDocumentImpl* impl)

NOT implemented

class DOM.HTMLElement

DOM.HTMLElement is fully implemented except as noted:

HTMLElement (HTMLElementImpl* impl)

NOT implemented

class DOM.HTMLButtonElement

DOM.HTMLButtonElement is fully implemented except as noted:

HTMLButtonElement (HTMLButtonElementImpl* impl)

NOT implemented

class DOM.HTMLFieldSetElement

DOM.HTMLFieldSetElement is fully implemented except as noted:

HTMLFieldSetElement (HTMLFieldSetElementImpl* impl)

NOT implemented

class DOM.HTMLFormElement

DOM.HTMLFormElement is fully implemented except as noted:

HTMLFormElement (HTMLFormElementImpl* impl)

NOT implemented

class DOM.HTMLInputElement

DOM.HTMLInputElement is fully implemented except as noted:

HTMLInputElement (HTMLInputElementImpl* impl)

NOT implemented

class DOM.HTMLLabelElement

DOM.HTMLLabelElement is fully implemented except as noted:

HTMLLabelElement (HTMLLabelElementImpl* impl)

NOT implemented

class DOM.HTMLLegendElement

DOM.HTMLLegendElement is fully implemented except as noted:

HTMLLegendElement (HTMLLegendElementImpl* impl)

NOT implemented

class DOM.HTMLOptGroupElement

DOM.HTMLOptGroupElement is fully implemented except as noted:

HTMLOptGroupElement (HTMLOptGroupElementImpl* impl)

NOT implemented

class DOM.HTMLSelectElement

DOM.HTMLSelectElement is fully implemented except as noted:

HTMLSelectElement (HTMLSelectElementImpl* impl)

NOT implemented

class DOM.HTMLTextAreaElement

DOM.HTMLTextAreaElement is fully implemented except as noted:

HTMLTextAreaElement (HTMLTextAreaElementImpl* impl)

NOT implemented

class DOM.HTMLOptionElement

DOM.HTMLOptionElement is fully implemented except as noted:

HTMLOptionElement (HTMLOptionElementImpl* impl)

NOT implemented

class DOM.HTMLIsIndexElement

DOM.HTMLIsIndexElement is fully implemented except as noted:

HTMLIsIndexElement (HTMLIsIndexElementImpl* impl)

NOT implemented

class DOM.HTMLBaseElement

DOM.HTMLBaseElement is fully implemented except as noted:

HTMLBaseElement (HTMLBaseElementImpl* impl)

NOT implemented

class DOM.HTMLLinkElement

DOM.HTMLLinkElement is fully implemented except as noted:

HTMLLinkElement (HTMLLinkElementImpl* impl)

NOT implemented

class DOM.HTMLMetaElement

DOM.HTMLMetaElement is fully implemented except as noted:

HTMLMetaElement (HTMLMetaElementImpl* impl)

NOT implemented

class DOM.HTMLScriptElement

DOM.HTMLScriptElement is fully implemented except as noted:

HTMLScriptElement (HTMLScriptElementImpl* impl)

NOT implemented

class DOM.HTMLStyleElement

DOM.HTMLStyleElement is fully implemented except as noted:

HTMLStyleElement (HTMLStyleElementImpl* impl)

NOT implemented

class DOM.HTMLTitleElement

DOM.HTMLTitleElement is fully implemented except as noted:

HTMLTitleElement (HTMLTitleElementImpl* impl)

NOT implemented

class DOM.HTMLAreaElement

DOM.HTMLAreaElement is fully implemented except as noted:

HTMLAreaElement (HTMLAreaElementImpl* impl)

NOT implemented

class DOM.HTMLImageElement

DOM.HTMLImageElement is fully implemented except as noted:

HTMLImageElement (HTMLImageElementImpl* impl)

NOT implemented

class DOM.HTMLMapElement

DOM.HTMLMapElement is fully implemented except as noted:

HTMLMapElement (HTMLMapElementImpl* impl)

NOT implemented

class DOM.HTMLAnchorElement

DOM.HTMLAnchorElement is fully implemented except as noted:

HTMLAnchorElement (HTMLAnchorElementImpl* impl)

NOT implemented

class DOM.HTMLBRElement

DOM.HTMLBRElement is fully implemented except as noted:

HTMLBRElement (HTMLBRElementImpl* impl)

NOT implemented

class DOM.HTMLFontElement

DOM.HTMLFontElement is fully implemented except as noted:

HTMLFontElement (HTMLFontElementImpl* impl)

NOT implemented

class DOM.HTMLModElement

DOM.HTMLModElement is fully implemented except as noted:

HTMLModElement (HTMLElementImpl* impl)

HTMLModElement (HTMLModElementImpl* a0)

NOT implemented

class DOM.HTMLQuoteElement

DOM.HTMLQuoteElement is fully implemented except as noted:

HTMLQuoteElement (HTMLGenericElementImpl* impl)

HTMLQuoteElement (HTMLQuoteElementImpl* a0)

NOT implemented

class DOM.HTMLIFrameElement [ - KDE 3.0.0]

DOM.HTMLIFrameElement is fully implemented except as noted:

HTMLIFrameElement (HTMLIFrameElementImpl* a0)

NOT implemented

class DOM.HTMLDListElement

DOM.HTMLDListElement is fully implemented except as noted:

HTMLDListElement (HTMLDListElementImpl* impl)

NOT implemented

class DOM.HTMLDirectoryElement

DOM.HTMLDirectoryElement is fully implemented except as noted:

HTMLDirectoryElement (HTMLDirectoryElementImpl* impl)

NOT implemented

class DOM.HTMLLIElement

DOM.HTMLLIElement is fully implemented except as noted:

HTMLLIElement (HTMLLIElementImpl* impl)

NOT implemented

class DOM.HTMLMenuElement

DOM.HTMLMenuElement is fully implemented except as noted:

HTMLMenuElement (HTMLMenuElementImpl* impl)

NOT implemented

class DOM.HTMLOListElement

DOM.HTMLOListElement is fully implemented except as noted:

HTMLOListElement (HTMLOListElementImpl* impl)

NOT implemented

class DOM.HTMLUListElement

DOM.HTMLUListElement is fully implemented except as noted:

HTMLUListElement (HTMLUListElementImpl* impl)

NOT implemented

class DOM.HTMLBaseFontElement

DOM.HTMLBaseFontElement is fully implemented except as noted:

HTMLBaseFontElement (HTMLBaseFontElementImpl* impl)

NOT implemented

class DOM.HTMLCollection

DOM.HTMLCollection is fully implemented except as noted:

HTMLCollection (NodeImpl* base, int type)

HTMLCollectionImpl*  handle () const

NOT implemented

class HTMLFormCollection

HTMLFormCollection is NOT implemented

class DOM.HTMLAppletElement

DOM.HTMLAppletElement is fully implemented except as noted:

HTMLAppletElement (HTMLAppletElementImpl* impl)

NOT implemented

class DOM.HTMLObjectElement

DOM.HTMLObjectElement is fully implemented except as noted:

HTMLObjectElement (HTMLObjectElementImpl* impl)

NOT implemented

class DOM.HTMLParamElement

DOM.HTMLParamElement is fully implemented except as noted:

HTMLParamElement (HTMLParamElementImpl* impl)

NOT implemented

class DOM.HTMLTableCaptionElement

DOM.HTMLTableCaptionElement is fully implemented except as noted:

HTMLTableCaptionElement (HTMLTableCaptionElementImpl* impl)

NOT implemented

class DOM.HTMLTableCellElement

DOM.HTMLTableCellElement is fully implemented except as noted:

HTMLTableCellElement (HTMLTableCellElementImpl* impl)

NOT implemented

class DOM.HTMLTableColElement

DOM.HTMLTableColElement is fully implemented except as noted:

HTMLTableColElement (HTMLTableColElementImpl* impl)

NOT implemented

class DOM.HTMLTableElement

DOM.HTMLTableElement is fully implemented except as noted:

HTMLTableElement (HTMLTableElementImpl* impl)

NOT implemented

class DOM.HTMLTableRowElement

DOM.HTMLTableRowElement is fully implemented except as noted:

HTMLTableRowElement (HTMLTableRowElementImpl* impl)

NOT implemented

class DOM.HTMLTableSectionElement

DOM.HTMLTableSectionElement is fully implemented except as noted:

HTMLTableSectionElement (HTMLTableSectionElementImpl* impl)

NOT implemented

class khtml.MouseEvent

khtml.MouseEvent is fully implemented except as noted:

class khtml.MousePressEvent

khtml.MousePressEvent is fully implemented except as noted:

class khtml.MouseDoubleClickEvent

khtml.MouseDoubleClickEvent is fully implemented except as noted:

class khtml.MouseMoveEvent

khtml.MouseMoveEvent is fully implemented except as noted:

class khtml.MouseReleaseEvent

khtml.MouseReleaseEvent is fully implemented except as noted:

class khtml.DrawContentsEvent

khtml.DrawContentsEvent is fully implemented except as noted:

class KHTMLPart

KHTMLPart is fully implemented except as noted:

paint (a0, a1, a2)

TAKES a0 (QPainter), a1 (QRect), a2 (int - default = 0) and RETURNS a3 (int).

C++:  void  paint (QPainter* a0, 
                   const QRect& a1,
                   int a2 = 0,
                   bool* a3 = 0)

frames () [KDE 3.0.0 - ]

TAKES nothing and RETURNS result (a Python list of KParts.ReadOnlyPart).

C++:  QPtrList<KParts::ReadOnlyPart>  frames () const

frames () [ - KDE 3.0.0]

TAKES nothing and RETURNS result (a Python list of KParts.ReadOnlyPart).

C++:  const QList<KParts::ReadOnlyPart>  frames () const

KParts::LiveConnectExtension*  liveConnectExtension (const khtml::RenderPart* a0) const

KJavaAppletContext*  javaContext ()

KJavaAppletContext*  createJavaContext ()

bool  processObjectRequest (khtml::ChildFrame* a0, const KURL& a1, const QString& a2)

virtual void  popupMenu (const QString& a0)

NOT implemented

class KHTMLSettings

KHTMLSettings is fully implemented except as noted:

static void  splitDomainAdvice (const QString& configStr, QString& domain, KHTMLSettings::KJavaScriptAdvice& javaAdvice, KHTMLSettings::KJavaScriptAdvice& javaScriptAdvice)

NOT implemented

class KHTMLView

KHTMLView is fully implemented except as noted:

paint (p, rc, yOff) [ - KDE 3.0.0]

TAKES p (QPainter), rc (QRect), yOff (int - default = 0) and RETURNS more (bool - default = 0).

C++:  void  paint (QPainter* a0, 
                   const QRect& a1,
                   int a2 = 0,
                   bool* a3 = 0)

void  toggleActLink (bool a0)

NOT implemented

Global Functions

DOM.strcasecmp (a, b) [KDE 2.2.0 - ]

C++:  bool  strcasecmp (const DOM::DOMString& a, 
                        const DOM::DOMString& b)

TAKES a (DOM.DOMString), b (DOM.DOMString) and RETURNS result (int).

DOM.strcasecmp (a, b) [KDE 2.2.0 - ]

C++:  bool  strcasecmp (const DOM::DOMString& a, const char* b)

TAKES a (DOM.DOMString), b (string) and RETURNS result (int).

DOM.strncmp (a0, a1, a2) [ - KDE 2.2.0]

C++:  bool  strncmp (const DOM::DOMString& a0, 
                     const DOM::DOMString& a1,
                     uint a2)

TAKES a0 (DOM.DOMString), a1 (DOM.DOMString), a2 (int) and RETURNS result (int).

DOM.strcmp (a0, a1) [ - KDE 2.2.0]

C++:  int  strcmp (const DOM::DOMString& a0, const DOM::DOMString& a1)

TAKES a0 (DOM.DOMString), a1 (DOM.DOMString) and RETURNS result (int).

DOM.strncasecmp (a0, a1, a2) [ - KDE 2.2.0]

C++:  int  strncasecmp (const DOM::DOMString& a0, 
                        const DOM::DOMString& a1,
                        uint a2)

TAKES a0 (DOM.DOMString), a1 (DOM.DOMString), a2 (int) and RETURNS result (int).

DOM.strcasecmp (a0, a1) [ - KDE 2.2.0]

C++:  int  strcasecmp (const DOM::DOMString& a0, 
                       const DOM::DOMString& a1)

TAKES a0 (DOM.DOMString), a1 (DOM.DOMString) and RETURNS result (int).