Definition at line 59 of file qmdiarea.h.
#include <qmdiarea.h>

| enum AreaOption |
Definition at line 75 of file qmdiarea.h.
{
DontMaximizeSubWindowOnActivation = 0x1
};
| enum WindowOrder |
Definition at line 80 of file qmdiarea.h.
| enum ViewMode |
Definition at line 86 of file qmdiarea.h.
{
SubWindowView,
TabbedView
};
| ~QMdiArea | ( | ) |
| QSize sizeHint | ( | ) | const [virtual] |
Reimplemented from QAbstractScrollArea.
| QSize minimumSizeHint | ( | ) | const [virtual] |
Reimplemented from QAbstractScrollArea.
| QMdiSubWindow* currentSubWindow | ( | ) | const |
| QMdiSubWindow* activeSubWindow | ( | ) | const |
| QList<QMdiSubWindow *> subWindowList | ( | WindowOrder | order =
CreationOrder |
) | const |
| QMdiSubWindow* addSubWindow | ( | QWidget * | widget, |
| Qt::WindowFlags | flags = 0 |
||
| ) |
| void removeSubWindow | ( | QWidget * | widget | ) |
| QBrush background | ( | ) | const |
| void setBackground | ( | const QBrush & | background | ) |
| WindowOrder activationOrder | ( | ) | const |
| void setActivationOrder | ( | WindowOrder | order | ) |
| void setOption | ( | AreaOption | option, |
| bool | on = true |
||
| ) |
| bool testOption | ( | AreaOption | opton | ) | const |
| void setViewMode | ( | ViewMode | mode | ) |
| ViewMode viewMode | ( | ) | const |
| bool documentMode | ( | ) | const |
| void setDocumentMode | ( | bool | enabled | ) |
| void setTabShape | ( | QTabWidget::TabShape | shape | ) |
| QTabWidget::TabShape tabShape | ( | ) | const |
| void setTabPosition | ( | QTabWidget::TabPosition | position | ) |
| QTabWidget::TabPosition tabPosition | ( | ) | const |
| void subWindowActivated | ( | QMdiSubWindow * | ) | [signal] |
| void setActiveSubWindow | ( | QMdiSubWindow * | window | ) | [slot] |
| void tileSubWindows | ( | ) | [slot] |
| void cascadeSubWindows | ( | ) | [slot] |
| void closeActiveSubWindow | ( | ) | [slot] |
| void closeAllSubWindows | ( | ) | [slot] |
| void activateNextSubWindow | ( | ) | [slot] |
| void activatePreviousSubWindow | ( | ) | [slot] |
| void setupViewport | ( | QWidget * | viewport | ) | [protected, slot] |
Reimplemented from QAbstractScrollArea.
| bool event | ( | QEvent * | event | ) | [protected, virtual] |
Reimplemented from QAbstractScrollArea.
Reimplemented from QObject.
| void paintEvent | ( | QPaintEvent * | paintEvent | ) | [protected, virtual] |
Reimplemented from QAbstractScrollArea.
| void childEvent | ( | QChildEvent * | childEvent | ) | [protected, virtual] |
Reimplemented from QObject.
| void resizeEvent | ( | QResizeEvent * | resizeEvent | ) | [protected, virtual] |
Reimplemented from QAbstractScrollArea.
| void timerEvent | ( | QTimerEvent * | timerEvent | ) | [protected, virtual] |
Reimplemented from QObject.
| void showEvent | ( | QShowEvent * | showEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| bool viewportEvent | ( | QEvent * | event | ) | [protected, virtual] |
Reimplemented from QAbstractScrollArea.
| void scrollContentsBy | ( | int | dx, |
| int | dy | ||
| ) | [protected, virtual] |
Reimplemented from QAbstractScrollArea.
QBrush background [read,
write] |
Definition at line 63 of file qmdiarea.h.
WindowOrder
activationOrder [read, write] |
Definition at line 64 of file qmdiarea.h.
ViewMode
viewMode [read, write] |
Definition at line 65 of file qmdiarea.h.
bool documentMode [read,
write] |
Definition at line 67 of file qmdiarea.h.
QTabWidget::TabShape
tabShape [read, write] |
Definition at line 70 of file qmdiarea.h.
QTabWidget::TabPosition
tabPosition [read, write] |
Definition at line 71 of file qmdiarea.h.