Plasma
StackedLayout Class Reference
#include <stackedlayout.h>
Inheritance diagram for StackedLayout:
Public Member Functions | |
| StackedLayout (QGraphicsLayoutItem *parent=0) | |
| ~StackedLayout () | |
| void | addWidget (QGraphicsLayoutItem *item) |
| int | count () const |
| qint32 | currentWidgetIndex () const |
| void | insertWidget (QGraphicsLayoutItem *item, int pos) |
| QGraphicsLayoutItem * | itemAt (int i) const |
| void | removeAt (int index) |
| void | setCurrentWidgetIndex (qint32 index) |
| void | setGeometry (const QRectF &rect) |
| QSizeF | sizeHint (Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const |
Detailed Description
Definition at line 27 of file stackedlayout.h.
Constructor & Destructor Documentation
◆ StackedLayout()
|
explicit |
Definition at line 23 of file stackedlayout.cpp.
◆ ~StackedLayout()
| StackedLayout::~StackedLayout | ( | ) |
Definition at line 30 of file stackedlayout.cpp.
Member Function Documentation
◆ addWidget()
| void StackedLayout::addWidget | ( | QGraphicsLayoutItem * | item | ) |
Definition at line 84 of file stackedlayout.cpp.
◆ count()
| int StackedLayout::count | ( | ) | const |
Definition at line 62 of file stackedlayout.cpp.
◆ currentWidgetIndex()
| qint32 StackedLayout::currentWidgetIndex | ( | ) | const |
Definition at line 105 of file stackedlayout.cpp.
◆ insertWidget()
| void StackedLayout::insertWidget | ( | QGraphicsLayoutItem * | item, |
| int | pos ) |
Definition at line 72 of file stackedlayout.cpp.
◆ itemAt()
| QGraphicsLayoutItem * StackedLayout::itemAt | ( | int | i | ) | const |
Definition at line 67 of file stackedlayout.cpp.
◆ removeAt()
| void StackedLayout::removeAt | ( | int | index | ) |
Definition at line 89 of file stackedlayout.cpp.
◆ setCurrentWidgetIndex()
| void StackedLayout::setCurrentWidgetIndex | ( | qint32 | index | ) |
Definition at line 94 of file stackedlayout.cpp.
◆ setGeometry()
| void StackedLayout::setGeometry | ( | const QRectF & | rect | ) |
Definition at line 34 of file stackedlayout.cpp.
◆ sizeHint()
| QSizeF StackedLayout::sizeHint | ( | Qt::SizeHint | which, |
| const QSizeF & | constraint = QSizeF() ) const |
Definition at line 45 of file stackedlayout.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.