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. Referenced by ProjectSession::recreateDocs(). |
|
Implemented in MainWindow, and NewMainWindow. Referenced by AdaSupportPart::AdaSupportPart(), AppOutputViewPart::AppOutputViewPart(), CvsServicePart::init(), JavaSupportPart::JavaSupportPart(), MakeViewPart::MakeViewPart(), and CppSupportPart::projectOpened(). |
|
Implemented in MainWindow, and NewMainWindow. Referenced by PHPSupportPart::executeInTerminal(), PartController::integratePart(), and PartController::showPart(). |
|
Implemented in MainWindow, and NewMainWindow. Referenced by ClassBrowserPart::ClassBrowserPart(), TextToolsPart::createWidget(), FileCreatePart::setWidget(), and CervisiaPlugin::slotProjectOpened(). |
|
Implemented in MainWindow, and NewMainWindow. Referenced by DocTreeViewPart::DocTreeViewPart(), and DocumentationPart::DocumentationPart(). |
|
Implemented in MainWindow, and NewMainWindow. Referenced by main(). |
|
Implemented in MainWindow, and NewMainWindow. Referenced by main(). |
|
Implemented in MainWindow, and NewMainWindow. |
|
|
|
Implemented in MainWindow, and NewMainWindow. Referenced by ProjectManager::closeProject(). |
|
|
|
Restore the previously saved view tab/window to the output view/window.
Implemented in MainWindow, and NewMainWindow. Referenced by MakeWidget::slotProcessExited(). |
|
Reimplemented in MainWindow, and NewMainWindow. Definition at line 60 of file kdevmainwindow.h. Referenced by UIChooserWidget::accept(). |
|
|
|
Store the currently active view tab/window of the output view/window.
Implemented in MainWindow, and NewMainWindow. 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