Google

class KDockTabGroup

It just hides the special implementation of a dockwidget tab groups (and is member of the dockwidget class set). More...

Definition#include <include/kdockwidget.h>
InheritsKDockTabCtl [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Private Members


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.

 KDockTabGroup ( QWidget *parent = 0, const char *name = 0 )

KDockTabGroup

Constructs this. It just calls the method of the base class.

 ~KDockTabGroup ()

~KDockTabGroup

[virtual]

Destructs a KDockTabGroup.

KDockTabGroupPrivate * d

d

[private]


  • Author: Max Judin (documentation: Falk Brettschneider).