|
| 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) |
|
bool | blockSignals (bool block) |
|
const QObjectList & | children () const |
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
Q_INVOKABLE QRect | contentsRect () 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) const |
|
bool | disconnect (const QObject *receiver, const char *method) const |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
Q_INVOKABLE Qt::Orientations | expandingDirections () const |
|
T | findChild (const QString &name, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) 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 |
|
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 () |
|
Q_INVOKABLE bool | isEnabled () const |
|
bool | isWidgetType () const |
|
bool | isWindowType () 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) |
|
QString | objectName () const |
|
void | objectNameChanged (const QString &objectName) |
|
QObject * | parent () const |
|
Q_INVOKABLE QWidget * | parentWidget () const |
|
QVariant | property (const char *name) const |
|
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 | 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, Qt::TimerType timerType) |
|
Q_INVOKABLE int | stretch (int index) const |
|
Q_INVOKABLE QLayoutItem * | takeAt (int index) |
|
QThread * | thread () const |
|
Q_INVOKABLE void | update () |
|
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
|
bool | disconnect (const QMetaObject::Connection &connection) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction 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) |
|