org.kde.koala
public class PartBase extends KXMLGUIClient
UNKNOWN: Base class for all parts.
| Constructor Summary | |
|---|---|
| protected | PartBase(Class dummy) |
| PartBase()
Constructor. | |
| Method Summary | |
|---|---|
| protected void | loadPlugins(QObject parent, KXMLGUIClientInterface parentGUIClient, KInstanceInterface instance)
Load the Plugins honoring the PluginLoadingMode.
|
| QObject | partObject() |
| protected void | setInstance(KInstanceInterface instance)
Set the instance ( KInstance) for this part.
|
| protected void | setInstance(KInstanceInterface instance, boolean loadPlugins)
Set the instance ( KInstance) for this part.
|
| void | setPartObject(QObject object)
Internal method. |
UNKNOWN: Constructor.
if( factory() )
{
QPtrList plugins = KParts.Plugin.pluginObjects( this );
QPtrListIterator it( plugins );
KParts.Plugin plugin;
while( ( plugin = it.current() ) != 0 )
{
++it;
factory().addClient( plugin );
}
}
UNKNOWN: Load the Plugins honoring the PluginLoadingMode.
UNKNOWN: Set the instance ( KInstance) for this part.
UNKNOWN: Set the instance ( KInstance) for this part.
UNKNOWN: Internal method.