KHtml
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
►NDOM | This library provides a full-featured HTML parser and widget |
CAbstractView | Introduced in DOM Level 2 |
CAttr | The Attr interface represents an attribute in an Element object |
CCDATASection | CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup |
CCharacterData | The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM |
CClassNodeListImpl | For getElementsByClassName |
CComment | This represents the content of a comment, i.e., all the characters between the starting ' <!– ' and ending ' –> ' |
CCounter | The Counter interface is used to represent any counter or counters function value |
CCSS2Azimuth | The CSS2Azimuth interface represents the azimuth CSS Level 2 property |
CCSS2BackgroundPosition | The CSS2BackgroundPosition interface represents the background-position CSS Level 2 property |
CCSS2BorderSpacing | The CSS2BorderSpacing interface represents the border-spacing CSS Level 2 property |
CCSS2CounterIncrement | The CSS2CounterIncrement interface represents a imple value for the counter-increment CSS Level 2 property |
CCSS2CounterReset | The CSS2CounterReset interface represents a simple value for the counter-reset CSS Level 2 property |
CCSS2Cursor | The CSS2Cursor interface represents the cursor CSS Level 2 property |
CCSS2FontFaceSrc | The CSS2Cursor interface represents the src CSS Level 2 descriptor |
CCSS2FontFaceWidths | The CSS2Cursor interface represents a simple value for the widths CSS Level 2 descriptor |
CCSS2PageSize | The CSS2Cursor interface represents the size CSS Level 2 descriptor |
CCSS2PlayDuring | The CSS2PlayDuring interface represents the play-during CSS Level 2 property |
CCSS2Properties | The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration |
CCSS2TextShadow | The CSS2TextShadow interface represents a simple value for the text-shadow CSS Level 2 property |
CCSSCharsetRule | The CSSCharsetRule interface a @charset rule in a CSS style sheet |
CCSSException | This exception is raised when a specific CSS operation is impossible to perform |
CCSSFontFaceRule | The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet |
CCSSImportRule | The CSSImportRule interface represents a @import rule within a CSS style sheet |
CCSSMediaRule | The CSSMediaRule interface represents a @media rule in a CSS style sheet |
CCSSPrimitiveValue | The CSSPrimitiveValue interface represents a single CSS value |
CCSSRule | The CSSRule interface is the abstract base interface for any type of CSS statement |
CCSSRuleList | The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules |
CCSSStyleDeclaration | The CSSStyleDeclaration interface represents a single CSS declaration block |
CCSSStyleRule | The CSSStyleRule interface represents a single rule set in a CSS style sheet |
CCSSStyleSheet | The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e |
CCSSUnknownRule | The CSSUnkownRule interface represents an at-rule not supported by this user agent |
CCSSValue | The CSSValue interface represents a simple or a complexe value |
CCSSValueList | The CSSValueList interface provides the absraction of an ordered collection of CSS values |
CCustomNodeFilter | CustomNodeFilter can be used to define your own NodeFilter for use with NodeIterators and TreeWalkers |
CDocument | The Document interface represents the entire HTML or XML document |
CDocumentFragment | DocumentFragment is a "lightweight" or "minimal" Document object |
CDocumentImpl | |
CDocumentType | Each Document has a doctype attribute whose value is either null or a DocumentType object |
CDOMException | DOM 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) |
CDOMImplementation | The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model |
CDOMString | This class implements the basic string we use in the DOM |
CEditor | This class resembles the editing API when the associated khtml document is editable (in design mode), or contains editable elements |
CElement | By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes |
►CElementMappingCache | |
CItemInfo | For each name, we hold a reference count, and a pointer |
CEntity | This interface represents an entity, either parsed or unparsed, in an XML document |
CEntityReference | EntityReference 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 |
CEvent | Introduced in DOM Level 2 |
CEventException | Introduced in DOM Level 2: |
CEventListener | Introduced in DOM Level 2 |
CHTMLAnchorElement | The anchor element |
CHTMLAppletElement | An embedded Java applet |
CHTMLAreaElement | Client-side image map area definition |
CHTMLBaseElement | Document base URI |
CHTMLBaseFontElement | Base font |
CHTMLBlockquoteElement | ??? See the BLOCKQUOTE element definition in HTML 4.0 |
CHTMLBodyElement | The HTML document body |
CHTMLBRElement | Force a line break |
CHTMLButtonElement | Push button |
CHTMLCollection | An HTMLCollection is a list of nodes |
CHTMLDirectoryElement | Directory list |
CHTMLDivElement | Generic block container |
CHTMLDListElement | Definition list |
CHTMLDocument | An HTMLDocument is the root of the HTML hierarchy and holds the entire content |
CHTMLElement | All HTML element interfaces derive from this class |
CHTMLFieldSetElement | Organizes form controls into logical groups |
CHTMLFontElement | Local change to font |
CHTMLFormElement | The FORM element encompasses behavior similar to a collection and an element |
CHTMLFrameElement | Create a frame |
CHTMLFrameSetElement | Create a grid of frames |
CHTMLHeadElement | Document head information |
CHTMLHeadingElement | For the H1 to H6 elements |
CHTMLHRElement | Create a horizontal rule |
CHTMLHtmlElement | Root of an HTML document |
CHTMLIFrameElement | Inline subwindows |
CHTMLImageElement | Embedded image |
CHTMLInputElement | Form control |
CHTMLIsIndexElement | This element is used for single-line text input |
CHTMLLabelElement | Form field label text |
CHTMLLayerElement | Layer container for Netscape 4.x compatibility |
CHTMLLegendElement | Provides a caption for a FIELDSET grouping |
CHTMLLIElement | List item |
CHTMLLinkElement | The LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa) |
CHTMLMapElement | Client-side image map |
CHTMLMenuElement | Menu list |
CHTMLMetaElement | This contains generic meta-information about the document |
CHTMLModElement | Notice of modification to part of a document |
CHTMLObjectElement | Generic embedded object |
CHTMLOListElement | Ordered list |
CHTMLOptGroupElement | Group options together in logical subdivisions |
CHTMLOptionElement | A selectable choice |
CHTMLParagraphElement | Paragraphs |
CHTMLParamElement | Parameters fed to the OBJECT element |
CHTMLPreElement | Preformatted text |
CHTMLQuoteElement | For the Q and BLOCKQUOTE elements |
CHTMLScriptElement | Script statements |
CHTMLSelectElement | The select element allows the selection of an option |
CHTMLStyleElement | Style information |
CHTMLTableCaptionElement | Table caption See the CAPTION element definition in HTML 4.0 |
CHTMLTableCellElement | The object used to represent the TH and TD elements |
CHTMLTableColElement | Regroups the COL and COLGROUP elements |
CHTMLTableElement | The create* and delete* methods on the table allow authors to construct and modify tables |
CHTMLTableRowElement | A row in a table |
CHTMLTableSectionElement | The THEAD , TFOOT , and TBODY elements |
CHTMLTextAreaElement | Multi-line text field |
CHTMLTitleElement | The document title |
CHTMLUListElement | Unordered list |
CKeyboardEvent | Introduced in DOM Level 3 |
CMediaList | The MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented |
CMouseEvent | Introduced in DOM Level 2 |
CMutationEvent | Introduced in DOM Level 2 |
CNamedNodeMap | Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name |
CNameNodeListImpl | NodeList which lists all Nodes in a Element with a given "name=" tag |
CNode | The Node interface is the primary datatype for the entire Document Object Model |
CNodeFilter | Filters are objects that know how to "filter out" nodes |
CNodeIterator | NodeIterators are used to step through a set of nodes, e.g |
CNodeList | The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented |
CNotation | This interface represents a notation declared in the DTD |
CProcessingInstruction | The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document |
CRect | The Rect interface is used to represent any rect value |
CRGBColor | The RGBColor interface is used to represent any RGB color value |
CStyleSheet | The StyleSheet interface is the abstract base interface for any type of style sheet |
CStyleSheetList | The StyleSheetList interface provides the abstraction of an ordered collection of style sheets |
CTagNodeListImpl | NodeList which lists all Nodes in a document with a given tag name |
CText | The Text interface represents the textual content (termed character data in XML) of an Element or Attr |
CTextEvent | Introduced in DOM Level 3 |
CTreeWalker | TreeWalker 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 |
CUIEvent | Introduced in DOM Level 2 |
►Nkhtml | This file is part of the HTML rendering engine for KDE |
CCache | |
CCachedCSSStyleSheet | Cached style sheet |
CCachedFont | Cached font |
CCachedImage | Cached image |
CCachedObject | |
CCachedObjectClient | |
CCachedScript | Cached script |
CCachedSound | Cached sound |
CCSSStyleSelector | StyleSelector implementation for CSS |
CDocLoader | |
CDynamicDomRestyler | |
CIDString | An IDString is used to manage an identifier namespace that has some predefined constants, but can be extended with new ones at runtime |
CKHTMLParser | The parser for html |
CKHTMLPartAccessor | This class is merely a namespace for static accessor methods to private methods of KHTMLPart |
CLoader | |
CMediaQueryEvaluator | Class that evaluates css media queries as defined in CSS3 Module "Media Queries" (https://www.w3.org/TR/css3-mediaqueries/) Special constructors are needed, if simple media queries are to be evaluated without knowledge of the medium features |
CRenderContainer | Base class for rendering objects that can have children |
CRenderFlow | All geometry managing stuff is only in the block elements |
►CRenderObject | Base Class for all rendering tree objects |
CSelPointState | Stateful information for a checkSelectionPoint call |
CRequest | |
CStyleSelector | This class selects a RenderStyle for a given Element based on the collection of stylesheets it contains |
CTableSectionIterator | This class provides an iterator to iterate through the sections of a render table in their visual order |
CToken | |
►NkhtmlImLoad | |
CAnimProvider | A base class for animation support |
CAnimTimer | This class is used to manage animation frame change requests, to avoid creating multiple QTimers for this purpose |
CArray2D | A little helper template for nicer 2D arrays |
CCanvasImage | A CanvasImage encapsulates a QImage that will be painted on externally, in order to permit scaling of it |
CImage | An image represents a static picture or an animation, that may be incrementally loaded |
CImageLoader | A base class for decoders |
CImageLoaderProvider | To register new image formats, new copies of ImageLoaderProvider's must be created and registered with ImageManager::loaderDatabase() |
CImageOwner | The users of Image's need to inherit off ImageOwner, in order to receive the information about their geometry, needs to repaint due to animation and progressive loading, etc |
CImagePainter | An image painter let's one paint an image at the given size |
CImagePlane | Image planes represent client-side image data, and are primarily an abstraction for pushing data to the server, as needed |
CPixmapPlane | A pixmap plane is responsible for drawing data of an image plane |
CPlane | All picture data, whether image or pixmap-related, logically denotes a plane: logically, some collection of tiles, which has some geometry |
CRawImagePlane | A raw image plane merely contains a QImage |
CScaledImagePlane | A scaled image plane pulls data from a RawImagePlane and resizes it |
CTile | We hold pointers tiles in the cache |
CTileCache | An LRU-replacement cache for tiles |
CUpdater | The updater class helps manage timers, to permit update messages to be coalesced (so we don't bug KHTML, or whatever use every 5 pico-seconds |
►NKJS | |
CDateTimeMS | Like QDateTime, but properly handles milliseconds |
CDOMObject | Base class for all objects in this binding |
CScheduledAction | An action (either function or string) to be executed after a specified time interval, either once or repeatedly |
CScriptInterpreter | We inherit from Interpreter, to save a pointer to the HTML part that the interpreter runs for |
CTimerPauser | Helper for pausing/resuming timers |
►NKJSDebugger | |
CDebugWindow | DebuggerWindow |
CIDTranslator | This file is part of the KHTML renderer for KDE |
CKEncodingDetector | Provides encoding detection capabilities |
CKHTMLGlobal | |
CKHTMLHtmlExtension | |
CKHTMLImage | |
CKHTMLImageBrowserExtension | |
CKHTMLPageCache | Singleton Object that handles a binary cache on top of the http cache management of kio |
CKHTMLPart | This class is khtml's main class |
CKHTMLPartBrowserExtension | This is the BrowserExtension for a KHTMLPart document |
CKHTMLPartIface | D-BUS interface for KHTML |
CKHTMLPopupGUIClient | |
CKHTMLSettings | Settings for the HTML view |
CKHTMLTextExtension | |
CKHTMLView | Renders and displays HTML in a QScrollArea |
CKJSProxy | Proxy class serving as interface when being dlopen'ed |
CKMultiPart | Http://wp.netscape.com/assist/net_sites/pushpull.html |
CKOpenSSLProxy | Dynamically load and wrap OpenSSL |
CKSSLKeyGen | KDE Key Generation dialog |
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:55:37 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:55:37 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.