kalarm/lib
StackedWidgetT< T > Class Template Reference
#include <stackedwidgets.h>
Inheritance diagram for StackedWidgetT< T >:
Public Member Functions | |
StackedWidgetT (StackedGroupT< T > *group, QWidget *parent=0) | |
~StackedWidgetT () | |
virtual QSize | minimumSizeHint () const |
virtual QSize | sizeHint () const |
Detailed Description
template<class T>
class StackedWidgetT< T >
A widget contained in a stack, whose minimum size hint is that of the largest widget in the stack.
This class works together with StackedGroup.
Definition at line 37 of file stackedwidgets.h.
Constructor & Destructor Documentation
template<class T>
|
inlineexplicit |
Constructor.
- Parameters
-
parent The parent object of this widget. name The name of this widget.
Definition at line 44 of file stackedwidgets.h.
template<class T>
|
inline |
Definition at line 50 of file stackedwidgets.h.
Member Function Documentation
template<class T>
|
inlinevirtual |
Definition at line 52 of file stackedwidgets.h.
template<class T>
|
inlinevirtual |
Definition at line 51 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.