Definition at line 60 of file qgridlayout.h.
#include <qgridlayout.h>

Public Member Functions |
|
| QGridLayout (QWidget *parent) | |
| QGridLayout () | |
| ~QGridLayout () | |
| QSize | sizeHint () const |
| QSize | minimumSize () const |
| QSize | maximumSize () const |
| void | setHorizontalSpacing (int spacing) |
| int | horizontalSpacing () const |
| void | setVerticalSpacing (int spacing) |
| int | verticalSpacing () const |
| void | setSpacing (int spacing) |
| int | spacing () const |
| void | setRowStretch (int row, int stretch) |
| void | setColumnStretch (int column, int stretch) |
| int | rowStretch (int row) const |
| int | columnStretch (int column) const |
| void | setRowMinimumHeight (int row, int minSize) |
| void | setColumnMinimumWidth (int column, int minSize) |
| int | rowMinimumHeight (int row) const |
| int | columnMinimumWidth (int column) const |
| int | columnCount () const |
| int | rowCount () const |
| QRect | cellRect (int row, int column) const |
| bool | hasHeightForWidth () const |
| int | heightForWidth (int) const |
| int | minimumHeightForWidth (int) const |
| Qt::Orientations | expandingDirections () const |
| void | invalidate () |
| void | addWidget (QWidget *w) |
| void | addWidget (QWidget *, int row, int column, Qt::Alignment=0) |
| void | addWidget (QWidget *, int row, int column, int rowSpan, int columnSpan, Qt::Alignment=0) |
| void | addLayout (QLayout *, int row, int column, Qt::Alignment=0) |
| void | addLayout (QLayout *, int row, int column, int rowSpan, int columnSpan, Qt::Alignment=0) |
| void | setOriginCorner (Qt::Corner) |
| Qt::Corner | originCorner () const |
| QLayoutItem * | itemAt (int index) const |
| QLayoutItem * | itemAtPosition (int row, int column) const |
| QLayoutItem * | takeAt (int index) |
| int | count () const |
| void | setGeometry (const QRect &) |
| void | addItem (QLayoutItem *item, int row, int column, int rowSpan=1, int columnSpan=1, Qt::Alignment=0) |
| void | setDefaultPositioning (int n, Qt::Orientation orient) |
| void | getItemPosition (int idx, int *row, int *column, int *rowSpan, int *columnSpan) |
Protected Member Functions |
|
| void | addItem (QLayoutItem *) |
| QGridLayout | ( | QWidget * | parent | ) | [explicit] |
| QGridLayout | ( | ) |
| ~QGridLayout | ( | ) |
| QSize sizeHint | ( | ) | const [virtual] |
Implements QLayoutItem.
| void setHorizontalSpacing | ( | int | spacing | ) |
| int horizontalSpacing | ( | ) | const |
| void setVerticalSpacing | ( | int | spacing | ) |
| int verticalSpacing | ( | ) | const |
| void setSpacing | ( | int | spacing | ) |
Reimplemented from QLayout.
| int spacing | ( | ) | const |
Reimplemented from QLayout.
| void setRowStretch | ( | int | row, |
| int | stretch | ||
| ) |
| void setColumnStretch | ( | int | column, |
| int | stretch | ||
| ) |
| int rowStretch | ( | int | row | ) | const |
| int columnStretch | ( | int | column | ) | const |
| void setRowMinimumHeight | ( | int | row, |
| int | minSize | ||
| ) |
| void setColumnMinimumWidth | ( | int | column, |
| int | minSize | ||
| ) |
| int rowMinimumHeight | ( | int | row | ) | const |
| int columnMinimumWidth | ( | int | column | ) | const |
| int columnCount | ( | ) | const |
| int rowCount | ( | ) | const |
| QRect cellRect | ( | int | row, |
| int | column | ||
| ) | const |
| bool hasHeightForWidth | ( | ) | const [virtual] |
Reimplemented from QLayoutItem.
| int heightForWidth | ( | int | ) | const [virtual] |
Reimplemented from QLayoutItem.
| int minimumHeightForWidth | ( | int | ) | const [virtual] |
Reimplemented from QLayoutItem.
| Qt::Orientations expandingDirections | ( | ) | const [virtual] |
Reimplemented from QLayout.
| void invalidate | ( | ) | [virtual] |
Reimplemented from QLayout.
| void addWidget | ( | QWidget * | w | ) | [inline] |
Reimplemented from QLayout.
Definition at line 116 of file qgridlayout.h.
{ QLayout::addWidget(w); }
| void addWidget | ( | QWidget * | , |
| int | row, | ||
| int | column, | ||
| Qt::Alignment | = 0 |
||
| ) |
| void addWidget | ( | QWidget * | , |
| int | row, | ||
| int | column, | ||
| int | rowSpan, | ||
| int | columnSpan, | ||
| Qt::Alignment | = 0 |
||
| ) |
| void addLayout | ( | QLayout * | , |
| int | row, | ||
| int | column, | ||
| Qt::Alignment | = 0 |
||
| ) |
| void addLayout | ( | QLayout * | , |
| int | row, | ||
| int | column, | ||
| int | rowSpan, | ||
| int | columnSpan, | ||
| Qt::Alignment | = 0 |
||
| ) |
| void setOriginCorner | ( | Qt::Corner | ) |
| Qt::Corner originCorner | ( | ) | const |
| QLayoutItem* itemAt | ( | int | index | ) | const [virtual] |
Implements QLayout.
| QLayoutItem* itemAtPosition | ( | int | row, |
| int | column | ||
| ) | const |
| QLayoutItem* takeAt | ( | int | index | ) | [virtual] |
Implements QLayout.
| int count | ( | ) | const [virtual] |
Implements QLayout.
| void addItem | ( | QLayoutItem * | item, |
| int | row, | ||
| int | column, | ||
| int | rowSpan = 1, |
||
| int | columnSpan = 1, |
||
| Qt::Alignment | = 0 |
||
| ) |
| void setDefaultPositioning | ( | int | n, |
| Qt::Orientation | orient | ||
| ) |
| void getItemPosition | ( | int | idx, |
| int * | row, | ||
| int * | column, | ||
| int * | rowSpan, | ||
| int * | columnSpan | ||
| ) |
| void addItem | ( | QLayoutItem * | ) | [protected, virtual] |
Implements QLayout.