sublime
Sublime::MainWindowOperator Class Reference
#include <mainwindowoperator.h>
Inheritance diagram for Sublime::MainWindowOperator:

Detailed Description
Proxy class to give descendants access to MainWindow::setArea and MainWindow::hideArea methods.Just inherit it and use the methods.
Definition at line 36 of file mainwindowoperator.h.
Protected Member Functions | |
| void | clearArea (MainWindow *w) |
| void | setActiveToolView (MainWindow *w, View *view) |
| void | setActiveView (MainWindow *w, View *view) |
| void | setArea (MainWindow *w, Area *area) |
| void | setStatusIcon (MainWindow *w, View *view, const QIcon &icon) |
Member Function Documentation
| void Sublime::MainWindowOperator::clearArea | ( | MainWindow * | w | ) | [protected] |
| void Sublime::MainWindowOperator::setActiveToolView | ( | MainWindow * | w, | |
| View * | view | |||
| ) | [protected] |
Sets the active toolview for the mainwindow and focuses it.
Definition at line 40 of file mainwindowoperator.cpp.
| void Sublime::MainWindowOperator::setActiveView | ( | MainWindow * | w, | |
| View * | view | |||
| ) | [protected] |
Sets the active view for the mainwindow and focuses it.
Definition at line 35 of file mainwindowoperator.cpp.
| void Sublime::MainWindowOperator::setArea | ( | MainWindow * | w, | |
| Area * | area | |||
| ) | [protected] |
Sets the area of main window and fills it with views.
Definition at line 25 of file mainwindowoperator.cpp.
| void Sublime::MainWindowOperator::setStatusIcon | ( | MainWindow * | w, | |
| View * | view, | |||
| const QIcon & | icon | |||
| ) | [protected] |
Sets the status icon for the given view in the mainWindow to icon.
Definition at line 45 of file mainwindowoperator.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference