|
| | QActionProto (QObject *parent) |
| |
| Q_INVOKABLE QActionGroup * | actionGroup () const |
| |
| Q_INVOKABLE void | activate (int event) |
| |
| QScriptValue | argument (int index) const |
| |
| int | argumentCount () const |
| |
Q_INVOKABLE QList
< QGraphicsWidget * > | associatedGraphicsWidgets () const |
| |
| Q_INVOKABLE QList< QWidget * > | associatedWidgets () const |
| |
| Q_INVOKABLE bool | autoRepeat () 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 |
| |
| QScriptContext * | context () const |
| |
| Q_INVOKABLE QVariant | data () 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 |
| |
| QScriptEngine * | engine () const |
| |
| virtual bool | event (QEvent *e) |
| |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| |
| T | findChild (const QString &name) const |
| |
| QList< T > | findChildren (const QString &name) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| |
| Q_INVOKABLE QFont | font () const |
| |
| Q_INVOKABLE QIcon | icon () const |
| |
| Q_INVOKABLE QString | iconText () const |
| |
| bool | inherits (const char *className) const |
| |
| void | insertChild (QObject *object) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| bool | isA (const char *className) const |
| |
| Q_INVOKABLE bool | isCheckable () const |
| |
| Q_INVOKABLE bool | isChecked () const |
| |
| Q_INVOKABLE bool | isEnabled () const |
| |
| Q_INVOKABLE bool | isIconVisibleInMenu () const |
| |
| Q_INVOKABLE bool | isSeparator () const |
| |
| Q_INVOKABLE bool | isVisible () const |
| |
| bool | isWidgetType () const |
| |
| void | killTimer (int id) |
| |
| Q_INVOKABLE QMenu * | menu () const |
| |
| Q_INVOKABLE QAction::MenuRole | menuRole () const |
| |
| virtual const QMetaObject * | metaObject () 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 | setActionGroup (QActionGroup *group) |
| |
| Q_INVOKABLE void | setAutoRepeat (bool) |
| |
| Q_INVOKABLE void | setCheckable (bool) |
| |
| Q_INVOKABLE void | setChecked (bool) |
| |
| Q_INVOKABLE void | setData (const QVariant &userData) |
| |
| Q_INVOKABLE void | setEnabled (bool) |
| |
| Q_INVOKABLE void | setFont (const QFont &font) |
| |
| Q_INVOKABLE void | setIcon (const QIcon &icon) |
| |
| Q_INVOKABLE void | setIconText (const QString &text) |
| |
| Q_INVOKABLE void | setIconVisibleInMenu (bool visible) |
| |
| Q_INVOKABLE void | setMenu (QMenu *menu) |
| |
| Q_INVOKABLE void | setMenuRole (QAction::MenuRole menuRole) |
| |
| 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 | setSeparator (bool b) |
| |
| Q_INVOKABLE void | setShortcut (const QKeySequence &shortcut) |
| |
| Q_INVOKABLE void | setShortcutContext (Qt::ShortcutContext context) |
| |
| Q_INVOKABLE void | setShortcuts (const QList< QKeySequence > &shortcuts) |
| |
| Q_INVOKABLE void | setShortcuts (int key) |
| |
| Q_INVOKABLE void | setStatusTip (const QString &statusTip) |
| |
| Q_INVOKABLE void | setText (const QString &text) |
| |
| Q_INVOKABLE void | setToolTip (const QString &tip) |
| |
| Q_INVOKABLE void | setVisible (bool) |
| |
| Q_INVOKABLE void | setWhatsThis (const QString &what) |
| |
| Q_INVOKABLE QKeySequence | shortcut () const |
| |
| Q_INVOKABLE Qt::ShortcutContext | shortcutContext () const |
| |
| Q_INVOKABLE QList< QKeySequence > | shortcuts () const |
| |
| Q_INVOKABLE bool | showStatusText (QWidget *widget=0) |
| |
| bool | signalsBlocked () const |
| |
| int | startTimer (int interval) |
| |
| Q_INVOKABLE QString | statusTip () const |
| |
| Q_INVOKABLE QString | text () const |
| |
| QScriptValue | thisObject () const |
| |
| QThread * | thread () const |
| |
| Q_INVOKABLE QString | toolTip () const |
| |
| Q_INVOKABLE QString | toString () const |
| |
| Q_INVOKABLE QString | whatsThis () 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) |
| |