KDevMainWindow Class Reference
#include <kdevmainwindow.h>
Inheritance diagram for KDevMainWindow:

Public Member Functions | |
virtual void | embedPartView (QWidget *view, const QString &title, const QString &toolTip=QString::null)=0 |
virtual void | embedSelectView (QWidget *view, const QString &title, const QString &toolTip)=0 |
virtual void | embedOutputView (QWidget *view, const QString &title, const QString &toolTip)=0 |
virtual void | embedSelectViewRight (QWidget *view, const QString &title, const QString &toolTip)=0 |
virtual void | removeView (QWidget *view)=0 |
virtual void | setViewAvailable (QWidget *pView, bool bEnabled)=0 |
virtual void | raiseView (QWidget *view)=0 |
virtual void | lowerView (QWidget *view)=0 |
virtual void | lowerAllViews ()=0 |
virtual void | storeOutputViewTab ()=0 |
Store the currently active view tab/window of the output view/window. | |
virtual void | restoreOutputViewTab ()=0 |
Restore the previously saved view tab/window to the output view/window. | |
virtual void | loadSettings ()=0 |
virtual KMainWindow * | main ()=0 |
KStatusBar * | statusBar () |
virtual void | prepareToCloseViews ()=0 |
virtual void | guiRestoringFinished ()=0 |
virtual void | setUserInterfaceMode (const QString &) |
virtual void | callCommand (const QString &) |
this allows to order the mainwindow to do anything special, we use it to trigger the execution of a hack | |
Protected Attributes | |
QWidget * | previous_output_view |
Stores the saved view tab/window of the output view/window. |
Member Function Documentation
|
this allows to order the mainwindow to do anything special, we use it to trigger the execution of a hack
Reimplemented in MainWindow. Definition at line 63 of file kdevmainwindow.h. References callCommand(). Referenced by callCommand(), and ProjectSession::recreateDocs(). |
|
|
Implemented in MainWindow. Referenced by PHPSupportPart::executeInTerminal(), PartController::integratePart(), and PartController::showPart(). |
|
Implemented in MainWindow. Referenced by TextToolsPart::createWidget(), FileCreatePart::setWidget(), and CervisiaPlugin::slotProjectOpened(). |
|
Implemented in MainWindow. Referenced by DocTreeViewPart::DocTreeViewPart(). |
|
Implemented in MainWindow. Referenced by main(). |
|
Implemented in MainWindow. Referenced by main(). |
|
Implemented in MainWindow. |
|
|
|
Implemented in MainWindow. Referenced by ProjectManager::closeProject(). |
|
|
|
Restore the previously saved view tab/window to the output view/window.
Implemented in MainWindow. Referenced by MakeWidget::slotProcessExited(). |
|
Reimplemented in MainWindow. Definition at line 60 of file kdevmainwindow.h. References setUserInterfaceMode(). Referenced by UIChooserWidget::accept(), and setUserInterfaceMode(). |
|
|
|
Store the currently active view tab/window of the output view/window.
Implemented in MainWindow. Referenced by MakeWidget::queueJob(). |
Member Data Documentation
|
Stores the saved view tab/window of the output view/window.
Definition at line 67 of file kdevmainwindow.h. |
The documentation for this class was generated from the following files:
- lib/interfaces/kdevmainwindow.h
- lib/interfaces/kdevmainwindow.cpp