#include <qboxlayoutproto.h>
Properties | |
objectName | |
Public Member Functions | |
QBoxLayoutProto (QObject *parent) | |
Q_INVOKABLE bool | activate () |
Q_INVOKABLE void | addItem (QLayoutItem *item) |
Q_INVOKABLE void | addLayout (QLayout *layout, int stretch=0) |
Q_INVOKABLE void | addSpacerItem (QSpacerItem *spacerItem) |
Q_INVOKABLE void | addSpacing (int size) |
Q_INVOKABLE void | addStretch (int stretch=0) |
Q_INVOKABLE void | addStrut (int size) |
Q_INVOKABLE void | addWidget (QWidget *widget, int stretch=0, Qt::Alignment alignment=0) |
QScriptValue | argument (int index) const |
int | argumentCount () const |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () 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) |
Q_INVOKABLE QBoxLayout::Direction | direction () const |
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 int | indexOf (QWidget *widget) const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
Q_INVOKABLE void | insertLayout (int index, QLayout *layout, int stretch=0) |
Q_INVOKABLE void | insertSpacerItem (int index, QSpacerItem *spacerItem) |
Q_INVOKABLE void | insertSpacing (int index, int size) |
Q_INVOKABLE void | insertStretch (int index, int stretch=0) |
Q_INVOKABLE void | insertWidget (int index, QWidget *widget, int stretch=0, Qt::Alignment alignment=0) |
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 |
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 char *defaultName) const |
const char * | name () const |
QString | objectName () 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 void | setAlignment (Qt::Alignment alignment) |
Q_INVOKABLE bool | setAlignment (QLayout *l, Qt::Alignment alignment) |
Q_INVOKABLE bool | setAlignment (QWidget *w, Qt::Alignment alignment) |
Q_INVOKABLE void | setContentsMargins (int left, int top, int right, int bottom) |
Q_INVOKABLE void | setDirection (int direction) |
Q_INVOKABLE void | setEnabled (bool enable) |
Q_INVOKABLE void | setMenuBar (QWidget *widget) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
Q_INVOKABLE void | setStretch (int index, int stretch) |
Q_INVOKABLE bool | setStretchFactor (QLayout *layout, int stretch) |
Q_INVOKABLE bool | setStretchFactor (QWidget *widget, int stretch) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
Q_INVOKABLE int | stretch (int index) const |
Q_INVOKABLE QLayoutItem * | takeAt (int index) |
QScriptValue | thisObject () const |
QThread * | thread () const |
Q_INVOKABLE void | update () |
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) |
QBoxLayoutProto::QBoxLayoutProto | ( | QObject * | parent | ) |
bool QBoxLayoutProto::activate | ( | ) |
void QBoxLayoutProto::addItem | ( | QLayoutItem * | item | ) |
void QBoxLayoutProto::addLayout | ( | QLayout * | layout, |
int | stretch = 0 |
||
) |
void QBoxLayoutProto::addSpacerItem | ( | QSpacerItem * | spacerItem | ) |
void QBoxLayoutProto::addSpacing | ( | int | size | ) |
void QBoxLayoutProto::addStretch | ( | int | stretch = 0 | ) |
void QBoxLayoutProto::addStrut | ( | int | size | ) |
void QBoxLayoutProto::addWidget | ( | QWidget * | widget, |
int | stretch = 0 , |
||
Qt::Alignment | alignment = 0 |
||
) |
QRect QBoxLayoutProto::contentsRect | ( | ) | const |
int QBoxLayoutProto::count | ( | ) | const |
QBoxLayout::Direction QBoxLayoutProto::direction | ( | ) | const |
Qt::Orientations QBoxLayoutProto::expandingDirections | ( | ) | const |
void QBoxLayoutProto::getContentsMargins | ( | int * | left, |
int * | top, | ||
int * | right, | ||
int * | bottom | ||
) | const |
int QBoxLayoutProto::indexOf | ( | QWidget * | widget | ) | const |
void QBoxLayoutProto::insertLayout | ( | int | index, |
QLayout * | layout, | ||
int | stretch = 0 |
||
) |
void QBoxLayoutProto::insertSpacerItem | ( | int | index, |
QSpacerItem * | spacerItem | ||
) |
void QBoxLayoutProto::insertSpacing | ( | int | index, |
int | size | ||
) |
void QBoxLayoutProto::insertStretch | ( | int | index, |
int | stretch = 0 |
||
) |
void QBoxLayoutProto::insertWidget | ( | int | index, |
QWidget * | widget, | ||
int | stretch = 0 , |
||
Qt::Alignment | alignment = 0 |
||
) |
void QBoxLayoutProto::invalidate | ( | ) |
bool QBoxLayoutProto::isEnabled | ( | ) | const |
QLayoutItem * QBoxLayoutProto::itemAt | ( | int | index | ) | const |
QSize QBoxLayoutProto::maximumSize | ( | ) | const |
QWidget * QBoxLayoutProto::menuBar | ( | ) | const |
QSize QBoxLayoutProto::minimumSize | ( | ) | const |
QWidget * QBoxLayoutProto::parentWidget | ( | ) | const |
void QBoxLayoutProto::removeItem | ( | QLayoutItem * | item | ) |
void QBoxLayoutProto::removeWidget | ( | QWidget * | widget | ) |
void QBoxLayoutProto::setAlignment | ( | Qt::Alignment | alignment | ) |
bool QBoxLayoutProto::setAlignment | ( | QLayout * | l, |
Qt::Alignment | alignment | ||
) |
bool QBoxLayoutProto::setAlignment | ( | QWidget * | w, |
Qt::Alignment | alignment | ||
) |
void QBoxLayoutProto::setContentsMargins | ( | int | left, |
int | top, | ||
int | right, | ||
int | bottom | ||
) |
void QBoxLayoutProto::setDirection | ( | int | direction | ) |
void QBoxLayoutProto::setEnabled | ( | bool | enable | ) |
void QBoxLayoutProto::setMenuBar | ( | QWidget * | widget | ) |
void QBoxLayoutProto::setStretch | ( | int | index, |
int | stretch | ||
) |
bool QBoxLayoutProto::setStretchFactor | ( | QLayout * | layout, |
int | stretch | ||
) |
bool QBoxLayoutProto::setStretchFactor | ( | QWidget * | widget, |
int | stretch | ||
) |
int QBoxLayoutProto::stretch | ( | int | index | ) | const |
QLayoutItem * QBoxLayoutProto::takeAt | ( | int | index | ) |
void QBoxLayoutProto::update | ( | ) |
Generated on Fri Jul 10 2015 | xTuple ERP Programmer Reference, Version 4.9.0 |
![]() |