#include <dockmainwindow.h>
Inheritance diagram for KParts::DockMainWindow:

Public Methods | |
| DockMainWindow (QWidget *parent=0L, const char *name=0L, WFlags f=WDestructiveClose) | |
| virtual | ~DockMainWindow () |
Protected Slots | |
| void | createGUI (KParts::Part *part) |
| virtual void | slotSetStatusBarText (const QString &) |
Inherit your main dock-window from this class and don't forget to call setXMLFile() in the inherited constructor.
It implements all internal interfaces in the case of a KDockMainWindow as host: the builder and servant interface (for menu merging).
Definition at line 47 of file dockmainwindow.h.
|
||||||||||||||||
|
Constructor, same signature as KDockMainWindow. |
|
|
Destructor. |
|
|
Create the GUI (by merging the host's and the active part's) Called on startup and whenever the active part changes For this you need to connect this slot to the KPartManager::activePartChanged() signal
|
|
|
Called when the active part wants to change the statusbar message Reimplement if your dock-mainwindow has a complex statusbar (with several items) |
1.2.18