|
| | QWidgetProto (QObject *parent) |
| |
| Q_INVOKABLE QList< QAction * > | actions () const |
| |
| Q_INVOKABLE void | activateWindow () |
| |
| Q_INVOKABLE void | addAction (QAction *action) |
| |
| Q_INVOKABLE void | addActions (QList< QAction * > actions) |
| |
| Q_INVOKABLE void | adjustSize () |
| |
| QScriptValue | argument (int index) const |
| |
| int | argumentCount () const |
| |
| Q_INVOKABLE int | backgroundRole () const |
| |
| bool | blockSignals (bool block) |
| |
| QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
| |
| Q_INVOKABLE QWidget * | childAt (int x, int y) const |
| |
| Q_INVOKABLE QWidget * | childAt (const QPoint &p) const |
| |
| const QObjectList & | children () const |
| |
| const char * | className () const |
| |
| Q_INVOKABLE void | clearFocus () |
| |
| Q_INVOKABLE void | clearMask () |
| |
| bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| Q_INVOKABLE QRect | contentsRect () const |
| |
| QScriptContext * | context () const |
| |
| void | deleteLater () |
| |
| void | destroyed (QObject *obj) |
| |
| bool | disconnect (const QObject *receiver, const char *method) |
| |
| bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
| |
| void | dumpObjectInfo () |
| |
| void | dumpObjectTree () |
| |
| QList< QByteArray > | dynamicPropertyNames () const |
| |
| Q_INVOKABLE WId | effectiveWinId () const |
| |
| QScriptEngine * | engine () const |
| |
| Q_INVOKABLE void | ensurePolished () const |
| |
| virtual bool | event (QEvent *e) |
| |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| |
| T | findChild (const QString &name) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| |
| QList< T > | findChildren (const QString &name) const |
| |
| Q_INVOKABLE QWidget * | focusProxy () const |
| |
| Q_INVOKABLE QWidget * | focusWidget () const |
| |
| Q_INVOKABLE QFontInfo | fontInfo () const |
| |
| Q_INVOKABLE QFontMetrics | fontMetrics () const |
| |
| Q_INVOKABLE int | foregroundRole () const |
| |
| Q_INVOKABLE void | getContentsMargins (int *left, int *top, int *right, int *bottom) const |
| |
| Q_INVOKABLE void | grabKeyboard () |
| |
| Q_INVOKABLE void | grabMouse () |
| |
| Q_INVOKABLE void | grabMouse (const QCursor &cursor) |
| |
| Q_INVOKABLE int | grabShortcut (const QKeySequence &key, int context=Qt::WindowShortcut) |
| |
| Q_INVOKABLE QGraphicsProxyWidget * | graphicsProxyWidget () const |
| |
| Q_INVOKABLE bool | hasFocus () const |
| |
| Q_INVOKABLE int | heightForWidth (int w) const |
| |
| bool | inherits (const char *className) const |
| |
| Q_INVOKABLE QInputContext * | inputContext () |
| |
| Q_INVOKABLE QVariant | inputMethodQuery (int query) const |
| |
| Q_INVOKABLE void | insertAction (QAction *before, QAction *action) |
| |
| Q_INVOKABLE void | insertActions (QAction *before, QList< QAction * > actions) |
| |
| void | insertChild (QObject *object) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| bool | isA (const char *className) const |
| |
| Q_INVOKABLE bool | isAncestorOf (const QWidget *child) const |
| |
| Q_INVOKABLE bool | isEnabledTo (QWidget *ancestor) const |
| |
| Q_INVOKABLE bool | isHidden () const |
| |
| Q_INVOKABLE bool | isVisibleTo (QWidget *ancestor) const |
| |
| bool | isWidgetType () const |
| |
| Q_INVOKABLE bool | isWindow () const |
| |
| void | killTimer (int id) |
| |
| Q_INVOKABLE QLayout * | layout () const |
| |
| Q_INVOKABLE QPoint | mapFrom (QWidget *parent, const QPoint &pos) const |
| |
| Q_INVOKABLE QPoint | mapFromGlobal (const QPoint &pos) const |
| |
| Q_INVOKABLE QPoint | mapFromParent (const QPoint &pos) const |
| |
| Q_INVOKABLE QPoint | mapTo (QWidget *parent, const QPoint &pos) const |
| |
| Q_INVOKABLE QPoint | mapToGlobal (const QPoint &pos) const |
| |
| Q_INVOKABLE QPoint | mapToParent (const QPoint &pos) const |
| |
| Q_INVOKABLE QRegion | mask () const |
| |
| virtual const QMetaObject * | metaObject () const |
| |
| Q_INVOKABLE QSize | minimumSizeHint () const |
| |
| void | moveToThread (QThread *targetThread) |
| |
| const char * | name () const |
| |
| const char * | name (const char *defaultName) const |
| |
| Q_INVOKABLE QWidget * | nativeParentWidget () const |
| |
| Q_INVOKABLE QWidget * | nextInFocusChain () const |
| |
| QString | objectName () const |
| |
| Q_INVOKABLE void | overrideWindowFlags (int flags) |
| |
| Q_INVOKABLE QPaintEngine * | paintEngine () const |
| |
| QObject * | parent () const |
| |
| Q_INVOKABLE QWidget * | parentWidget () const |
| |
| QVariant | property (const char *name) const |
| |
| Q_INVOKABLE void | releaseKeyboard () |
| |
| Q_INVOKABLE void | releaseMouse () |
| |
| Q_INVOKABLE void | releaseShortcut (int id) |
| |
| Q_INVOKABLE void | removeAction (QAction *action) |
| |
| void | removeChild (QObject *object) |
| |
| void | removeEventFilter (QObject *obj) |
| |
| Q_INVOKABLE void | repaint (int x, int y, int w, int h) |
| |
| Q_INVOKABLE void | repaint (const QRect &rect) |
| |
| Q_INVOKABLE void | repaint (const QRegion &rgn) |
| |
| Q_INVOKABLE bool | restoreGeometry (const QByteArray &geometry) |
| |
| Q_INVOKABLE QByteArray | saveGeometry () const |
| |
| Q_INVOKABLE void | scroll (int dx, int dy) |
| |
| Q_INVOKABLE void | scroll (int dx, int dy, const QRect &r) |
| |
| Q_INVOKABLE void | setAttribute (int attribute, bool on=true) |
| |
| Q_INVOKABLE void | setBackgroundRole (int role) |
| |
| Q_INVOKABLE void | setContentsMargins (int left, int top, int right, int bottom) |
| |
| Q_INVOKABLE void | setFixedHeight (int h) |
| |
| Q_INVOKABLE void | setFixedSize (const QSize &s) |
| |
| Q_INVOKABLE void | setFixedSize (int w, int h) |
| |
| Q_INVOKABLE void | setFixedWidth (int w) |
| |
| Q_INVOKABLE void | setFocus (int reason) |
| |
| Q_INVOKABLE void | setFocusProxy (QWidget *w) |
| |
| Q_INVOKABLE void | setForegroundRole (int role) |
| |
| Q_INVOKABLE void | setInputContext (QInputContext *context) |
| |
| Q_INVOKABLE void | setLayout (QLayout *layout) |
| |
| Q_INVOKABLE void | setMask (const QBitmap &bitmap) |
| |
| Q_INVOKABLE void | setMask (const QRegion ®ion) |
| |
| void | setName (const char *name) |
| |
| void | setObjectName (const QString &name) |
| |
| void | setParent (QObject *parent) |
| |
| Q_INVOKABLE void | setParent (QWidget *parent) |
| |
| Q_INVOKABLE void | setParent (QWidget *parent, int f) |
| |
| bool | setProperty (const char *name, const QVariant &value) |
| |
| Q_INVOKABLE void | setShortcutAutoRepeat (int id, bool enable=true) |
| |
| Q_INVOKABLE void | setShortcutEnabled (int id, bool enable=true) |
| |
| Q_INVOKABLE void | setStyle (QStyle *style) |
| |
| Q_INVOKABLE void | setWindowRole (const QString &role) |
| |
| Q_INVOKABLE void | setWindowState (int windowState) |
| |
| bool | signalsBlocked () const |
| |
| Q_INVOKABLE void | stackUnder (QWidget *w) |
| |
| int | startTimer (int interval) |
| |
| Q_INVOKABLE QStyle * | style () const |
| |
| Q_INVOKABLE bool | testAttribute (int attribute) const |
| |
| QScriptValue | thisObject () const |
| |
| QThread * | thread () const |
| |
| Q_INVOKABLE QString | toString () const |
| |
| Q_INVOKABLE bool | underMouse () const |
| |
| Q_INVOKABLE void | unsetCursor () |
| |
| Q_INVOKABLE void | update (int x, int y, int w, int h) |
| |
| Q_INVOKABLE void | update (const QRect &rect) |
| |
| Q_INVOKABLE void | update (const QRegion &rgn) |
| |
| Q_INVOKABLE void | updateGeometry () |
| |
| Q_INVOKABLE QRegion | visibleRegion () const |
| |
| Q_INVOKABLE QWidget * | window () const |
| |
| Q_INVOKABLE QString | windowRole () const |
| |
| Q_INVOKABLE int | windowState () const |
| |
| Q_INVOKABLE int | windowType () const |
| |
| Q_INVOKABLE WId | winId () const |
| |