QMenuProto Class Reference
#include <qmenuproto.h>
List of all members.
Public Member Functions |
| | QMenuProto (QObject *parent) |
| Q_INVOKABLE QAction * | actionAt (const QPoint &pt) const |
| Q_INVOKABLE QRect | actionGeometry (QAction *act) const |
| Q_INVOKABLE QList< QAction * > | actions () const |
| Q_INVOKABLE QAction * | activeAction () const |
| Q_INVOKABLE void | addAction (QAction *action) |
| Q_INVOKABLE QAction * | addAction (const QIcon &icon, const QString &text, const QObject *receiver, const char *member, const QKeySequence &shortcut=0) |
| Q_INVOKABLE QAction * | addAction (const QString &text, const QObject *receiver, const char *member, const QKeySequence &shortcut=0) |
| Q_INVOKABLE QAction * | addAction (const QIcon &icon, const QString &text) |
| Q_INVOKABLE QAction * | addAction (const QString &text) |
| Q_INVOKABLE QMenu * | addMenu (const QIcon &icon, const QString &title) |
| Q_INVOKABLE QMenu * | addMenu (const QString &title) |
| Q_INVOKABLE QAction * | addMenu (QMenu *menu) |
| Q_INVOKABLE QAction * | addSeparator () |
| Q_INVOKABLE void | clear () |
| Q_INVOKABLE QAction * | defaultAction () const |
| Q_INVOKABLE QAction * | exec (const QPoint &p, QAction *action=0) |
| Q_INVOKABLE QAction * | exec () |
| Q_INVOKABLE void | hideTearOffMenu () |
| Q_INVOKABLE QIcon | icon () const |
| Q_INVOKABLE void | insertAction (QAction *before, QAction *action) |
| Q_INVOKABLE void | insertActions (QAction *before, QList< QAction * >actions) |
| Q_INVOKABLE QAction * | insertMenu (QAction *before, QMenu *menu) |
| Q_INVOKABLE QAction * | insertSeparator (QAction *before) |
| Q_INVOKABLE bool | isEmpty () const |
| Q_INVOKABLE bool | isTearOffEnabled () const |
| Q_INVOKABLE bool | isTearOffMenuVisible () const |
| Q_INVOKABLE QAction * | menuAction () const |
| Q_INVOKABLE void | popup (const QPoint &p, QAction *atAction=0) |
| Q_INVOKABLE void | removeAction (QAction *action) |
| Q_INVOKABLE bool | separatorsCollapsible () const |
| Q_INVOKABLE void | setActiveAction (QAction *act) |
| Q_INVOKABLE void | setDefaultAction (QAction *act) |
| Q_INVOKABLE void | setIcon (const QIcon &icon) |
| Q_INVOKABLE void | setSeparatorsCollapsible (bool collapse) |
| Q_INVOKABLE void | setTearOffEnabled (bool) |
| Q_INVOKABLE void | setTitle (const QString &title) |
| Q_INVOKABLE QString | title () const |
| Q_INVOKABLE QString | toString () const |
Constructor & Destructor Documentation
| QMenuProto::QMenuProto |
( |
QObject * |
parent |
) |
|
Member Function Documentation
| QAction * QMenuProto::activeAction |
( |
|
) |
const |
| void QMenuProto::addAction |
( |
QAction * |
action |
) |
|
| QAction * QMenuProto::addSeparator |
( |
|
) |
|
| void QMenuProto::clear |
( |
|
) |
|
| QAction * QMenuProto::defaultAction |
( |
|
) |
const |
| void QMenuProto::hideTearOffMenu |
( |
|
) |
|
| QIcon QMenuProto::icon |
( |
|
) |
const |
| bool QMenuProto::isEmpty |
( |
|
) |
const |
| bool QMenuProto::isTearOffEnabled |
( |
|
) |
const |
| bool QMenuProto::isTearOffMenuVisible |
( |
|
) |
const |
| QAction * QMenuProto::menuAction |
( |
|
) |
const |
| void QMenuProto::popup |
( |
const QPoint & |
p, |
|
|
QAction * |
atAction = 0 | |
|
) |
| | |
| void QMenuProto::removeAction |
( |
QAction * |
action |
) |
|
| bool QMenuProto::separatorsCollapsible |
( |
|
) |
const |
| void QMenuProto::setActiveAction |
( |
QAction * |
act |
) |
|
| void QMenuProto::setDefaultAction |
( |
QAction * |
act |
) |
|
| void QMenuProto::setIcon |
( |
const QIcon & |
icon |
) |
|
| void QMenuProto::setSeparatorsCollapsible |
( |
bool |
collapse |
) |
|
| void QMenuProto::setTearOffEnabled |
( |
bool |
enabled |
) |
|
| void QMenuProto::setTitle |
( |
const QString & |
title |
) |
|
| QString QMenuProto::title |
( |
|
) |
const |
| QString QMenuProto::toString |
( |
|
) |
const |
The documentation for this class was generated from the following files: