Applets
SystemTray::CompactLayout Class Reference
#include <compactlayout.h>
Inheritance diagram for SystemTray::CompactLayout:

Public Member Functions | |
| void | addItem (QGraphicsLayoutItem *item) |
| CompactLayout (QGraphicsLayoutItem *parent=0) | |
| bool | containsItem (QGraphicsLayoutItem *item) const |
| int | count () const |
| void | insertItem (int index, QGraphicsLayoutItem *item) |
| QGraphicsLayoutItem * | itemAt (int i) const |
| void | removeAt (int index) |
| void | removeItem (QGraphicsLayoutItem *item) |
| void | setGeometry (const QRectF &rect) |
| void | setSpacing (qreal spacing) |
| qreal | spacing () const |
| ~CompactLayout () | |
Protected Member Functions | |
| QSizeF | sizeHint (Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const |
Detailed Description
Definition at line 31 of file compactlayout.h.
Constructor & Destructor Documentation
| SystemTray::CompactLayout::CompactLayout | ( | QGraphicsLayoutItem * | parent = 0 |
) |
Definition at line 57 of file compactlayout.cpp.
| SystemTray::CompactLayout::~CompactLayout | ( | ) |
Definition at line 64 of file compactlayout.cpp.
Member Function Documentation
| void SystemTray::CompactLayout::addItem | ( | QGraphicsLayoutItem * | item | ) |
Definition at line 106 of file compactlayout.cpp.
| bool SystemTray::CompactLayout::containsItem | ( | QGraphicsLayoutItem * | item | ) | const |
Definition at line 133 of file compactlayout.cpp.
| int SystemTray::CompactLayout::count | ( | ) | const |
Definition at line 139 of file compactlayout.cpp.
| void SystemTray::CompactLayout::insertItem | ( | int | index, | |
| QGraphicsLayoutItem * | item | |||
| ) |
Definition at line 85 of file compactlayout.cpp.
| QGraphicsLayoutItem * SystemTray::CompactLayout::itemAt | ( | int | i | ) | const |
Definition at line 182 of file compactlayout.cpp.
| void SystemTray::CompactLayout::removeAt | ( | int | index | ) |
| void SystemTray::CompactLayout::removeItem | ( | QGraphicsLayoutItem * | item | ) |
Definition at line 124 of file compactlayout.cpp.
| void SystemTray::CompactLayout::setGeometry | ( | const QRectF & | rect | ) |
Definition at line 145 of file compactlayout.cpp.
| void SystemTray::CompactLayout::setSpacing | ( | qreal | spacing | ) |
Definition at line 79 of file compactlayout.cpp.
| QSizeF SystemTray::CompactLayout::sizeHint | ( | Qt::SizeHint | which, | |
| const QSizeF & | constraint = QSizeF() | |||
| ) | const [protected] |
Definition at line 198 of file compactlayout.cpp.
| qreal SystemTray::CompactLayout::spacing | ( | ) | const |
Definition at line 73 of file compactlayout.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference