class MainWindow

A KPart-aware main window, whose user interface is described in XML. More...

Full nameKParts::MainWindow
Definition#include <mainwindow.h>
InheritsKMainWindow (kdeui), KParts::PartBase [virtual public]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods

Protected Slots


Detailed Description

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).

 MainWindow ( QWidget* parent, const char *name = 0L, WFlags f = WType_TopLevel | WDestructiveClose )

Constructor, same signature as KMainWindow.

 MainWindow ( const char *name = 0L, WFlags f = WDestructiveClose )

Compatibility Constructor, same signature as KTMainWindow.

MainWindow ()

[virtual]

Destructor.

void  createGUI ( KParts::Part * part )

[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:

Reimplemented from KMainWindow.

void  slotSetStatusBarText ( const QString & )

[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  createShellGUI ( bool create = true )

[protected virtual]


Generated by: baudens@ke.mandrakesoft.com on Thu Oct 26 17:36:47 2000, using kdoc 2.0a40.