KDockWidgetPrivate Class Reference
#include <kdockwidget_private.h>
Inheritance diagram for KDockWidgetPrivate:

Detailed Description
additional KDockWidget stuff (private)
Definition at line 273 of file kdockwidget_private.h.
Public Types | |
| enum | KDockWidgetResize { ResizeLeft, ResizeTop, ResizeRight, ResizeBottom, ResizeBottomLeft, ResizeTopLeft, ResizeBottomRight, ResizeTopRight } |
Public Slots | |
| void | slotFocusEmbeddedWidget (QWidget *w=0L) |
Public Member Functions | |
| KDockWidgetPrivate () | |
| ~KDockWidgetPrivate () | |
Public Attributes | |
| int | index |
| int | splitPosInPercent |
| bool | pendingFocusInEvent |
| bool | blockHasUndockedSignal |
| bool | pendingDtor |
| int | forcedWidth |
| int | forcedHeight |
| bool | isContainer |
| NET::WindowType | windowType |
| QWidget * | _parent |
| bool | transient |
| QGuardedPtr< QWidget > | container |
| QPoint | resizePos |
| bool | resizing |
| KDockWidgetResize | resizeMode |
Member Function Documentation
| void KDockWidgetPrivate::slotFocusEmbeddedWidget | ( | QWidget * | w = 0L |
) | [slot] |
Especially used for Tab page docking.
Switching the pages requires additional setFocus() for the embedded widget.
Definition at line 700 of file kdockwidget_private.cpp.
The documentation for this class was generated from the following files:

