KDE3Support
Go to the documentation of this file.
36 #ifndef KDOCKWIDGET_P_H
37 #define KDOCKWIDGET_P_H
40 #include <QtCore/QStringList>
54 virtual void save(QDomElement& dockElement);
56 virtual void load(QDomElement& dockElement);
60 virtual bool dockDragEnter(
K3DockWidget* dockWidget, QMouseEvent *event);
61 virtual bool dockDragMove(
K3DockWidget* dockWidget, QMouseEvent *event);
62 virtual bool dockDragLeave(
K3DockWidget* dockWidget, QMouseEvent *event);
67 void activateOverlapMode(
int nonOverlapSize);
68 void deactivateOverlapMode();
73 struct ListItem *prev;
74 struct ListItem *
next;
80 struct ListItem *m_childrenListBegin;
81 struct ListItem *m_childrenListEnd;
83 class K3DockContainerPrivate;
84 K3DockContainerPrivate *d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 22:09:33 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.