kparts Library API Documentation

Framework for KDE graphical components

Version 3.3.2

..). See KParts::Part.

The library also provides a framework for applications that want to use parts. Such applications need to inherit their main window from KParts::MainWindow and provide a so-called shell GUI, which provides a basic skeleton GUI with part-independent functionality/actions.

Some KParts applications won't be specific to a given part, but expect to be able to embed, for instance, all types of viewers out there. For this the basic functionality of any viewer has been implemented in KParts::ReadOnlyPart, which viewer-like parts should inherit from. The same applies to KParts::ReadWritePart, which is for editor-like parts.

You can add actions to an existing KParts app from "outside", defining the code for those actions in a shared library. This mechanism is obviously called plugins, and implemented by KParts::Plugin.

For a complete, and very simple, example of how to use KParts to display any kind of file (i.e. making a generic viewer), see the docu for KParts::ComponentFactory::createPartInstanceFromQuery

KDE Logo
This file is part of the documentation for kparts Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun Jan 15 13:33:48 2006 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003