#include <qgridlayoutproto.h>
Public Member Functions | |
QGridLayoutProto (QObject *parent) | |
Q_INVOKABLE bool | activate () |
Q_INVOKABLE void | addItem (QLayoutItem *item, int row, int column, int rowspan=1, int columnSpan=1, Qt::Alignment alignment=0) |
Q_INVOKABLE void | addLayout (QLayout *layout, int row, int column, int columnSpan, Qt::Alignment=0) |
Q_INVOKABLE void | addLayout (QLayout *layout, int row, int column, Qt::Alignment=0) |
Q_INVOKABLE void | addWidget (QWidget *widget, int fromRow, int fromColumn, int rowSpan, int columnSpan, Qt::Alignment=0) |
Q_INVOKABLE void | addWidget (QWidget *widget, int row, int column, Qt::Alignment=0) |
Q_INVOKABLE QRect | cellRect (int row, int column) const |
Q_INVOKABLE int | columnCount () const |
Q_INVOKABLE int | columnMinimumWidth (int column) const |
Q_INVOKABLE int | columnStretch (int column) const |
Q_INVOKABLE QRect | contentsRect () const |
Q_INVOKABLE int | count () const |
Q_INVOKABLE Qt::Orientations | expandingDirections () const |
Q_INVOKABLE void | getContentsMargins (int *left, int *top, int *right, int *bottom) const |
Q_INVOKABLE void | getItemPosition (int index, int *row, int *coliumn, int *rowSpan, int *columnSpan) |
Q_INVOKABLE int | horizontalSpacing () const |
Q_INVOKABLE int | indexOf (QWidget *widget) const |
Q_INVOKABLE void | invalidate () |
Q_INVOKABLE bool | isEnabled () const |
Q_INVOKABLE QLayoutItem * | itemAt (int index) const |
Q_INVOKABLE QLayoutItem * | itemAtPosition (int row, int column) const |
Q_INVOKABLE QSize | maximumSize () const |
Q_INVOKABLE QWidget * | menuBar () const |
Q_INVOKABLE QSize | minimumSize () const |
Q_INVOKABLE Qt::Corner | originCorner () const |
Q_INVOKABLE QWidget * | parentWidget () const |
Q_INVOKABLE void | removeItem (QLayoutItem *item) |
Q_INVOKABLE void | removeWidget (QWidget *widget) |
Q_INVOKABLE int | rowCount () const |
Q_INVOKABLE int | rowMinimumHeight (int row) const |
Q_INVOKABLE int | rowStretch (int row) const |
Q_INVOKABLE bool | setAlignment (QLayout *l, Qt::Alignment alignment) |
Q_INVOKABLE void | setAlignment (Qt::Alignment alignment) |
Q_INVOKABLE bool | setAlignment (QWidget *w, Qt::Alignment alignment) |
Q_INVOKABLE void | setColumnMinimumWidth (int column, int minSize) |
Q_INVOKABLE void | setColumnStretch (int column, int stretch) |
Q_INVOKABLE void | setContentsMargins (int left, int top, int right, int bottom) |
Q_INVOKABLE void | setEnabled (bool enable) |
Q_INVOKABLE void | setHorizontalSpacing (int spacing) |
Q_INVOKABLE void | setMenuBar (QWidget *widget) |
Q_INVOKABLE void | setOriginCorner (Qt::Corner corner) |
Q_INVOKABLE void | setRowMinimumHeight (int row, int minSize) |
Q_INVOKABLE void | setRowStretch (int row, int stretch) |
Q_INVOKABLE void | setSpacing (int spacing) |
Q_INVOKABLE void | setVerticalSpacing (int spacing) |
Q_INVOKABLE int | spacing () const |
Q_INVOKABLE QLayoutItem * | takeAt (int index) |
Q_INVOKABLE void | update () |
Q_INVOKABLE int | verticalSpacing () const |
QGridLayoutProto::QGridLayoutProto | ( | QObject * | parent | ) |
bool QGridLayoutProto::activate | ( | ) |
void QGridLayoutProto::addItem | ( | QLayoutItem * | item, | |
int | row, | |||
int | column, | |||
int | rowspan = 1 , |
|||
int | columnSpan = 1 , |
|||
Qt::Alignment | alignment = 0 | |||
) |
void QGridLayoutProto::addLayout | ( | QLayout * | layout, | |
int | row, | |||
int | column, | |||
int | columnSpan, | |||
Qt::Alignment | a = 0 | |||
) |
void QGridLayoutProto::addLayout | ( | QLayout * | layout, | |
int | row, | |||
int | column, | |||
Qt::Alignment | a = 0 | |||
) |
void QGridLayoutProto::addWidget | ( | QWidget * | widget, | |
int | fromRow, | |||
int | fromColumn, | |||
int | rowSpan, | |||
int | columnSpan, | |||
Qt::Alignment | a = 0 | |||
) |
void QGridLayoutProto::addWidget | ( | QWidget * | widget, | |
int | row, | |||
int | column, | |||
Qt::Alignment | a = 0 | |||
) |
QRect QGridLayoutProto::cellRect | ( | int | row, | |
int | column | |||
) | const |
int QGridLayoutProto::columnCount | ( | ) | const |
int QGridLayoutProto::columnMinimumWidth | ( | int | column | ) | const |
int QGridLayoutProto::columnStretch | ( | int | column | ) | const |
QRect QGridLayoutProto::contentsRect | ( | ) | const |
int QGridLayoutProto::count | ( | ) | const |
Qt::Orientations QGridLayoutProto::expandingDirections | ( | ) | const |
void QGridLayoutProto::getContentsMargins | ( | int * | left, | |
int * | top, | |||
int * | right, | |||
int * | bottom | |||
) | const |
void QGridLayoutProto::getItemPosition | ( | int | index, | |
int * | row, | |||
int * | coliumn, | |||
int * | rowSpan, | |||
int * | columnSpan | |||
) |
int QGridLayoutProto::horizontalSpacing | ( | ) | const |
int QGridLayoutProto::indexOf | ( | QWidget * | widget | ) | const |
void QGridLayoutProto::invalidate | ( | ) |
bool QGridLayoutProto::isEnabled | ( | ) | const |
QLayoutItem * QGridLayoutProto::itemAt | ( | int | index | ) | const |
QLayoutItem * QGridLayoutProto::itemAtPosition | ( | int | row, | |
int | column | |||
) | const |
QSize QGridLayoutProto::maximumSize | ( | ) | const |
QWidget * QGridLayoutProto::menuBar | ( | ) | const |
QSize QGridLayoutProto::minimumSize | ( | ) | const |
Qt::Corner QGridLayoutProto::originCorner | ( | ) | const |
QWidget * QGridLayoutProto::parentWidget | ( | ) | const |
void QGridLayoutProto::removeItem | ( | QLayoutItem * | item | ) |
void QGridLayoutProto::removeWidget | ( | QWidget * | widget | ) |
int QGridLayoutProto::rowCount | ( | ) | const |
int QGridLayoutProto::rowMinimumHeight | ( | int | row | ) | const |
int QGridLayoutProto::rowStretch | ( | int | row | ) | const |
bool QGridLayoutProto::setAlignment | ( | QLayout * | l, | |
Qt::Alignment | alignment | |||
) |
void QGridLayoutProto::setAlignment | ( | Qt::Alignment | alignment | ) |
bool QGridLayoutProto::setAlignment | ( | QWidget * | w, | |
Qt::Alignment | alignment | |||
) |
void QGridLayoutProto::setColumnMinimumWidth | ( | int | column, | |
int | minSize | |||
) |
void QGridLayoutProto::setColumnStretch | ( | int | column, | |
int | stretch | |||
) |
void QGridLayoutProto::setContentsMargins | ( | int | left, | |
int | top, | |||
int | right, | |||
int | bottom | |||
) |
void QGridLayoutProto::setEnabled | ( | bool | enable | ) |
void QGridLayoutProto::setHorizontalSpacing | ( | int | spacing | ) |
void QGridLayoutProto::setMenuBar | ( | QWidget * | widget | ) |
void QGridLayoutProto::setOriginCorner | ( | Qt::Corner | corner | ) |
void QGridLayoutProto::setRowMinimumHeight | ( | int | row, | |
int | minSize | |||
) |
void QGridLayoutProto::setRowStretch | ( | int | row, | |
int | stretch | |||
) |
void QGridLayoutProto::setSpacing | ( | int | spacing | ) |
void QGridLayoutProto::setVerticalSpacing | ( | int | spacing | ) |
int QGridLayoutProto::spacing | ( | ) | const |
QLayoutItem * QGridLayoutProto::takeAt | ( | int | index | ) |
void QGridLayoutProto::update | ( | ) |
int QGridLayoutProto::verticalSpacing | ( | ) | const |
Generated on Tue Apr 20 12:03:21 2010 | xTuple ERP Programmer Reference, Version 3.5.0 | 1.6.1 |