KDE3Support
k3dockwidget_private.h
Go to the documentation of this file.
21 IMPORTANT Note: This file compiles also in Qt-only mode by using the NO_KDE2 precompiler definition
52 // which copies the whole definition of the class to be able to access separatorPosInPercent etc.
64 K3DockSplitter(QWidget *parent= 0, const char *name= 0, Qt::Orientation orient= Qt::Vertical, int pos= 50);
294 {ResizeLeft,ResizeTop,ResizeRight,ResizeBottom,ResizeBottomLeft,ResizeTopLeft,ResizeBottomRight,ResizeTopRight};
Like QSplitter but specially designed for dockwidgets stuff.
Definition: k3dockwidget_private.h:49
K3DockButton_Private * toDesktopButton
Definition: k3dockwidget_private.h:332
Qt::Orientation orientation()
The orientation is either Horizontal or Vertical.
Definition: k3dockwidget_private.h:164
const char * name(StandardAction id)
Q3PtrList< K3DockButton_Private > btns
Definition: k3dockwidget_private.h:336
bool blockHasUndockedSignal
Definition: k3dockwidget_private.h:299
virtual bool eventFilter(QObject *watched, QEvent *event)
~K3DockWidgetPrivate()
Definition: k3dockwidget_private.cpp:705
virtual void enterEvent(QEvent *event)
K3DockWidgetPrivate()
Definition: k3dockwidget_private.cpp:683
bool forceCloseButtonHidden
Definition: k3dockwidget_private.h:337
Floatable widget that can be dragged around with the mouse and encapsulate the actual widgets (and me...
Definition: k3dockwidget.h:415
virtual void paintEvent(QPaintEvent *)
A mini-button usually placed in the dockpanel.
Definition: k3dockwidget_private.h:253
K3DockWidgetHeaderPrivate(QObject *parent)
Definition: k3dockwidget_private.h:323
void slotFocusEmbeddedWidget(QWidget *w=0L)
Especially used for Tab page docking.
Definition: k3dockwidget_private.cpp:709
Definition: k3dockwidget_p.h:43
virtual void resizeEvent(QResizeEvent *event)
QObject * parent() const
virtual void leaveEvent(QEvent *event)
virtual bool event(QEvent *event)
bool showToDesktopButton
Definition: k3dockwidget_private.h:334
bool pendingFocusInEvent
Definition: k3dockwidget_private.h:298
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:47 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:47 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.