kparts Module Reference

ActionSlotMap - mapped type

Mapped type - cannot be instantiated. Whenever a ActionSlotMap is the return type of a function or the type of an argument, a Python dictionary with key: QCString, value: QCString is used instead.

KParts.OpenURLEvent

KParts.OpenURLEvent is fully implemented.

KParts.BrowserExtension

KParts.BrowserExtension is fully implemented. *** EXCEPT

static ActionSlotMap* actionSlotMapPtr (int*);

NOT implemented

static ActionSlotMap* actionSlotMap ();

RETURNS a Python dictionary - see ActionSlotMap entry

KParts.BrowserHostExtension

KParts.BrowserHostExtension is fully implemented.

KParts.URLArgs

KParts.URLArgs is fully implemented.

KParts.WindowArgs

KParts.WindowArgs is fully implemented.

KParts.DockMainWindow

KParts.DockMainWindow is fully implemented.

KParts.Event

KParts.Event is fully implemented.

KParts.GUIActivateEvent

KParts.GUIActivateEvent is fully implemented.

KParts.PartActivateEvent

KParts.PartActivateEvent is fully implemented.

KParts.PartSelectEvent

KParts.PartSelectEvent is fully implemented.

KParts.Factory

KParts.Factory is fully implemented.

HistoryProvider

HistoryProvider is fully implemented.

MainWindow

MainWindow is fully implemented.

KParts.PartBase

KParts.PartBase is fully implemented.

KParts.Part

KParts.Part is fully implemented.

KParts.ReadOnlyPart

KParts.ReadOnlyPart is fully implemented.

KParts.ReadWritePart

KParts.ReadWritePart is fully implemented.

PartList

Mapped type - cannot be instantiated. Whenever a PartList is the return type of a function or the type of an argument, a Python list of KParts.Part is used instead.

KParts.PartManager

KParts.PartManager is fully implemented.

KParts.Plugin

KParts.Plugin is fully implemented. *** EXCEPT

static void loadPlugins (QObject*, const PluginInfoList&);

TAKES a QObject and a Python list of tuples

static PluginList pluginObjects (QObject* parent);

TAKES a QObject and RETURNS a Python list

static KParts::Plugin* loadPlugin (QObject* parent, const char* libname);

NOT Implemented

PluginList

Mapped type - cannot be instantiated. Whenever a PluginList is the return type of a function or the type of an argument, a Python list of KParts.Plugin is used instead.

PluginInfoList

Mapped type - cannot be instantiated. Whenever a PluginInfoList is the passed as an argument, a Python list of Python tuples of (QString, QString, QDom_Document) is passed instead