#include <kdevmainwindow.h>
KDevelop main window interface.
Provides methods to control the main window of an application.
Definition at line 40 of file kdevmainwindow.h.
◆ ~KDevMainWindow()
virtual KDevMainWindow::~KDevMainWindow |
( |
| ) |
|
|
inlinevirtual |
◆ embedOutputView()
virtual void KDevMainWindow::embedOutputView |
( |
TQWidget * |
view, |
|
|
const TQString & |
title, |
|
|
const TQString & |
toolTip |
|
) |
| |
|
pure virtual |
Embeds a toolview at the bottom of the main window.
- Parameters
-
view | The view to embed. Must be a KPart. |
title | The title of a view. |
toolTip | The tooltip of a view. |
◆ embedPartView()
virtual void KDevMainWindow::embedPartView |
( |
TQWidget * |
view, |
|
|
const TQString & |
title, |
|
|
const TQString & |
toolTip = TQString() |
|
) |
| |
|
pure virtual |
Embeds a view of a part into the main window.
- Parameters
-
view | The view to embed. Must be a KPart. |
title | The title of a view. |
toolTip | The tooltip of a view. |
◆ embedSelectView()
virtual void KDevMainWindow::embedSelectView |
( |
TQWidget * |
view, |
|
|
const TQString & |
title, |
|
|
const TQString & |
toolTip |
|
) |
| |
|
pure virtual |
Embeds a toolview at the left of the main window.
- Parameters
-
view | The view to embed. Must be a KPart. |
title | The title of a view. |
toolTip | The tooltip of a view. |
◆ embedSelectViewRight()
virtual void KDevMainWindow::embedSelectViewRight |
( |
TQWidget * |
view, |
|
|
const TQString & |
title, |
|
|
const TQString & |
toolTip |
|
) |
| |
|
pure virtual |
Embeds a toolview at the right of the main window.
- Parameters
-
view | The view to embed. Must be a KPart. |
title | The title of a view. |
toolTip | The tooltip of a view. |
◆ loadSettings()
virtual void KDevMainWindow::loadSettings |
( |
| ) |
|
|
pure virtual |
Loads main window settings.
◆ lowerView()
virtual void KDevMainWindow::lowerView |
( |
TQWidget * |
view | ) |
|
|
pure virtual |
Minimize a view.
- Parameters
-
view | The view to be lowered. |
◆ main()
virtual TDEMainWindow* KDevMainWindow::main |
( |
| ) |
|
|
pure virtual |
- Returns
- TDEMainWindow object which actually represents the main window.
◆ raiseView()
virtual void KDevMainWindow::raiseView |
( |
TQWidget * |
view | ) |
|
|
pure virtual |
Raises a view (shows it if it was minimized).
- Parameters
-
view | The view to be raised. |
◆ removeView()
virtual void KDevMainWindow::removeView |
( |
TQWidget * |
view | ) |
|
|
pure virtual |
Removes a view from the main window.
- Parameters
-
◆ setCurrentDocumentCaption()
virtual void KDevMainWindow::setCurrentDocumentCaption |
( |
const TQString & |
caption | ) |
|
|
pure virtual |
Sets the current document's caption, if applicable.
- Parameters
-
caption | the caption to set. |
◆ setViewAvailable()
virtual void KDevMainWindow::setViewAvailable |
( |
TQWidget * |
pView, |
|
|
bool |
bEnabled |
|
) |
| |
|
pure virtual |
Shows or hides a view.
- Parameters
-
pView | The view to show or hide. |
bEnabled | true if view should be shown, false it it is not. |
◆ statusBar()
KStatusBar * KDevMainWindow::statusBar |
( |
| ) |
|
- Returns
- KStatusBar object which actually represents the status bar in the main window.
Definition at line 25 of file kdevmainwindow.cpp.
The documentation for this class was generated from the following files: