|
| 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) |
|
bool | blockSignals (bool block) |
|
Q_INVOKABLE QRect | cellRect (int row, int column) const |
|
const QObjectList & | children () const |
|
Q_INVOKABLE int | columnCount () const |
|
Q_INVOKABLE int | columnMinimumWidth (int column) const |
|
Q_INVOKABLE int | columnStretch (int column) 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) |
|
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 QString &name, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) 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 | 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 |
|
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) |
|
QString | objectName () const |
|
void | objectNameChanged (const QString &objectName) |
|
Q_INVOKABLE Qt::Corner | originCorner () const |
|
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 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 | 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, Qt::TimerType timerType) |
|
Q_INVOKABLE QLayoutItem * | takeAt (int index) |
|
QThread * | thread () const |
|
Q_INVOKABLE void | update () |
|
Q_INVOKABLE int | verticalSpacing () const |
|
|
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) |
|