kalarm/lib
StackedGroupT< T > Class Template Reference
#include <stackedwidgets.h>
Inheritance diagram for StackedGroupT< T >:
Public Member Functions | |
StackedGroupT (QObject *parent=0) | |
void | addWidget (StackedWidgetT< T > *w) |
virtual QSize | minimumSizeHint () const |
void | removeWidget (StackedWidgetT< T > *w) |
Protected Attributes | |
QList< StackedWidgetT< T > * > | mWidgets |
Detailed Description
template<class T>
class StackedGroupT< T >
A group of stacked widgets whose minimum size hints are all equal to the largest widget's minimum size hint.
It is inherited from QObject solely to ensure automatic deletion when its parent widget is deleted.
Definition at line 28 of file stackedwidgets.h.
Constructor & Destructor Documentation
template<class T>
|
inlineexplicit |
Definition at line 71 of file stackedwidgets.h.
Member Function Documentation
template<class T>
|
inline |
Definition at line 72 of file stackedwidgets.h.
template<class T >
|
virtual |
Reimplemented in StackedScrollGroup.
Definition at line 81 of file stackedwidgets.h.
template<class T>
|
inline |
Definition at line 73 of file stackedwidgets.h.
Member Data Documentation
template<class T>
|
protected |
Definition at line 77 of file stackedwidgets.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.