#include <actiongenerator.h>
|
| | MenuActionGenerator (const QIcon &icon, const LocalizedString &text, QMenu *menu) |
| |
| | MenuActionGenerator (const QIcon &icon, const LocalizedString &text, MenuController *controller) |
| |
| virtual | ~MenuActionGenerator () |
| |
| | ActionGenerator (const QIcon &icon, const LocalizedString &text, const QObject *receiver, const char *member) |
| |
| | ActionGenerator (const QIcon &icon, const LocalizedString &text, const char *member) |
| |
| virtual | ~ActionGenerator () |
| |
| QList< QAction * > | actions (QObject *object) const |
| |
| QMap< QObject *, QAction * > | actions () const |
| |
| void | addHandler (int type, QObject *obj) |
| |
| ActionGenerator * | addProperty (const QByteArray &name, const QVariant &value) |
| |
| QIcon | icon () const |
| |
| bool | iconVisibleInMenu () const |
| |
| const char * | member () const |
| |
| QAction::MenuRole | menuRole () const |
| |
| int | priority () const |
| |
| const QObject * | receiver () const |
| |
| void | removeHandler (int type, QObject *obj) |
| |
| void | setCheckable (bool checkable) |
| |
| void | setChecked (bool checked) |
| |
| void | setIconVisibleInMenu (bool visible) |
| |
| void | setMenuController (MenuController *controller) |
| |
| void | setMenuRole (QAction::MenuRole role) |
| |
| ActionGenerator * | setPriority (int priority) |
| |
| void | setShortcut (const QKeySequence &shortcut) |
| |
| void | setShortcut (const QString &id) |
| |
| void | setToolTip (const LocalizedString &toolTip) |
| |
| ActionGenerator * | setType (int type) |
| |
| QString | shortcut () const |
| |
| void | subscribe (QObject *object, const char *method) |
| |
| const LocalizedString & | text () const |
| |
| int | type () const |
| |
| virtual | ~ObjectGenerator () |
| |
| ObjectGenerator * | addProperty (const QByteArray &name, const QVariant &value) |
| |
| bool | extends (const QMetaObject *super) const |
| |
| bool | extends (const char *id) const |
| |
| template<typename T > |
| bool | extends () const |
| |
| QObject * | generate () const |
| |
| template<typename T > |
| T * | generate () const |
| |
| bool | hasInterface (const char *id) const |
| |
| Ptr | pointerHolder () |
| |
| qutim_sdk_0_3::MenuActionGenerator::MenuActionGenerator |
( |
const QIcon & |
icon, |
|
|
const LocalizedString & |
text, |
|
|
QMenu * |
menu |
|
) |
| |
| virtual qutim_sdk_0_3::MenuActionGenerator::~MenuActionGenerator |
( |
| ) |
|
|
virtual |
| virtual QObject* qutim_sdk_0_3::MenuActionGenerator::generateHelper |
( |
| ) |
const |
|
protectedvirtual |
Generate object.
This method have to be implemented to enable object generation
- Returns
- Generated object
Reimplemented from qutim_sdk_0_3::ActionGenerator.
The documentation for this class was generated from the following file: