Definition at line 60 of file qmdisubwindow.h.
#include <qmdisubwindow.h>

| enum SubWindowOption |
Definition at line 66 of file qmdisubwindow.h.
{
AllowOutsideAreaHorizontally = 0x1, // internal
AllowOutsideAreaVertically = 0x2, // internal
RubberBandResize = 0x4,
RubberBandMove = 0x8
};
| QMdiSubWindow | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | flags = 0 |
||
| ) |
| ~QMdiSubWindow | ( | ) |
| void setWidget | ( | QWidget * | widget | ) |
| QWidget* widget | ( | ) | const |
| QWidget* maximizedButtonsWidget | ( | ) | const |
| QWidget* maximizedSystemMenuIconWidget | ( | ) | const |
| bool isShaded | ( | ) | const |
| void setOption | ( | SubWindowOption | option, |
| bool | on = true |
||
| ) |
| bool testOption | ( | SubWindowOption | ) | const |
| void setKeyboardSingleStep | ( | int | step | ) |
| int keyboardSingleStep | ( | ) | const |
| void setKeyboardPageStep | ( | int | step | ) |
| int keyboardPageStep | ( | ) | const |
| void setSystemMenu | ( | QMenu * | systemMenu | ) |
| QMenu* systemMenu | ( | ) | const |
| QMdiArea* mdiArea | ( | ) | const |
| void windowStateChanged | ( | Qt::WindowStates | oldState, |
| Qt::WindowStates | newState | ||
| ) | [signal] |
| void aboutToActivate | ( | ) | [signal] |
| void showSystemMenu | ( | ) | [slot] |
| void showShaded | ( | ) | [slot] |
Reimplemented from QObject.
| void showEvent | ( | QShowEvent * | showEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| void hideEvent | ( | QHideEvent * | hideEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| void closeEvent | ( | QCloseEvent * | closeEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| void resizeEvent | ( | QResizeEvent * | resizeEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| void timerEvent | ( | QTimerEvent * | timerEvent | ) | [protected, virtual] |
Reimplemented from QObject.
| void moveEvent | ( | QMoveEvent * | moveEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| void paintEvent | ( | QPaintEvent * | paintEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mousePressEvent | ( | QMouseEvent * | mouseEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mouseDoubleClickEvent | ( | QMouseEvent * | mouseEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mouseReleaseEvent | ( | QMouseEvent * | mouseEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mouseMoveEvent | ( | QMouseEvent * | mouseEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| void contextMenuEvent | ( | QContextMenuEvent * | contextMenuEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| void focusInEvent | ( | QFocusEvent * | focusInEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| void focusOutEvent | ( | QFocusEvent * | focusOutEvent | ) | [protected, virtual] |
Reimplemented from QWidget.
| void childEvent | ( | QChildEvent * | childEvent | ) | [protected, virtual] |
Reimplemented from QObject.
friend class QMdiAreaTabBar
[friend] |
Definition at line 146 of file qmdisubwindow.h.
friend class QMdi::ControlContainer
[friend] |
Definition at line 148 of file qmdisubwindow.h.
int keyboardSingleStep [read,
write] |
Definition at line 63 of file qmdisubwindow.h.
int keyboardPageStep [read,
write] |
Definition at line 64 of file qmdisubwindow.h.