#include <part.h>
Inheritance diagram for KParts::PartBase:

Public Methods | |
| PartBase () | |
| virtual | ~PartBase () |
| void | setPartObject (QObject *object) |
Protected Methods | |
| virtual void | setInstance (KInstance *instance) |
| virtual void | setInstance (KInstance *instance, bool loadPlugins) |
| void | loadPlugins (QObject *parent, KXMLGUIClient *parentGUIClient, KInstance *instance) |
| void | setPluginLoadingMode (PluginLoadingMode loadingMode) |
Base class for all parts.
Definition at line 57 of file part.h.
|
|
Constructor. |
|
|
Destructor. |
|
||||||||||||||||
|
Load the Plugins honoring the PluginLoadingMode. |
|
||||||||||||
|
Set the instance (KInstance) for this part. Call this *first* in the inherited class constructor, because it loads the i18n catalogues. |
|
|
Set the instance (KInstance) for this part. Call this *first* in the inherited class constructor, because it loads the i18n catalogues. Reimplemented from KXMLGUIClient. |
|
|
Internal method. Called by KParts::Part to specify the parent object for plugin objects. |
|
|
For a KParts::Part: call this before setInstance. For a KParts::MainWindow: call this before createGUI. |
1.2.18