|
|
A KPart-aware main window, whose user interface is described in XML.
Inherit your main 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 KMainWindow as host: the builder and servant interface (for menu merging).
|
Constructor, same signature as KTMainWindow.
~ |
[virtual]
Destructor.
void |
[protected slot]
Create the GUI (by merging the host's and the active part's)
For this you need to connect this slot to the KPartManager::activePartChanged() signal
Parameters:
part | The active part (set to 0L if no part). |
Reimplemented from KMainWindow.
void |
[protected virtual slot]
Called when the active part wants to change the statusbar message Reimplement if your mainwindow has a complex statusbar (with several items)
void |
[protected virtual]
Generated by: prospector@porky.devel.redhat.com on Thu Aug 24 05:36:17 2000, using kdoc 2.0a36. |