|  | Qt 6.x
    The Qt SDK | 
This is the complete list of members for QIOSMenuItem, including all inherited members.
| AboutQtRole enum value | QPlatformMenuItem | |
| AboutRole enum value | QPlatformMenuItem | |
| activated() | QPlatformMenuItem | signal | 
| ApplicationSpecificRole enum value | QPlatformMenuItem | |
| bindableObjectName() | QObject | |
| bindingStorage() | QObject | inline | 
| bindingStorage() const | QObject | inline | 
| blockSignals(bool b) noexcept | QObject | |
| childEvent(QChildEvent *event) | QObject | protectedvirtual | 
| children() const | QObject | inline | 
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) | QObject | static | 
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static | 
| connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const | QObject | inline | 
| connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection) | QObject | inlinestatic | 
| connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot) | QObject | inlinestatic | 
| connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual | 
| CopyRole enum value | QPlatformMenuItem | |
| customEvent(QEvent *event) | QObject | protectedvirtual | 
| CutRole enum value | QPlatformMenuItem | |
| d_ptr | QObject | protected | 
| deleteLater() | QObject | slot | 
| destroyed(QObject *=nullptr) | QObject | signal | 
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member) | QObject | static | 
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) | QObject | static | 
| disconnect(const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const | QObject | inline | 
| disconnect(const QObject *receiver, const char *member=nullptr) const | QObject | inline | 
| disconnect(const QMetaObject::Connection &) | QObject | static | 
| disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot) | QObject | inlinestatic | 
| disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero) | QObject | inlinestatic | 
| disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual | 
| dumpObjectInfo() const | QObject | |
| dumpObjectTree() const | QObject | |
| dynamicPropertyNames() const | QObject | |
| event(QEvent *event) | QObject | virtual | 
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual | 
| findChild(const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline | 
| findChildren(const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline | 
| findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline | 
| hovered() | QPlatformMenuItem | signal | 
| inherits(const char *classname) const | QObject | inline | 
| installEventFilter(QObject *filterObj) | QObject | |
| isQuickItemType() const | QObject | inline | 
| isSignalConnected(const QMetaMethod &signal) const | QObject | protected | 
| isWidgetType() const | QObject | inline | 
| isWindowType() const | QObject | inline | 
| killTimer(int id) | QObject | |
| m_enabled | QIOSMenuItem | |
| m_menu | QIOSMenuItem | |
| m_role | QIOSMenuItem | |
| m_separator | QIOSMenuItem | |
| m_shortcut | QIOSMenuItem | |
| m_text | QIOSMenuItem | |
| m_visible | QIOSMenuItem | |
| MenuRole enum name | QPlatformMenuItem | |
| moveToThread(QThread *thread) | QObject | |
| NoRole enum value | QPlatformMenuItem | |
| objectName | QObject | |
| objectName() const | QObject | |
| objectNameChanged(const QString &objectName, QPrivateSignal) | QObject | signal | 
| parent() const | QObject | inline | 
| PasteRole enum value | QPlatformMenuItem | |
| PreferencesRole enum value | QPlatformMenuItem | |
| property(const char *name) const | QObject | |
| qFindChildqFindChildren(const QObject *obj, const QString &name)() | QObject | related | 
| qFindChildrenqFindChildren(const QObject *obj, const QString &name)() | QObject | related | 
| QIOSMenuItem() | QIOSMenuItem | |
| QObject(QObject *parent=nullptr) | QObject | explicit | 
| QObject(QObjectPrivate &dd, QObject *parent=nullptr) | QObject | protected | 
| qobject_cast(const QObject *object) | QObject | related | 
| QObjectList | QObject | related | 
| QPlatformMenuItem() | QPlatformMenuItem | |
| QuitRole enum value | QPlatformMenuItem | |
| receivers(const char *signal) const | QObject | protected | 
| removeEventFilter(QObject *obj) | QObject | |
| RoleCount enum value | QPlatformMenuItem | |
| SelectAllRole enum value | QPlatformMenuItem | |
| sender() const | QObject | protected | 
| senderSignalIndex() const | QObject | protected | 
| setCheckable(bool) override | QIOSMenuItem | inlinevirtual | 
| setChecked(bool) override | QIOSMenuItem | inlinevirtual | 
| setEnabled(bool enabled) override | QIOSMenuItem | virtual | 
| setFont(const QFont &) override | QIOSMenuItem | inlinevirtual | 
| setHasExclusiveGroup(bool hasExclusiveGroup) | QPlatformMenuItem | inlinevirtual | 
| setIcon(const QIcon &) override | QIOSMenuItem | inlinevirtual | 
| setIconSize(int) override | QIOSMenuItem | inlinevirtual | 
| setIsSeparator(bool) override | QIOSMenuItem | virtual | 
| setMenu(QPlatformMenu *) override | QIOSMenuItem | virtual | 
| setNativeContents(WId item) | QPlatformMenuItem | inlinevirtual | 
| setObjectName(const QString &name) | QObject | inline | 
| setObjectName(QAnyStringView name) | QObject | |
| setParent(QObject *parent) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setProperty(const char *name, QVariant &&value) | QObject | inline | 
| setRole(MenuRole role) override | QIOSMenuItem | virtual | 
| setShortcut(const QKeySequence &) override | QIOSMenuItem | |
| setTag(quintptr tag) | QPlatformMenuItem | virtual | 
| setText(const QString &text) override | QIOSMenuItem | virtual | 
| setVisible(bool isVisible) override | QIOSMenuItem | virtual | 
| signalsBlocked() const noexcept | QObject | inline | 
| startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| startTimer(std::chrono::milliseconds time, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| tag() const | QPlatformMenuItem | virtual | 
| TextHeuristicRole enum value | QPlatformMenuItem | |
| thread() const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual | 
| ~QObject() | QObject | virtual |