CopperSpice API  1.9.1
QAction Member List

This is the complete list of members for QAction, including all inherited members.

ActionEvent enum nameQAction
MenuRole enum nameQAction
Priority enum nameQAction
QAction(QObject *parent)QActionexplicit
QAction(const QString &text, QObject *parent)QAction
QAction(const QIcon &icon, const QString &text, QObject *parent)QAction
QObject(QObject *parent=nullptr)QObjectexplicit
QObjectListQObjectrelated
actionGroup() constQAction
activate(ActionEvent event)QAction
associatedGraphicsWidgets() constQAction
associatedWidgets() constQAction
autoRepeatQActionreadwritenotify
autoRepeat() constQAction
blockSignals(bool block)QObject
changed()QActionsignal
checkableQActionreadwritenotify
checkedQActionreadwrite
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() constQObject
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)QObjectstatic
connect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ())QObjectstatic
connect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connectNotify(const QMetaMethod &signalMethod) constQObjectprotectedvirtual
customEvent(QEvent *event)QObjectprotectedvirtual
data() constQAction
deleteLater()QObjectslot
destroyed(QObject *obj=nullptr)QObjectsignal
disconnect(const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) constQObject
disconnect(const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) constQObject
disconnect(const QObject *receiver, const QString &slotMethod=QString ()) constQObject
disconnect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod)QObjectstatic
disconnect(const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod)QObjectstatic
disconnect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod)QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...))QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr)QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod)QObjectstatic
disconnectNotify(const QMetaMethod &signalMethod) constQObjectprotectedvirtual
dumpObjectInfo()QObject
dumpObjectTree()QObject
dynamicPropertyNames() constQObject
enabledQActionreadwritenotify
event(QEvent *event) overrideQActionoverrideprotectedvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
findChild(const QString &childName=QString ()) constQObject
findChildren(const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObject
findChildren(const QRegularExpression &regExp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObject
fontQActionreadwritenotify
font() constQAction
hover()QActioninlineslot
hovered()QActionsignal
iconQActionreadwritenotify
icon() constQAction
iconTextQActionreadwritenotify
iconText() constQAction
iconVisibleInMenuQActionreadwritenotify
inherits(const QString &className) constQObject
installEventFilter(QObject *filterObj)QObject
isCheckable() constQAction
isChecked() constQAction
isEnabled() constQAction
isIconVisibleInMenu() constQAction
isSeparator() constQAction
isSignalConnected(const QMetaMethod &signalMethod) constQObjectprotected
isVisible() constQAction
isWidgetType() constQObject
isWindowType() constQObject
killTimer(int id)QObject
menu() constQAction
menuRoleQActionreadwritenotify
menuRole() constQAction
metaObject() constQObject
moveToThread(QThread *targetThread)QObject
objectNameQObjectwrite
objectName() constQObject
objectNameChanged(const QString &objectName)QObjectsignal
parent() constQObject
parentWidget() constQAction
priorityQActionreadwrite
priority() constQAction
property(const QString &name) constQObject
qobject_cast(QObject *object)QObjectrelated
receivers(const QString &signal) constQObjectprotected
removeEventFilter(QObject *obj)QObject
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
setActionGroup(QActionGroup *group)QAction
setAutoRepeat(bool repeat)QAction
setCheckable(bool isChecked)QAction
setChecked(bool isChecked)QActionslot
setData(const QVariant &data)QAction
setDisabled(bool disabled)QActioninlineslot
setEnabled(bool enabled)QActionslot
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)QActionslot
setWhatsThis(const QString &what)QAction
shortcutQActionreadwritenotify
shortcut() constQAction
shortcutContextQActionreadwritenotify
shortcutContext() constQAction
shortcuts() constQAction
showStatusText(QWidget *widget=nullptr)QAction
signalsBlocked() constQObject
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer)QObject
staticMetaObject()QObjectstatic
statusTipQActionreadwritenotify
statusTip() constQAction
textQActionreadwritenotify
text() constQAction
thread() constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
toggle()QActionslot
toggled(bool isChecked)QActionsignal
toolTipQActionreadwritenotify
toolTip() constQAction
tr(const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >())QObjectstatic
trigger()QActioninlineslot
triggered(bool isChecked=false)QActionsignal
visibleQActionreadwritenotify
whatsThisQActionreadwritenotify
whatsThis() constQAction
~QAction()QAction
~QObject()QObject