accel() const | QAction | |
Action(QWidget *, const char *, const QString &, QObject *, const char *, QWidget *, bool) | Action | |
Action(QWidget *, const char *, const QString &, QObject *, const char *, QWidget *, bool, const QPixmap *, QWidget *) | Action | |
Action(QWidget *, const char *, const QString &, QObject *, const char *, QWidget *, bool, const QPixmap *, QWidget *, const QString &) | Action | |
Action(QWidget *, const char *, const QString &, QObject *, const char *, QWidget *, const QString &) | Action | |
Action(QWidget *, const char *, const QString &, QObject *, const char *, QWidget *, const QString &, const QPixmap *, QWidget *) | Action | |
Action(QWidget *, const char *, const QString &, QObject *, const char *, QWidget *, const QString &, const QPixmap *, QWidget *, const QString &) | Action | |
actionGroup() const | QAction | |
activate(ActionEvent event) | QAction | |
activated(int i) | QAction | |
addTo(QWidget *w) | QAction | |
associatedGraphicsWidgets() const | QAction | |
associatedWidgets() const | QAction | |
autoRepeat | QAction | |
autoRepeat() const | QAction | |
blockSignals(bool block) | QObject | |
changed() | QAction | |
checkable | QAction | |
checkConnectArgs(const char *signal, const QObject *object, const char *method) | QObject | protected |
checked | QAction | |
child(const char *objName, const char *inheritsClass, bool recursiveSearch) const | QObject | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | |
className() const | QObject | |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const | QObject | |
connectNotify(const char *signal) | QObject | protectedvirtual |
customEvent(QEvent *event) | QObject | protectedvirtual |
data() const | QAction | |
deleteLater() | QObject | |
destroyed(QObject *obj) | QObject | |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const char *signal, const QObject *receiver, const char *method) | QObject | |
disconnect(const QObject *receiver, const char *method) | QObject | |
disconnectNotify(const char *signal) | QObject | protectedvirtual |
dumpObjectInfo() | QObject | |
dumpObjectTree() | QObject | |
dynamicPropertyNames() const | QObject | |
enabled | QAction | |
event(QEvent *e) | QAction | protectedvirtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
findChild(const QString &name) const | QObject | |
findChildren(const QString &name) const | QObject | |
findChildren(const QRegExp ®Exp) const | QObject | |
font | QAction | |
font() const | QAction | |
hover() | QAction | |
hovered() | QAction | |
icon | QAction | |
icon() const | QAction | |
iconSet() const | QAction | |
iconText | QAction | |
iconText() const | QAction | |
iconVisibleInMenu | QAction | |
inherits(const char *className) const | QObject | |
insertChild(QObject *object) | QObject | |
installEventFilter(QObject *filterObj) | QObject | |
isA(const char *className) const | QObject | |
isCheckable() const | QAction | |
isChecked() const | QAction | |
isEnabled() const | QAction | |
isIconVisibleInMenu() const | QAction | |
isOn() const | QAction | |
isSeparator() const | QAction | |
isToggleAction() const | QAction | |
isVisible() const | QAction | |
isWidgetType() const | QObject | |
killTimer(int id) | QObject | |
menu() const | QAction | |
menuRole | QAction | |
menuRole() const | QAction | |
menuText() const | QAction | |
metaObject() const | QObject | virtual |
moveToThread(QThread *targetThread) | QObject | |
name() const | QObject | |
name(const char *defaultName) const | QObject | |
normalizeSignalSlot(const char *signalSlot) | QObject | protectedstatic |
objectName | QObject | |
objectName() const | QObject | |
parent() const | QObject | |
parentWidget() const | QAction | |
priority | QAction | |
priority() const | QAction | |
property(const char *name) const | QObject | |
QAction(QObject *parent) | QAction | |
QAction(const QString &text, QObject *parent) | QAction | |
QAction(const QIcon &icon, const QString &text, QObject *parent) | QAction | |
QAction(QObject *parent, const char *name) | QAction | |
QAction(const QString &text, const QKeySequence &shortcut, QObject *parent, const char *name) | QAction | |
QAction(const QIcon &icon, const QString &text, const QKeySequence &shortcut, QObject *parent, const char *name) | QAction | |
QObject(QObject *parent) | QObject | |
QObject(QObject *parent, const char *name) | QObject | |
receivers(const char *signal) const | QObject | protected |
removeChild(QObject *object) | QObject | |
removeEventFilter(QObject *obj) | QObject | |
removeFrom(QWidget *w) | QAction | |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
setAccel(const QKeySequence &shortcut) | QAction | |
setActionGroup(QActionGroup *group) | QAction | |
setAutoRepeat(bool) | QAction | |
setCheckable(bool) | QAction | |
setChecked(bool) | QAction | |
setData(const QVariant &userData) | QAction | |
setDisabled(bool b) | QAction | |
setEnabled(bool) | QAction | |
setFont(const QFont &font) | QAction | |
setIcon(const QIcon &icon) | QAction | |
setIconSet(const QIcon &i) | QAction | |
setIconText(const QString &text) | QAction | |
setIconVisibleInMenu(bool visible) | QAction | |
setMenu(QMenu *menu) | QAction | |
setMenuRole(MenuRole menuRole) | QAction | |
setMenuText(const QString &text) | QAction | |
setName(const char *name) | QObject | |
setObjectName(const QString &name) | QObject | |
setOn(bool b) | QAction | |
setParent(QObject *parent) | QObject | |
setPriority(Priority priority) | QAction | |
setProperty(const char *name, const QVariant &value) | QObject | |
setSeparator(bool b) | QAction | |
setShortcut(const QKeySequence &shortcut) | QAction | |
setShortcutContext(Qt::ShortcutContext context) | QAction | |
setShortcuts(const QList< QKeySequence > &shortcuts) | QAction | |
setShortcuts(QKeySequence::StandardKey key) | QAction | |
setSoftKeyRole(SoftKeyRole softKeyRole) | QAction | |
setStatusTip(const QString &statusTip) | QAction | |
setText(const QString &text) | QAction | |
setToggleAction(bool b) | QAction | |
setToolTip(const QString &tip) | QAction | |
setVisible(bool) | QAction | |
setWhatsThis(const QString &what) | QAction | |
shortcut | QAction | |
shortcut() const | QAction | |
shortcutContext | QAction | |
shortcutContext() const | QAction | |
shortcuts() const | QAction | |
showStatusText(QWidget *widget) | QAction | |
signalsBlocked() const | QObject | |
softKeyRole | QAction | |
softKeyRole() const | QAction | |
startTimer(int interval) | QObject | |
statusTip | QAction | |
statusTip() const | QAction | |
text | QAction | |
text() const | QAction | |
thread() const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
toggle() | QAction | |
toggled(bool checked) | QAction | |
toolTip | QAction | |
toolTip() const | QAction | |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
trigger() | QAction | |
triggered(bool checked) | QAction | |
trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
visible | QAction | |
whatsThis | QAction | |
whatsThis() const | QAction | |
~QAction() | QAction | |
~QObject() | QObject | virtual |