org.kde.koala
public class DockMainWindow extends KDockMainWindow implements PartBaseInterface
UNKNOWN: A KPart-aware main window with ability for docking widgets, whose user interface is described in XML.
Constructor Summary | |
---|---|
protected | DockMainWindow(Class dummy) |
DockMainWindow(QWidget parent, String name, int f)
Constructor, same signature as KDockMainWindow. | |
DockMainWindow(QWidget parent, String name) | |
DockMainWindow(QWidget parent) | |
DockMainWindow() |
Method Summary | |
---|---|
String | className() |
protected void | createGUI(Part part)
Create the GUI (by merging the host's and the active part's)
Called on startup and whenever the active part changes.
|
protected void | createShellGUI(boolean create) |
protected void | createShellGUI() |
protected void | loadPlugins(QObject parent, KXMLGUIClientInterface parentGUIClient, KInstanceInterface instance)
Load the Plugins honoring the PluginLoadingMode.
|
QMetaObject | metaObject() |
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. |
protected void | slotSetStatusBarText(String arg1)
Called when the active part wants to change the statusbar message.
|
UNKNOWN: Constructor, same signature as KDockMainWindow.
Parameters: part The active part (set to null if no part).
UNKNOWN: Create the GUI (by merging the host's and the active part's)
if( factory() ) { QPtrListplugins = 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.
UNKNOWN: Called when the active part wants to change the statusbar message.