|
| | 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) |
| |
| bool | blockSignals (bool block) |
| |
| const QObjectList & | children () const |
| |
| Q_INVOKABLE void | clear () |
| |
| QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| Q_INVOKABLE QAction * | defaultAction () const |
| |
| void | deleteLater () |
| |
| void | destroyed (QObject *obj) |
| |
| bool | disconnect (const QObject *receiver, const char *method) const |
| |
| bool | disconnect (const char *signal, 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 QAction * | exec () |
| |
| Q_INVOKABLE QAction * | exec (const QPoint &p, QAction *action=0) |
| |
| 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 | 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) |
| |
| Q_INVOKABLE QAction * | insertMenu (QAction *before, QMenu *menu) |
| |
| Q_INVOKABLE QAction * | insertSeparator (QAction *before) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| Q_INVOKABLE bool | isEmpty () const |
| |
| Q_INVOKABLE bool | isTearOffEnabled () const |
| |
| Q_INVOKABLE bool | isTearOffMenuVisible () const |
| |
| bool | isWidgetType () const |
| |
| bool | isWindowType () const |
| |
| void | killTimer (int id) |
| |
| Q_INVOKABLE QAction * | menuAction () const |
| |
| virtual const QMetaObject * | metaObject () const |
| |
| void | moveToThread (QThread *targetThread) |
| |
| QString | objectName () const |
| |
| void | objectNameChanged (const QString &objectName) |
| |
| 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 | 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 | 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, Qt::TimerType timerType) |
| |
| QThread * | thread () const |
| |
| Q_INVOKABLE QString | title () const |
| |
| Q_INVOKABLE QString | toString () 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) |
| |