kdeui
KDockTabGroup Class Reference
It just hides the special implementation of a dockwidget tab groups (and is member of the dockwidget class set). More...
#include <kdockwidget.h>
Inheritance diagram for KDockTabGroup:
Public Member Functions | |
KDockTabGroup (QWidget *parent=0, const char *name=0) | |
QWidget * | transientTo () |
virtual | ~KDockTabGroup () |
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 363 of file kdockwidget.h.
Constructor & Destructor Documentation
KDockTabGroup::KDockTabGroup | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) | [inline] |
Constructs this.
It just calls the method of the base class.
Definition at line 370 of file kdockwidget.h.
virtual KDockTabGroup::~KDockTabGroup | ( | ) | [inline, virtual] |
Member Function Documentation
QWidget * KDockTabGroup::transientTo | ( | ) |
Definition at line 3280 of file kdockwidget.cpp.
void KDockTabGroup::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
Definition at line 3313 of file kdockwidget.cpp.
The documentation for this class was generated from the following files: