class DocType

An abstract base class for DocTypes. More...

Contains pure virtuals
Definition#include <doctype.h>
InheritsKXMLGUIClient (kdeui) [public ]
Inherited byDocBookDocType, HTMLDocType, QMLDocType, RDFDocType, XMLDocType
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Private Members


Detailed Description

An abstract base class for DocTypes.

 DocType ( const DocTypeInfo &info )

DocType

 ~DocType ()

~DocType

[virtual]

const DocTypeInfoinfo ()

info

QString  dataDir ()

dataDir

[const]

KConfigconfig ()

config

[const]

DocTypeViewManagercreateViewManager ()

createViewManager

[pure virtual]

A factory method for creating a DocTypeViewManager for this DocType. This method should never return 0.

QStyleSheetstyleSheet ()

styleSheet

[virtual]

A factory method for creating a QStyleSheet for this DocType. This method returns 0 if no stylesheet exists.

KJSEmbed::JSHookLoaderjsHooks ()

jsHooks

[const]

void  runJSHook ( const QString &name )

runJSHook

void  onLoad ()

onLoad

[virtual]

void  onUnload ()

onUnload

[virtual]

DocTypeInfo typeInfo

typeInfo

[private]

mutable KConfig * conf

conf

[private]

mutable KJSEmbed::JSHookLoader * hooks

hooks

[private]