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

KHTML

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 ►NDOMThis library provides a full-featured HTML parser and widget
 CAbstractViewIntroduced in DOM Level 2
 CAttrThe Attr interface represents an attribute in an Element object
 CCDATASectionCDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup
 CCharacterDataThe CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM
 CCommentThis represents the content of a comment, i.e., all the characters between the starting ' <!– ' and ending ' –> '
 CCounterThe Counter interface is used to represent any counter or counters function value
 CCSS2AzimuthThe CSS2Azimuth interface represents the azimuth CSS Level 2 property
 CCSS2BackgroundPositionThe CSS2BackgroundPosition interface represents the background-position CSS Level 2 property
 CCSS2BorderSpacingThe CSS2BorderSpacing interface represents the border-spacing CSS Level 2 property
 CCSS2CounterIncrementThe CSS2CounterIncrement interface represents a imple value for the counter-increment CSS Level 2 property
 CCSS2CounterResetThe CSS2CounterReset interface represents a simple value for the counter-reset CSS Level 2 property
 CCSS2CursorThe CSS2Cursor interface represents the cursor CSS Level 2 property
 CCSS2FontFaceSrcThe CSS2Cursor interface represents the src CSS Level 2 descriptor
 CCSS2FontFaceWidthsThe CSS2Cursor interface represents a simple value for the widths CSS Level 2 descriptor
 CCSS2PageSizeThe CSS2Cursor interface represents the size CSS Level 2 descriptor
 CCSS2PlayDuringThe CSS2PlayDuring interface represents the play-during CSS Level 2 property
 CCSS2PropertiesThe CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration
 CCSS2TextShadowThe CSS2TextShadow interface represents a simple value for the text-shadow CSS Level 2 property
 CCSSCharsetRuleThe CSSCharsetRule interface a @charset rule in a CSS style sheet
 CCSSExceptionThis exception is raised when a specific CSS operation is impossible to perform
 CCSSFontFaceRuleThe CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet
 CCSSImportRuleThe CSSImportRule interface represents a @import rule within a CSS style sheet
 CCSSMediaRuleThe CSSMediaRule interface represents a @media rule in a CSS style sheet
 CCSSNamespaceRule
 CCSSPageRule
 CCSSPrimitiveValueThe CSSPrimitiveValue interface represents a single CSS value
 CCSSRuleThe CSSRule interface is the abstract base interface for any type of CSS statement
 CCSSRuleListThe CSSRuleList interface provides the abstraction of an ordered collection of CSS rules
 CCSSStyleDeclarationThe CSSStyleDeclaration interface represents a single CSS declaration block
 CCSSStyleRuleThe CSSStyleRule interface represents a single rule set in a CSS style sheet
 CCSSStyleSheetThe CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e
 CCSSUnknownRuleThe CSSUnkownRule interface represents an at-rule not supported by this user agent
 CCSSValueThe CSSValue interface represents a simple or a complexe value
 CCSSValueListThe CSSValueList interface provides the absraction of an ordered collection of CSS values
 CCustomNodeFilterCustomNodeFilter can be used to define your own NodeFilter for use with NodeIterators and TreeWalkers
 CDocumentThe Document interface represents the entire HTML or XML document
 CDocumentFragmentDocumentFragment is a "lightweight" or "minimal" Document object
 CDocumentStyle
 CDocumentTypeEach Document has a doctype attribute whose value is either null or a DocumentType object
 CDOMExceptionDOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable)
 CDOMImplementationThe DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model
 CDomShared
 CDOMStringThis class implements the basic string we use in the DOM
 CEditorThis class resembles the editing API when the associated khtml document is editable (in design mode), or contains editable elements
 CElementBy far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes
 CEntityThis interface represents an entity, either parsed or unparsed, in an XML document
 CEntityReferenceEntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference
 CEventIntroduced in DOM Level 2
 CEventExceptionIntroduced in DOM Level 2:
 CEventListenerIntroduced in DOM Level 2
 CHTMLAnchorElementThe anchor element
 CHTMLAppletElementAn embedded Java applet
 CHTMLAreaElementClient-side image map area definition
 CHTMLBaseElementDocument base URI
 CHTMLBaseFontElementBase font
 CHTMLBlockquoteElement??? See the BLOCKQUOTE element definition in HTML 4.0
 CHTMLBodyElementThe HTML document body
 CHTMLBRElementForce a line break
 CHTMLButtonElementPush button
 CHTMLCollectionAn HTMLCollection is a list of nodes
 CHTMLDirectoryElementDirectory list
 CHTMLDivElementGeneric block container
 CHTMLDListElementDefinition list
 CHTMLDocumentAn HTMLDocument is the root of the HTML hierarchy and holds the entire content
 CHTMLElementAll HTML element interfaces derive from this class
 CHTMLFieldSetElementOrganizes form controls into logical groups
 CHTMLFontElementLocal change to font
 CHTMLFormCollection
 CHTMLFormElementThe FORM element encompasses behavior similar to a collection and an element
 CHTMLFrameElementCreate a frame
 CHTMLFrameSetElementCreate a grid of frames
 CHTMLHeadElementDocument head information
 CHTMLHeadingElementFor the H1 to H6 elements
 CHTMLHRElementCreate a horizontal rule
 CHTMLHtmlElementRoot of an HTML document
 CHTMLIFrameElementInline subwindows
 CHTMLImageElementEmbedded image
 CHTMLInputElementForm control
 CHTMLIsIndexElementThis element is used for single-line text input
 CHTMLLabelElementForm field label text
 CHTMLLayerElementLayer container for Netscape 4.x compatibility
 CHTMLLegendElementProvides a caption for a FIELDSET grouping
 CHTMLLIElementList item
 CHTMLLinkElementThe LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa)
 CHTMLMapElementClient-side image map
 CHTMLMenuElementMenu list
 CHTMLMetaElementThis contains generic meta-information about the document
 CHTMLModElementNotice of modification to part of a document
 CHTMLObjectElementGeneric embedded object
 CHTMLOListElementOrdered list
 CHTMLOptGroupElementGroup options together in logical subdivisions
 CHTMLOptionElementA selectable choice
 CHTMLParagraphElementParagraphs
 CHTMLParamElementParameters fed to the OBJECT element
 CHTMLPreElementPreformatted text
 CHTMLQuoteElementFor the Q and BLOCKQUOTE elements
 CHTMLScriptElementScript statements
 CHTMLSelectElementThe select element allows the selection of an option
 CHTMLStyleElementStyle information
 CHTMLTableCaptionElementTable caption See the CAPTION element definition in HTML 4.0
 CHTMLTableCellElementThe object used to represent the TH and TD elements
 CHTMLTableColElementRegroups the COL and COLGROUP elements
 CHTMLTableElementThe create* and delete* methods on the table allow authors to construct and modify tables
 CHTMLTableRowElementA row in a table
 CHTMLTableSectionElementThe THEAD , TFOOT , and TBODY elements
 CHTMLTextAreaElementMulti-line text field
 CHTMLTitleElementThe document title
 CHTMLUListElementUnordered list
 CJSEditor
 CKeyboardEventIntroduced in DOM Level 3
 CLinkStyle
 CMediaListThe MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented
 CMouseEventIntroduced in DOM Level 2
 CMutationEventIntroduced in DOM Level 2
 CNamedNodeMapObjects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name
 CNodeThe Node interface is the primary datatype for the entire Document Object Model
 CNodeFilterFilters are objects that know how to "filter out" nodes
 CNodeIteratorNodeIterators are used to step through a set of nodes, e.g
 CNodeListThe NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented
 CNotationThis interface represents a notation declared in the DTD
 CProcessingInstructionThe ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document
 CQualifiedName
 CRange
 CRangeException
 CRectThe Rect interface is used to represent any rect value
 CRGBColorThe RGBColor interface is used to represent any RGB color value
 CStyleSheetThe StyleSheet interface is the abstract base interface for any type of style sheet
 CStyleSheetListThe StyleSheetList interface provides the abstraction of an ordered collection of style sheets
 CTextThe Text interface represents the textual content (termed character data in XML) of an Element or Attr
 CTextEventIntroduced in DOM Level 3
 CTreeWalkerTreeWalker objects are used to navigate a document tree or subtree using the view of the document defined by its whatToShow flags and any filters that are defined for the TreeWalker
 CUIEventIntroduced in DOM Level 2
 CXPathException
 CXPathNamespaceImpl
 ►Nkhtml
 ►NXPath
 CBinaryExprBase
 CEvaluationContext
 CExpression
 CFilter
 CFunction
 CFunctionLibrary
 CLocationPath
 CLogicalOp
 CNegative
 CNumber
 CNumericOp
 CParsedStatement
 CPath
 CPredicate
 CRelationOp
 CStep
 CString
 CToken
 CTokenizer
 CUnion
 CValue
 CVariableReference
 CAppendNodeCommandImpl
 ►CApplyStyleCommandImpl
 CStyleChange
 CCaretBoxRepresents a rectangular box within which the caret is located
 CCaretBoxIteratorIterates over the elements of a caret box line
 ►CCaretBoxLineResembles a line consisting of caret boxes
 CSeekBoxParamsSeek parameters
 CCaretViewContextContextual information about the caret which is related to the view
 CChildFrame
 CCompositeEditCommandImpl
 CDeleteCollapsibleWhitespaceCommandImpl
 CDeleteSelectionCommandImpl
 CDeleteTextCommandImpl
 CDrawContentsEvent
 CEditableCaretBoxIteratorIterates over the editable inner elements of a caret line box
 CEditableCharacterIteratorProvides iterating through the document in terms of characters
 CEditableLineIteratorIterates through the editable lines of a document
 CEditCommandImpl
 CEditorContextContextual information about the caret and the built-in editor
 CErgonomicEditableLineIteratorIterates through the editable lines of a document, in a topological order
 CFilterSet
 CIndentOutdentCommandImpl
 CInputNewlineCommandImpl
 CInputTextCommandImpl
 CInsertListCommandImpl
 CInsertNodeBeforeCommandImpl
 CInsertTextCommandImpl
 CJoinTextNodesCommandImpl
 CKHTMLWidget
 CLinearDocumentRepresents the whole document in terms of lines
 CLineIteratorIterates through the lines of a document
 CMassDeleterStores objects of a certain type, and calls delete on each of them when this data structure is destroyed
 CMouseDoubleClickEvent
 CMouseEvent
 CMouseMoveEvent
 CMousePressEvent
 CMouseReleaseEvent
 CMoveSelectionCommandImpl
 CPath
 CPathElement
 CRemoveCSSPropertyCommandImpl
 CRemoveNodeAndPruneCommandImpl
 CRemoveNodeAttributeCommandImpl
 CRemoveNodeCommandImpl
 CRemoveNodePreservingChildrenCommandImpl
 CReplaceSelectionCommandImpl
 CSetNodeAttributeCommandImpl
 CSharedCommandImpl
 CSplitTextNodeCommandImpl
 CStringsMatcher
 CTableRowIteratorRepresents a render table as a linear list of rows
 CTypingCommandImpl
 ►NWebCore
 CAffineTransform
 CFloatPoint
 CFloatRect
 CFloatSize
 CIntPoint
 CIntRect
 CIntSize
 CPathTraversalState
 ►NWTF
 CDefaultHash< IntSize >
 CHashTraits< IntSize >
 CIntHash< IntSize >
 CAdaptorView
 CAppletParameterDialog
 CGenericHashTraits
 CKHTMLAdaptorPartFactory
 CKHTMLFactory
 CKHTMLFindThis class implements the find activity for the KHTMLPart
 CKHTMLFindBar
 CKHTMLFrameList
 CKHTMLGlobal
 CKHTMLHtmlExtension
 CKHTMLImage
 CKHTMLImageBrowserExtension
 CKHTMLImageFactory
 CKHTMLPageCacheSingleton Object that handles a binary cache on top of the http cache management of kio
 CKHTMLPageCacheDelivery
 CKHTMLPartThis class is khtml's main class
 CKHTMLPartBrowserExtensionThis is the BrowserExtension for a KHTMLPart document
 CKHTMLPartBrowserHostExtension
 CKHTMLPartIfaceD-BUS interface for KHTML
 ►CKHTMLPartPrivate
 CSubmitForm
 CKHTMLPopupGUIClient
 CKHTMLPrintSettings
 CKHTMLRun
 CKHTMLSettingsSettings for the HTML view
 CKHTMLTextExtension
 CKHTMLViewRenders and displays HTML in a QScrollArea
 CKHTMLViewBar
 CKHTMLViewBarWidget
 CKHTMLWalletQueue
 CKHTMLZoomFactorAction
 CKJavaApplet
 CKJavaAppletContext
 CKJavaAppletServer
 CKJavaAppletViewer
 CKJavaAppletViewerBrowserExtension
 CKJavaAppletViewerFactory
 CKJavaAppletViewerLiveConnectExtension
 CKJavaAppletWidget
 CKJavaDownloader
 CKJavaKIOJob
 CKJavaProcess
 CKJavaUploader
 CKJSErrorDlg
 CKMultiPartHttp://wp.netscape.com/assist/net_sites/pushpull.html
 CKQEventUtil
 CKXEventUtil
 CPermissionDialog
 CQScrollArea
 CQStack
 CQVector
 CQX11EmbedContainer
 CScriptingInterface
 CShared
 CStorePass
 CStorePassBar
 CUi_KJSErrorDlgBase
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KHTML

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

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  • kjsembed
  •   WTF
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Nepomuk-Core
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal