#include <qspaceritemproto.h>
Public Member Functions | |
| QSpacerItemProto (QObject *parent) | |
| Q_INVOKABLE Qt::Alignment | alignment () const |
| Q_INVOKABLE void | changeSize (int w, int h, QSizePolicy::Policy hPolicy=QSizePolicy::Minimum, QSizePolicy::Policy vPolicy=QSizePolicy::Minimum) |
| QSizePolicy::ControlTypes | controlTypes () const |
| Q_INVOKABLE Qt::Orientations | expandingDirections () const |
| Q_INVOKABLE QRect | geometry () const |
| Q_INVOKABLE bool | hasHeightForWidth () const |
| Q_INVOKABLE int | heightForWidth (int w) const |
| Q_INVOKABLE void | invalidate () |
| Q_INVOKABLE bool | isEmpty () const |
| Q_INVOKABLE QLayout * | layout () |
| Q_INVOKABLE QSize | maximumSize () const |
| Q_INVOKABLE int | minimumHeightForWidth (int w) const |
| Q_INVOKABLE QSize | minimumSize () const |
| Q_INVOKABLE void | setAlignment (Qt::Alignment alignment) |
| Q_INVOKABLE void | setGeometry (const QRect &r) |
| Q_INVOKABLE QSize | sizeHint () const |
| Q_INVOKABLE QSpacerItem * | spacerItem () |
| Q_INVOKABLE QWidget * | widget () |
| QSpacerItemProto::QSpacerItemProto | ( | QObject * | parent | ) |
| Qt::Alignment QSpacerItemProto::alignment | ( | ) | const |
| void QSpacerItemProto::changeSize | ( | int | w, | |
| int | h, | |||
| QSizePolicy::Policy | hPolicy = QSizePolicy::Minimum, |
|||
| QSizePolicy::Policy | vPolicy = QSizePolicy::Minimum | |||
| ) |
| QSizePolicy::ControlTypes QSpacerItemProto::controlTypes | ( | ) | const |
| Qt::Orientations QSpacerItemProto::expandingDirections | ( | ) | const |
| QRect QSpacerItemProto::geometry | ( | ) | const |
| bool QSpacerItemProto::hasHeightForWidth | ( | ) | const |
| int QSpacerItemProto::heightForWidth | ( | int | w | ) | const |
| void QSpacerItemProto::invalidate | ( | ) |
| bool QSpacerItemProto::isEmpty | ( | ) | const |
| QLayout * QSpacerItemProto::layout | ( | ) |
| QSize QSpacerItemProto::maximumSize | ( | ) | const |
| int QSpacerItemProto::minimumHeightForWidth | ( | int | w | ) | const |
| QSize QSpacerItemProto::minimumSize | ( | ) | const |
| void QSpacerItemProto::setAlignment | ( | Qt::Alignment | alignment | ) |
| void QSpacerItemProto::setGeometry | ( | const QRect & | r | ) |
| QSize QSpacerItemProto::sizeHint | ( | ) | const |
| QSpacerItem * QSpacerItemProto::spacerItem | ( | ) |
| QWidget * QSpacerItemProto::widget | ( | ) |
| Generated on Mon Nov 30 09:58:00 2009 | xTuple ERP Programmer Reference, Version 3.4.0RC |
1.6.1
|