org.kde.koala

Class KDataTool

public class KDataTool extends QObject

A generic tool that processes data. A data-tool is a "plugin" for an application, that acts (reads/modifies) on a portion of the data present in the document (e.g. a text document, a single word or paragraph, a KSpread cell, an image, etc.) The application has some generic code for presenting the tools in a popupmenu

See Also: KDataToolAction KDataTool KDataTool KDataTool KDataTool KDataTool KDataTool KDataTool KDataTool (and KDataTool KDataTool KDataTool KDataTool KDataTool )#

UNKNOWN: A generic tool that processes data.

Constructor Summary
protected KDataTool(Class dummy)
Method Summary
StringclassName()
KInstanceInterfaceinstance()
Returns the instance of the part that created this tool.
QMetaObjectmetaObject()
voidsetInstance(KInstanceInterface instance)

Constructor Detail

KDataTool

protected KDataTool(Class dummy)

Method Detail

className

public String className()

instance

public KInstanceInterface instance()
Returns the instance of the part that created this tool. Usually used if the tool wants to read its configuration in the app's config file.

Returns: the instance of the part that created this tool.

UNKNOWN: Returns the instance of the part that created this tool.

metaObject

public QMetaObject metaObject()

setInstance

public void setInstance(KInstanceInterface instance)

UNKNOWN: