![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QAction, including all inherited members.
| ActionEvent enum name | QAction | |
| MenuRole enum name | QAction | |
| Priority enum name | QAction | |
| QAction(QObject *parent) | QAction | explicit |
| QAction(const QString &text, QObject *parent) | QAction | |
| QAction(const QIcon &icon, const QString &text, QObject *parent) | QAction | |
| QObject(QObject *parent=nullptr) | QObject | explicit |
| QObjectList | QObject | related |
| actionGroup() const | QAction | |
| activate(ActionEvent event) | QAction | |
| associatedGraphicsWidgets() const | QAction | |
| associatedWidgets() const | QAction | |
| autoRepeat | QAction | readwritenotify |
| autoRepeat() const | QAction | |
| blockSignals(bool block) | QObject | |
| changed() | QAction | signal |
| checkable | QAction | readwritenotify |
| checked | QAction | readwrite |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const | QObject | |
| connect(const QObject *sender, const QString &signalMethod, const QString &location, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | |
| connect(const QObject *sender, const QString &signalMethod, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | |
| connect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ()) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| data() const | QAction | |
| deleteLater() | QObject | slot |
| destroyed(QObject *obj=nullptr) | QObject | signal |
| disconnect(const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
| disconnect(const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
| disconnect(const QObject *receiver, const QString &slotMethod=QString ()) const | QObject | |
| disconnect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod) | QObject | static |
| disconnect(const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod) | QObject | static |
| disconnect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod) | QObject | static |
| disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...)) | QObject | static |
| disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr) | QObject | static |
| disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod) | QObject | static |
| disconnectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
| dumpObjectInfo() | QObject | |
| dumpObjectTree() | QObject | |
| dynamicPropertyNames() const | QObject | |
| enabled | QAction | readwritenotify |
| event(QEvent *event) override | QAction | overrideprotectedvirtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| findChild(const QString &childName=QString ()) const | QObject | |
| findChildren(const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
| findChildren(const QRegularExpression ®Exp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
| font | QAction | readwritenotify |
| font() const | QAction | |
| hover() | QAction | inlineslot |
| hovered() | QAction | signal |
| icon | QAction | readwritenotify |
| icon() const | QAction | |
| iconText | QAction | readwritenotify |
| iconText() const | QAction | |
| iconVisibleInMenu | QAction | readwritenotify |
| inherits(const QString &className) const | QObject | |
| installEventFilter(QObject *filterObj) | QObject | |
| isCheckable() const | QAction | |
| isChecked() const | QAction | |
| isEnabled() const | QAction | |
| isIconVisibleInMenu() const | QAction | |
| isSeparator() const | QAction | |
| isSignalConnected(const QMetaMethod &signalMethod) const | QObject | protected |
| isVisible() const | QAction | |
| isWidgetType() const | QObject | |
| isWindowType() const | QObject | |
| killTimer(int id) | QObject | |
| menu() const | QAction | |
| menuRole | QAction | readwritenotify |
| menuRole() const | QAction | |
| metaObject() const | QObject | |
| moveToThread(QThread *targetThread) | QObject | |
| objectName | QObject | write |
| objectName() const | QObject | |
| objectNameChanged(const QString &objectName) | QObject | signal |
| parent() const | QObject | |
| parentWidget() const | QAction | |
| priority | QAction | readwrite |
| priority() const | QAction | |
| property(const QString &name) const | QObject | |
| qobject_cast(QObject *object) | QObject | related |
| receivers(const QString &signal) const | QObject | protected |
| removeEventFilter(QObject *obj) | QObject | |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| setActionGroup(QActionGroup *group) | QAction | |
| setAutoRepeat(bool repeat) | QAction | |
| setCheckable(bool isChecked) | QAction | |
| setChecked(bool isChecked) | QAction | slot |
| setData(const QVariant &data) | QAction | |
| setDisabled(bool disabled) | QAction | inlineslot |
| setEnabled(bool enabled) | QAction | slot |
| setFont(const QFont &font) | QAction | |
| setIcon(const QIcon &icon) | QAction | |
| setIconText(const QString &text) | QAction | |
| setIconVisibleInMenu(bool visible) | QAction | |
| setMenu(QMenu *menu) | QAction | |
| setMenuRole(MenuRole menuRole) | QAction | |
| setObjectName(const QString &name) | QObject | |
| setParent(QObject *parent) | QObject | |
| setPriority(Priority priority) | QAction | |
| setProperty(const QString &name, const QVariant &value) | QObject | |
| setSeparator(bool separator) | QAction | |
| setShortcut(const QKeySequence &shortcut) | QAction | |
| setShortcutContext(Qt::ShortcutContext context) | QAction | |
| setShortcuts(const QList< QKeySequence > &shortcuts) | QAction | |
| setShortcuts(QKeySequence::StandardKey key) | QAction | |
| setStatusTip(const QString &statusTip) | QAction | |
| setText(const QString &text) | QAction | |
| setToolTip(const QString &tooltip) | QAction | |
| setVisible(bool visible) | QAction | slot |
| setWhatsThis(const QString &what) | QAction | |
| shortcut | QAction | readwritenotify |
| shortcut() const | QAction | |
| shortcutContext | QAction | readwritenotify |
| shortcutContext() const | QAction | |
| shortcuts() const | QAction | |
| showStatusText(QWidget *widget=nullptr) | QAction | |
| signalsBlocked() const | QObject | |
| startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| staticMetaObject() | QObject | static |
| statusTip | QAction | readwritenotify |
| statusTip() const | QAction | |
| text | QAction | readwritenotify |
| text() const | QAction | |
| thread() const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| toggle() | QAction | slot |
| toggled(bool isChecked) | QAction | signal |
| toolTip | QAction | readwritenotify |
| toolTip() const | QAction | |
| tr(const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >()) | QObject | static |
| trigger() | QAction | inlineslot |
| triggered(bool isChecked=false) | QAction | signal |
| visible | QAction | readwritenotify |
| whatsThis | QAction | readwritenotify |
| whatsThis() const | QAction | |
| ~QAction() | QAction | |
| ~QObject() | QObject |