KDE3Support
k3dockwidget.h
Go to the documentation of this file.
42 IMPORTANT Note: This file compiles also in Qt-only mode by using the NO_KDE2 precompiler definition!
453 DockNone = 0,
454 DockTop = 0x0001,
455 DockLeft = 0x0002,
456 DockRight = 0x0004,
457 DockBottom = 0x0008,
458 DockCenter = 0x0010,
459 DockDesktop= 0x0020,
460 DockToSpecialSites=0x0040,
461 DockCorner = DockTop | DockLeft | DockRight | DockBottom,
462 DockFullSite = DockCorner | DockCenter,
463 DockFullDocking = DockFullSite | DockDesktop
490 K3DockWidget* manualDock( K3DockWidget* target, DockPosition dockPos, int spliPos = 50, QPoint pos = QPoint(0,0), bool check = false, int tabIndex = -1);
894 RestoreAllDockwidgets
1298 K3DockMainWindow( QWidget* parent = 0L, const char *name = 0L, Qt::WindowFlags f = Qt::Window);
1338 K3DockWidget* createDockWidget( const QString& name, const QPixmap &pixmap, QWidget* parent = 0L,
1339 const QString& strCaption = QString(), const QString& strTabPageLabel = QLatin1String( " " ) );
1463 K3DockWidget* createDockWidget( const QString& name, const QPixmap &pixmap, QWidget* parent = 0L,
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:23:04 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:23:04 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.