|
| | 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 |
| |
|
| 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) |
| |