KDE3Support
#include <k3dockwidget.h>
Public Member Functions | |
K3DockTabGroup (QWidget *parent=0, const char *name=0) | |
virtual | ~K3DockTabGroup () |
QWidget * | transientTo () |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
It just hides the special implementation of a dockwidget tab groups (and is member of the dockwidget class set).
An abstraction what it is currently. In general it is like QTabWidget but is more useful for the dockwidget class set. More or less a minor helper class for the dockwidget class set.
Definition at line 356 of file k3dockwidget.h.
Constructor & Destructor Documentation
K3DockTabGroup::K3DockTabGroup | ( | QWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
Constructs this.
It just calls the method of the base class.
Definition at line 3411 of file k3dockwidget.cpp.
|
virtual |
Destructs a K3DockTabGroup.
Definition at line 3417 of file k3dockwidget.cpp.
Member Function Documentation
QWidget * K3DockTabGroup::transientTo | ( | ) |
Definition at line 3421 of file k3dockwidget.cpp.
|
protectedvirtual |
Definition at line 3454 of file k3dockwidget.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.