NAME
Qt::Gui::QAction
PUBLIC METHODS
- QAction(QObject * parent)
- QAction(const QString & text, QObject * parent)
- QAction(const QIcon & icon, const QString & text, QObject * parent)
- ~QAction()
- QActionGroup * actionGroup()
- void activate(QAction::ActionEvent event)
- bool autoRepeat()
- QVariant data()
- QFont font()
- void hover()
- QIcon icon()
- QString iconText()
- bool isCheckable()
- bool isChecked()
- bool isEnabled()
- bool isIconVisibleInMenu()
- bool isSeparator()
- bool isVisible()
- QWidget * parentWidget()
- QAction::Priority priority()
- void setActionGroup(QActionGroup * group)
- void setAutoRepeat(bool arg0)
- void setCheckable(bool arg0)
- void setChecked(bool arg0)
- void setData(const QVariant & var)
- void setDisabled(bool b)
- void setEnabled(bool arg0)
- void setFont(const QFont & font)
- void setIcon(const QIcon & icon)
- void setIconText(const QString & text)
- void setIconVisibleInMenu(bool visible)
- void setPriority(QAction::Priority priority)
- void setSeparator(bool b)
- void setShortcut(const QKeySequence & shortcut)
- void setShortcutContext(Qt::ShortcutContext context)
- void setShortcuts(QKeySequence::StandardKey arg0)
- void setSoftKeyRole(QAction::SoftKeyRole softKeyRole)
- void setStatusTip(const QString & statusTip)
- void setText(const QString & text)
- void setToolTip(const QString & tip)
- void setVisible(bool arg0)
- void setWhatsThis(const QString & what)
- QKeySequence shortcut()
- Qt::ShortcutContext shortcutContext()
- bool showStatusText(QWidget * widget = 0)
- bool showStatusText(QWidget * widget)
- QAction::SoftKeyRole softKeyRole()
- QString statusTip()
- QString text()
- void toggle()
- QString toolTip()
- void trigger()
- QString whatsThis()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.