|
MIRA
|
This is a replacement for QMdiArea. More...
#include <rcp/EditorPartArea.h>

Public Slots | |
| void | tileSubWindows () |
Signals | |
| void | editorWindowActivated (EditorPartWindow *window) |
Public Member Functions | |
| EditorPartArea (QWidget *parent=0, Qt::WindowFlags flags=Qt::WindowFlags()) | |
| virtual void | addSubWindow (EditorPartWindow *window) |
| void | removeSubWindow (EditorPartWindow *window) |
| void | activateSubWindow (EditorPartWindow *window) |
| EditorPartWindow * | activeSubWindow () const |
| void | scrollToSubWindow (EditorPartWindow *window) |
| void | setBackground (const QBrush &brush) |
| void | setAutoHideDecorations (bool on) |
| virtual bool | eventFilter (QObject *object, QEvent *event) |
| virtual void | resizeEvent (QResizeEvent *event) |
| std::vector< EditorPartWindow * > | getTabbedWindows () |
Protected Slots | |
| void | onFocusChanged (QWidget *old, QWidget *now) |
| void | onTabChanged (int) |
| void | onTabDoubleClicked (int) |
Protected Member Functions | |
| void | dockSubwindow (EditorPartWindow *window) |
| void | undockSubwindow (EditorPartWindow *window) |
| void | maximizedSubwindow (EditorPartWindow *window) |
| void | restoredSubwindow (EditorPartWindow *window) |
| void | rearrangeMaximizedSubwindow (EditorPartWindow *window) |
| void | resizeMaximizedSubwindows (const QSize &size) |
| void | rearrangeMaximizedSubwindows () |
| void | updateMaximizedSubwindowsVisibility () |
| void | scrolledAreaBy (int dx, int dy) |
| std::set< EditorPartWindow * > | getSubWindows () |
Friends | |
| class | EditorPartWindow |
| class | ScrollArea |
This is a replacement for QMdiArea.
It is the MDI area that contains several EditorPartWindow widgets as MDI subwindows.
| EditorPartArea | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | flags = Qt::WindowFlags() |
||
| ) |
|
virtual |
| void removeSubWindow | ( | EditorPartWindow * | window | ) |
| void activateSubWindow | ( | EditorPartWindow * | window | ) |
| EditorPartWindow* activeSubWindow | ( | ) | const |
| void scrollToSubWindow | ( | EditorPartWindow * | window | ) |
|
signal |
|
slot |
| void setBackground | ( | const QBrush & | brush | ) |
| void setAutoHideDecorations | ( | bool | on | ) |
|
virtual |
|
virtual |
| std::vector<EditorPartWindow*> getTabbedWindows | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
friend |
|
friend |
1.8.14