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 is fully implemented.
KParts.BrowserExtension is fully implemented. *** EXCEPT
static ActionSlotMap* actionSlotMapPtr (int*); |
NOT implemented
static ActionSlotMap* actionSlotMap (); |
RETURNS a Python dictionary - see ActionSlotMap entry
KParts.BrowserHostExtension is fully implemented.
KParts.URLArgs is fully implemented.
KParts.WindowArgs is fully implemented.
KParts.DockMainWindow is fully implemented.
KParts.Event is fully implemented.
KParts.GUIActivateEvent is fully implemented.
KParts.PartActivateEvent is fully implemented.
KParts.PartSelectEvent is fully implemented.
KParts.Factory is fully implemented.
HistoryProvider is fully implemented.
MainWindow is fully implemented.
KParts.PartBase is fully implemented.
KParts.Part is fully implemented.
KParts.ReadOnlyPart is fully implemented.
KParts.ReadWritePart is fully implemented.
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 is fully implemented.
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
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.
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