QMdiArea subclass that adds keyboard-driven sub-window cycling.
More...
#include <mdiarea.h>
|
| void | subWindowPaging (QMdiSubWindow *subWindow) |
| | Emitted when a sub-window paging cycle begins for the given window.
|
| |
|
void | pagingComplete () |
| | Emitted when the paging cycle has completed.
|
| |
|
| | MdiArea (QWidget *parent=nullptr) |
| | Construct with an optional parent.
|
| |
|
|
virtual bool | eventFilter (QObject *watched, QEvent *event) override |
| | Intercept keyboard events to drive sub-window cycling.
|
| |
QMdiArea subclass that adds keyboard-driven sub-window cycling.
MdiArea intercepts keyboard events to cycle through sub-windows and emits signals at the start and end of each paging operation so the application can update its UI accordingly.
Definition at line 13 of file mdiarea.h.
◆ MdiArea()
| MdiArea::MdiArea |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Construct with an optional parent.
- Parameters
-
| parent | Optional QWidget parent |
◆ subWindowPaging
| void MdiArea::subWindowPaging |
( |
QMdiSubWindow * |
subWindow | ) |
|
|
signal |
Emitted when a sub-window paging cycle begins for the given window.
- Parameters
-
| subWindow | The sub-window being paged to |
The documentation for this class was generated from the following file: