#include <qactionproto.h>
QActionProto::QActionProto |
( |
QObject * |
parent | ) |
|
QActionGroup * QActionProto::actionGroup |
( |
| ) |
const |
void QActionProto::activate |
( |
int |
event | ) |
|
QList< QGraphicsWidget * > QActionProto::associatedGraphicsWidgets |
( |
| ) |
const |
QList< QWidget * > QActionProto::associatedWidgets |
( |
| ) |
const |
Q_INVOKABLE bool QActionProto::autoRepeat |
( |
| ) |
const |
QVariant QActionProto::data |
( |
| ) |
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::setActionGroup |
( |
QActionGroup * |
group | ) |
|
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 |
( |
const QList< QKeySequence > & |
shortcuts | ) |
|
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 QKeySequence QActionProto::shortcut |
( |
| ) |
const |
Q_INVOKABLE Qt::ShortcutContext QActionProto::shortcutContext |
( |
| ) |
const |
QList< QKeySequence > QActionProto::shortcuts |
( |
| ) |
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 |
bool QActionProto::autoRepeat |
|
readwrite |
bool QActionProto::checkable |
|
readwrite |
bool QActionProto::checked |
|
readwrite |
bool QActionProto::enabled |
|
readwrite |
QString QActionProto::iconText |
|
readwrite |
bool QActionProto::iconVisibleInMenu |
|
readwrite |
QAction::MenuRole QActionProto::menuRole |
|
readwrite |
QKeySequence QActionProto::shortcut |
|
readwrite |
Qt::ShortcutContext QActionProto::shortcutContext |
|
readwrite |
QString QActionProto::statusTip |
|
readwrite |
QString QActionProto::text |
|
readwrite |
QString QActionProto::toolTip |
|
readwrite |
bool QActionProto::visible |
|
readwrite |
QString QActionProto::whatsThis |
|
readwrite |
The documentation for this class was generated from the following files: