Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KParts::MainWindow Class Reference

#include <mainwindow.h>

Inheritance diagram for KParts::MainWindow:

KMainWindow KParts::PartBase KXMLGUIBuilder KXMLGUIClient KXMLGUIClient List of all members.

Public Methods

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

Protected Slots

void createGUI (KParts::Part *part)
virtual void slotSetStatusBarText (const QString &)

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

Definition at line 47 of file mainwindow.h.


Constructor & Destructor Documentation

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

Constructor, same signature as KMainWindow.

KParts::MainWindow::MainWindow const char *    name = 0L,
WFlags    f = WDestructiveClose
 

Compatibility Constructor, same signature as KMainWindow.

virtual KParts::MainWindow::~MainWindow   [virtual]
 

Destructor.


Member Function Documentation

void KParts::MainWindow::createGUI KParts::Part   part [protected, slot]
 

Create the GUI (by merging the host's and the active part's) You _must_ call this in order to see any GUI being created.

In a main window with multiple parts being shown (e.g. as in Konqueror) you need to connect this slot to the KPartManager::activePartChanged() signal

Parameters:
part  The active part (set to 0L if no part).

virtual void KParts::MainWindow::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)


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:36 2003 for kdelibs by doxygen1.2.18