KexiFlowLayout Class Reference
#include <kexiflowlayout.h>
Inheritance diagram for KexiFlowLayout:

Detailed Description
a special "flow" layout
Definition at line 27 of file kexiflowlayout.h.
Public Member Functions | |
| KexiFlowLayout (QWidget *parent, int border=0, int space=-1, const char *name=0) | |
| KexiFlowLayout (QLayout *parent, int space=-1, const char *name=0) | |
| KexiFlowLayout (int space=-1, const char *name=0) | |
| ~KexiFlowLayout () | |
| QPtrList< QWidget > * | widgetList () const |
| void | setOrientation (Orientation orientation) |
| Qt::Orientation | orientation () const |
| void | setJustified (bool justify) |
| bool | isJustified () const |
| virtual void | addItem (QLayoutItem *item) |
| virtual void | addSpacing (int size) |
| virtual QLayoutIterator | iterator () |
| virtual void | invalidate () |
| virtual bool | hasHeightForWidth () const |
| virtual int | heightForWidth (int width) const |
| virtual QSize | sizeHint () const |
| virtual QSize | minimumSize () const |
| virtual QSizePolicy::ExpandData | expanding () const |
| virtual bool | isEmpty () |
Protected Member Functions | |
| virtual void | setGeometry (const QRect &) |
| int | simulateLayout (const QRect &r) |
| int | doHorizontalLayout (const QRect &, bool testonly=false) |
| int | doVerticalLayout (const QRect &, bool testonly=false) |
Constructor & Destructor Documentation
|
||||||||||||||||||||
|
Definition at line 69 of file kexiflowlayout.cpp. |
|
||||||||||||||||
|
Definition at line 77 of file kexiflowlayout.cpp. |
|
||||||||||||
|
Definition at line 85 of file kexiflowlayout.cpp. |
|
|
Definition at line 93 of file kexiflowlayout.cpp. |
Member Function Documentation
|
|
Definition at line 99 of file kexiflowlayout.cpp. Referenced by addSpacing(). |
|
|
Definition at line 105 of file kexiflowlayout.cpp. References addItem(). |
|
||||||||||||
|
do not consider hidden widgets Definition at line 221 of file kexiflowlayout.cpp. References sizeHint(). Referenced by setGeometry(), and simulateLayout(). |
|
||||||||||||
|
do not consider hidden widgets Definition at line 338 of file kexiflowlayout.cpp. References sizeHint(). Referenced by setGeometry(), and simulateLayout(). |
|
|
Definition at line 193 of file kexiflowlayout.cpp. |
|
|
Definition at line 146 of file kexiflowlayout.cpp. |
|
|
Definition at line 152 of file kexiflowlayout.cpp. References m_cached_hfw, m_cached_width, and simulateLayout(). |
|
|
Definition at line 131 of file kexiflowlayout.cpp. |
|
|
Definition at line 140 of file kexiflowlayout.cpp. |
|
|
Definition at line 47 of file kexiflowlayout.h. |
|
|
Definition at line 114 of file kexiflowlayout.cpp. |
|
|
Definition at line 177 of file kexiflowlayout.cpp. References simulateLayout(). |
|
|
Definition at line 44 of file kexiflowlayout.h. Referenced by KFormDesigner::Container::createFlowLayout(). |
|
|
Definition at line 202 of file kexiflowlayout.cpp. References doHorizontalLayout(), and doVerticalLayout(). |
|
|
Definition at line 46 of file kexiflowlayout.h. Referenced by KFormDesigner::FormIO::readChildNodes(). |
|
|
Sets layout's orientation to orientation. Default orientation is Vertical. Definition at line 41 of file kexiflowlayout.h. Referenced by KFormDesigner::FormIO::readChildNodes(), and KFormDesigner::Container::setLayout(). |
|
|
Definition at line 212 of file kexiflowlayout.cpp. References doHorizontalLayout(), and doVerticalLayout(). Referenced by heightForWidth(), minimumSize(), and sizeHint(). |
|
|
Definition at line 166 of file kexiflowlayout.cpp. References simulateLayout(). Referenced by doHorizontalLayout(), and doVerticalLayout(). |
|
|
Definition at line 120 of file kexiflowlayout.cpp. Referenced by KFormDesigner::FormIO::saveWidget(). |
The documentation for this class was generated from the following files:
