QActionProto Class Reference
#include <qactionproto.h>
List of all members.
Constructor & Destructor Documentation
| QActionProto::QActionProto |
( |
QObject * |
parent |
) |
|
Member Function Documentation
| void QActionProto::activate |
( |
int |
event |
) |
|
| QList< QWidget * > QActionProto::associatedWidgets |
( |
|
) |
const |
| Q_INVOKABLE bool QActionProto::autoRepeat |
( |
|
) |
const |
| Q_INVOKABLE QFont QActionProto::font |
( |
|
) |
const |
| Q_INVOKABLE QIcon QActionProto::icon |
( |
|
) |
const |
| Q_INVOKABLE QString QActionProto::iconText |
( |
|
) |
const |
| bool QActionProto::isCheckable |
( |
|
) |
const |
| bool QActionProto::isChecked |
( |
|
) |
const |
| bool QActionProto::isEnabled |
( |
|
) |
const |
| bool QActionProto::isIconVisibleInMenu |
( |
|
) |
const |
| bool QActionProto::isSeparator |
( |
|
) |
const |
| bool QActionProto::isVisible |
( |
|
) |
const |
| QMenu * QActionProto::menu |
( |
|
) |
const |
| Q_INVOKABLE QAction::MenuRole QActionProto::menuRole |
( |
|
) |
const |
| QWidget * QActionProto::parentWidget |
( |
|
) |
const |
| void QActionProto::setAutoRepeat |
( |
bool |
b |
) |
|
| void QActionProto::setCheckable |
( |
bool |
b |
) |
|
| void QActionProto::setChecked |
( |
bool |
b |
) |
|
| void QActionProto::setData |
( |
const QVariant & |
userData |
) |
|
| void QActionProto::setEnabled |
( |
bool |
b |
) |
|
| void QActionProto::setFont |
( |
const QFont & |
font |
) |
|
| void QActionProto::setIcon |
( |
const QIcon & |
icon |
) |
|
| void QActionProto::setIconText |
( |
const QString & |
text |
) |
|
| void QActionProto::setIconVisibleInMenu |
( |
bool |
visible |
) |
|
| void QActionProto::setMenu |
( |
QMenu * |
menu |
) |
|
| void QActionProto::setMenuRole |
( |
QAction::MenuRole |
menuRole |
) |
|
| void QActionProto::setSeparator |
( |
bool |
b |
) |
|
| void QActionProto::setShortcut |
( |
const QKeySequence & |
shortcut |
) |
|
| void QActionProto::setShortcutContext |
( |
Qt::ShortcutContext |
context |
) |
|
| void QActionProto::setShortcuts |
( |
int |
key |
) |
|
| void QActionProto::setStatusTip |
( |
const QString & |
statusTip |
) |
|
| void QActionProto::setText |
( |
const QString & |
text |
) |
|
| void QActionProto::setToolTip |
( |
const QString & |
tip |
) |
|
| void QActionProto::setVisible |
( |
bool |
b |
) |
|
| void QActionProto::setWhatsThis |
( |
const QString & |
what |
) |
|
| Q_INVOKABLE Qt::ShortcutContext QActionProto::shortcutContext |
( |
|
) |
const |
| bool QActionProto::showStatusText |
( |
QWidget * |
widget = 0 |
) |
|
| Q_INVOKABLE QString QActionProto::statusTip |
( |
|
) |
const |
| Q_INVOKABLE QString QActionProto::text |
( |
|
) |
const |
| Q_INVOKABLE QString QActionProto::toolTip |
( |
|
) |
const |
| QString QActionProto::toString |
( |
|
) |
const |
| Q_INVOKABLE QString QActionProto::whatsThis |
( |
|
) |
const |
Property Documentation
bool QActionProto::autoRepeat [read, write] |
bool QActionProto::checkable [read, write] |
bool QActionProto::checked [read, write] |
bool QActionProto::enabled [read, write] |
QFont QActionProto::font [read, write] |
QIcon QActionProto::icon [read, write] |
QString QActionProto::iconText [read, write] |
bool QActionProto::iconVisibleInMenu [read, write] |
QAction::MenuRole QActionProto::menuRole [read, write] |
Qt::ShortcutContext QActionProto::shortcutContext [read, write] |
QString QActionProto::statusTip [read, write] |
QString QActionProto::text [read, write] |
QString QActionProto::toolTip [read, write] |
bool QActionProto::visible [read, write] |
QString QActionProto::whatsThis [read, write] |
The documentation for this class was generated from the following files: