kalarm/lib
StackedScrollGroup Class Reference
  #include <stackedwidgets.h>
Inheritance diagram for StackedScrollGroup:

Public Member Functions | |
| StackedScrollGroup (KDialog *, QObject *tabParent) | |
| QSize | adjustSize (bool force=false) | 
| int | heightReduction () const | 
| virtual QSize | minimumSizeHint () const | 
| void | setSized () | 
| bool | sized () const | 
  Public Member Functions inherited from StackedGroupT< QScrollArea > | |
| StackedGroupT (QObject *parent=0) | |
| void | addWidget (StackedWidgetT< QScrollArea > *w) | 
| void | removeWidget (StackedWidgetT< QScrollArea > *w) | 
Additional Inherited Members | |
  Protected Attributes inherited from StackedGroupT< QScrollArea > | |
| QList< StackedWidgetT < QScrollArea > * >  | mWidgets | 
Detailed Description
A group of stacked widgets which individually become scrollable when necessary to fit the height of the screen.
Definition at line 116 of file stackedwidgets.h.
Constructor & Destructor Documentation
Definition at line 40 of file stackedwidgets.cpp.
Member Function Documentation
| QSize StackedScrollGroup::adjustSize | ( | bool | force = false | ) | 
Definition at line 89 of file stackedwidgets.cpp.
      
  | 
  inline | 
Definition at line 121 of file stackedwidgets.h.
      
  | 
  virtual | 
Reimplemented from StackedGroupT< QScrollArea >.
Definition at line 57 of file stackedwidgets.cpp.
      
  | 
  inline | 
Definition at line 123 of file stackedwidgets.h.
      
  | 
  inline | 
Definition at line 124 of file stackedwidgets.h.
The documentation for this class was generated from the following files:
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.
    KDE API Reference
 Public Member Functions inherited from