#include <qgridlayoutproto.h>
Properties | |
objectName | |
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, Qt::Alignment=0) |
Q_INVOKABLE void | addLayout (QLayout *layout, int row, int column, int rowSpan, int columnSpan, Qt::Alignment=0) |
Q_INVOKABLE void | addWidget (QWidget *widget, int row, int column, Qt::Alignment=0) |
Q_INVOKABLE void | addWidget (QWidget *widget, int fromRow, int fromColumn, int rowSpan, int columnSpan, Qt::Alignment=0) |
QScriptValue | argument (int index) const |
int | argumentCount () const |
bool | blockSignals (bool block) |
Q_INVOKABLE QRect | cellRect (int row, int column) const |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
Q_INVOKABLE int | columnCount () const |
Q_INVOKABLE int | columnMinimumWidth (int column) const |
Q_INVOKABLE int | columnStretch (int column) const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
Q_INVOKABLE QRect | contentsRect () const |
QScriptContext * | context () const |
Q_INVOKABLE int | count () const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *receiver, const char *method) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
QScriptEngine * | engine () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
Q_INVOKABLE Qt::Orientations | expandingDirections () const |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) 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 |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE void | invalidate () |
bool | isA (const char *className) const |
Q_INVOKABLE bool | isEnabled () const |
bool | isWidgetType () const |
Q_INVOKABLE QLayoutItem * | itemAt (int index) const |
Q_INVOKABLE QLayoutItem * | itemAtPosition (int row, int column) const |
void | killTimer (int id) |
Q_INVOKABLE QSize | maximumSize () const |
Q_INVOKABLE QWidget * | menuBar () const |
virtual const QMetaObject * | metaObject () const |
Q_INVOKABLE QSize | minimumSize () const |
void | moveToThread (QThread *targetThread) |
const char * | name () const |
const char * | name (const char *defaultName) const |
QString | objectName () const |
Q_INVOKABLE Qt::Corner | originCorner () const |
QObject * | parent () const |
Q_INVOKABLE QWidget * | parentWidget () const |
QVariant | property (const char *name) const |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
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 (QWidget *w, Qt::Alignment alignment) |
Q_INVOKABLE void | setAlignment (Qt::Alignment alignment) |
Q_INVOKABLE bool | setAlignment (QLayout *l, 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) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
Q_INVOKABLE void | setOriginCorner (Qt::Corner corner) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
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) |
bool | signalsBlocked () const |
Q_INVOKABLE int | spacing () const |
int | startTimer (int interval) |
Q_INVOKABLE QLayoutItem * | takeAt (int index) |
QScriptValue | thisObject () const |
QThread * | thread () const |
Q_INVOKABLE void | update () |
Q_INVOKABLE int | verticalSpacing () const |
Static Public Member Functions | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Member Functions | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
Static Protected Member Functions | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
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, | ||
Qt::Alignment | a = 0 |
||
) |
void QGridLayoutProto::addLayout | ( | QLayout * | layout, |
int | row, | ||
int | column, | ||
int | rowSpan, | ||
int | columnSpan, | ||
Qt::Alignment | a = 0 |
||
) |
void QGridLayoutProto::addWidget | ( | QWidget * | widget, |
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 |
||
) |
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 | ( | QWidget * | w, |
Qt::Alignment | alignment | ||
) |
void QGridLayoutProto::setAlignment | ( | Qt::Alignment | alignment | ) |
bool QGridLayoutProto::setAlignment | ( | QLayout * | l, |
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 Fri Jul 10 2015 | xTuple ERP Programmer Reference, Version 4.9.0 |
![]() |