|
| | QMenuProto (QObject *parent) |
| |
| Q_INVOKABLE QAction * | actionAt (const QPoint &pt) const |
| |
| Q_INVOKABLE QRect | actionGeometry (QAction *act) const |
| |
| Q_INVOKABLE QList< QAction * > | actions () const |
| |
| Q_INVOKABLE QAction * | activeAction () const |
| |
| Q_INVOKABLE QAction * | addAction (const QString &text) |
| |
| Q_INVOKABLE QAction * | addAction (const QIcon &icon, const QString &text) |
| |
| Q_INVOKABLE QAction * | addAction (const QString &text, const QObject *receiver, const char *member, const QKeySequence &shortcut=0) |
| |
| Q_INVOKABLE QAction * | addAction (const QIcon &icon, const QString &text, const QObject *receiver, const char *member, const QKeySequence &shortcut=0) |
| |
| Q_INVOKABLE QAction * | addMenu (QMenu *menu) |
| |
| Q_INVOKABLE QMenu * | addMenu (const QString &title) |
| |
| Q_INVOKABLE QMenu * | addMenu (const QIcon &icon, const QString &title) |
| |
| Q_INVOKABLE QAction * | addSeparator () |
| |
| Q_INVOKABLE void | appendAction (QAction *action) |
| |
| QScriptValue | argument (int index) const |
| |
| int | argumentCount () const |
| |
| bool | blockSignals (bool block) |
| |
| QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
| |
| const QObjectList & | children () const |
| |
| const char * | className () const |
| |
| Q_INVOKABLE void | clear () |
| |
| bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| QScriptContext * | context () const |
| |
| Q_INVOKABLE QAction * | defaultAction () 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 QAction * | exec () |
| |
| Q_INVOKABLE QAction * | exec (const QPoint &p, QAction *action=0) |
| |
| T | findChild (const QString &name) const |
| |
| QList< T > | findChildren (const QString &name) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| |
| Q_INVOKABLE void | hideTearOffMenu () |
| |
| Q_INVOKABLE QIcon | icon () const |
| |
| bool | inherits (const char *className) const |
| |
| Q_INVOKABLE void | insertAction (QAction *before, QAction *action) |
| |
| Q_INVOKABLE void | insertActions (QAction *before, QList< QAction * >actions) |
| |
| void | insertChild (QObject *object) |
| |
| Q_INVOKABLE QAction * | insertMenu (QAction *before, QMenu *menu) |
| |
| Q_INVOKABLE QAction * | insertSeparator (QAction *before) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| bool | isA (const char *className) const |
| |
| Q_INVOKABLE bool | isEmpty () const |
| |
| Q_INVOKABLE bool | isTearOffEnabled () const |
| |
| Q_INVOKABLE bool | isTearOffMenuVisible () const |
| |
| bool | isWidgetType () const |
| |
| void | killTimer (int id) |
| |
| Q_INVOKABLE QAction * | menuAction () 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 void | popup (const QPoint &p, QAction *atAction=0) |
| |
| QVariant | property (const char *name) const |
| |
| Q_INVOKABLE void | removeAction (QAction *action) |
| |
| void | removeChild (QObject *object) |
| |
| void | removeEventFilter (QObject *obj) |
| |
| Q_INVOKABLE bool | separatorsCollapsible () const |
| |
| Q_INVOKABLE void | setActiveAction (QAction *act) |
| |
| Q_INVOKABLE void | setDefaultAction (QAction *act) |
| |
| Q_INVOKABLE void | setIcon (const QIcon &icon) |
| |
| 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 | setSeparatorsCollapsible (bool collapse) |
| |
| Q_INVOKABLE void | setTearOffEnabled (bool) |
| |
| Q_INVOKABLE void | setTitle (const QString &title) |
| |
| bool | signalsBlocked () const |
| |
| int | startTimer (int interval) |
| |
| QScriptValue | thisObject () const |
| |
| QThread * | thread () const |
| |
| Q_INVOKABLE QString | title () const |
| |
| Q_INVOKABLE QString | toString () 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) |
| |