Definition at line 58 of file qgraphicsgridlayout.h.
#include <qgraphicsgridlayout.h>

Public Member Functions |
|
| QGraphicsGridLayout (QGraphicsLayoutItem *parent=0) | |
| virtual | ~QGraphicsGridLayout () |
| void | addItem (QGraphicsLayoutItem *item, int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment=0) |
| void | addItem (QGraphicsLayoutItem *item, int row, int column, Qt::Alignment alignment=0) |
| void | setHorizontalSpacing (qreal spacing) |
| qreal | horizontalSpacing () const |
| void | setVerticalSpacing (qreal spacing) |
| qreal | verticalSpacing () const |
| void | setSpacing (qreal spacing) |
| void | setRowSpacing (int row, qreal spacing) |
| qreal | rowSpacing (int row) const |
| void | setColumnSpacing (int column, qreal spacing) |
| qreal | columnSpacing (int column) const |
| void | setRowStretchFactor (int row, int stretch) |
| int | rowStretchFactor (int row) const |
| void | setColumnStretchFactor (int column, int stretch) |
| int | columnStretchFactor (int column) const |
| void | setRowMinimumHeight (int row, qreal height) |
| qreal | rowMinimumHeight (int row) const |
| void | setRowPreferredHeight (int row, qreal height) |
| qreal | rowPreferredHeight (int row) const |
| void | setRowMaximumHeight (int row, qreal height) |
| qreal | rowMaximumHeight (int row) const |
| void | setRowFixedHeight (int row, qreal height) |
| void | setColumnMinimumWidth (int column, qreal width) |
| qreal | columnMinimumWidth (int column) const |
| void | setColumnPreferredWidth (int column, qreal width) |
| qreal | columnPreferredWidth (int column) const |
| void | setColumnMaximumWidth (int column, qreal width) |
| qreal | columnMaximumWidth (int column) const |
| void | setColumnFixedWidth (int column, qreal width) |
| void | setRowAlignment (int row, Qt::Alignment alignment) |
| Qt::Alignment | rowAlignment (int row) const |
| void | setColumnAlignment (int column, Qt::Alignment alignment) |
| Qt::Alignment | columnAlignment (int column) const |
| void | setAlignment (QGraphicsLayoutItem *item, Qt::Alignment alignment) |
| Qt::Alignment | alignment (QGraphicsLayoutItem *item) const |
| int | rowCount () const |
| int | columnCount () const |
| QGraphicsLayoutItem * | itemAt (int row, int column) const |
| int | count () const |
| QGraphicsLayoutItem * | itemAt (int index) const |
| void | removeAt (int index) |
| void | invalidate () |
| void | setGeometry (const QRectF &rect) |
| QSizeF | sizeHint (Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const |
| QGraphicsGridLayout | ( | QGraphicsLayoutItem * | parent = 0 |
) |
| virtual ~QGraphicsGridLayout | ( | ) | [virtual] |
| void addItem | ( | QGraphicsLayoutItem * | item, |
| int | row, | ||
| int | column, | ||
| int | rowSpan, | ||
| int | columnSpan, | ||
| Qt::Alignment | alignment =
0 |
||
| ) |
| void addItem | ( | QGraphicsLayoutItem * | item, |
| int | row, | ||
| int | column, | ||
| Qt::Alignment | alignment =
0 |
||
| ) | [inline] |
Definition at line 133 of file qgraphicsgridlayout.h.
{ addItem(aitem, arow, acolumn, 1, 1, aalignment); }
| void setHorizontalSpacing | ( | qreal | spacing | ) |
| qreal horizontalSpacing | ( | ) | const |
| void setVerticalSpacing | ( | qreal | spacing | ) |
| qreal verticalSpacing | ( | ) | const |
| void setSpacing | ( | qreal | spacing | ) |
| void setRowSpacing | ( | int | row, |
| qreal | spacing | ||
| ) |
| qreal rowSpacing | ( | int | row | ) | const |
| void setColumnSpacing | ( | int | column, |
| qreal | spacing | ||
| ) |
| qreal columnSpacing | ( | int | column | ) | const |
| void setRowStretchFactor | ( | int | row, |
| int | stretch | ||
| ) |
| int rowStretchFactor | ( | int | row | ) | const |
| void setColumnStretchFactor | ( | int | column, |
| int | stretch | ||
| ) |
| int columnStretchFactor | ( | int | column | ) | const |
| void setRowMinimumHeight | ( | int | row, |
| qreal | height | ||
| ) |
| qreal rowMinimumHeight | ( | int | row | ) | const |
| void setRowPreferredHeight | ( | int | row, |
| qreal | height | ||
| ) |
| qreal rowPreferredHeight | ( | int | row | ) | const |
| void setRowMaximumHeight | ( | int | row, |
| qreal | height | ||
| ) |
| qreal rowMaximumHeight | ( | int | row | ) | const |
| void setRowFixedHeight | ( | int | row, |
| qreal | height | ||
| ) |
| void setColumnMinimumWidth | ( | int | column, |
| qreal | width | ||
| ) |
| qreal columnMinimumWidth | ( | int | column | ) | const |
| void setColumnPreferredWidth | ( | int | column, |
| qreal | width | ||
| ) |
| qreal columnPreferredWidth | ( | int | column | ) | const |
| void setColumnMaximumWidth | ( | int | column, |
| qreal | width | ||
| ) |
| qreal columnMaximumWidth | ( | int | column | ) | const |
| void setColumnFixedWidth | ( | int | column, |
| qreal | width | ||
| ) |
| void setRowAlignment | ( | int | row, |
| Qt::Alignment | alignment | ||
| ) |
| Qt::Alignment rowAlignment | ( | int | row | ) | const |
| void setColumnAlignment | ( | int | column, |
| Qt::Alignment | alignment | ||
| ) |
| Qt::Alignment columnAlignment | ( | int | column | ) | const |
| void setAlignment | ( | QGraphicsLayoutItem * | item, |
| Qt::Alignment | alignment | ||
| ) |
| Qt::Alignment alignment | ( | QGraphicsLayoutItem * | item | ) | const |
| int rowCount | ( | ) | const |
| int columnCount | ( | ) | const |
| QGraphicsLayoutItem* itemAt | ( | int | row, |
| int | column | ||
| ) | const |
| int count | ( | ) | const [virtual] |
Implements QGraphicsLayout.
| QGraphicsLayoutItem* itemAt | ( | int | index | ) | const [virtual] |
Implements QGraphicsLayout.
| void removeAt | ( | int | index | ) | [virtual] |
Implements QGraphicsLayout.
| void invalidate | ( | ) | [virtual] |
Reimplemented from QGraphicsLayout.
| void setGeometry | ( | const QRectF & | rect | ) | [virtual] |
Reimplemented from QGraphicsLayoutItem.
| QSizeF sizeHint | ( | Qt::SizeHint | which, |
| const QSizeF & | constraint = QSizeF() |
||
| ) | const [virtual] |
Implements QGraphicsLayoutItem.