Obsolete Members for ActionManager

The following members of QML type ActionManager are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Methods

Method Documentation

addAction(Action action)

This is a shorthand for ActionManager.globalContext.addAction(action) call.


addLocalContext(ActionContext context)

Adds the local context.

This is deprecated. ActionContext instances are added autimatically to the action management stystem when declared and removed when destroyed.


removeAction(Action action)

This is a shorthand for ActionManager.globalContext.removeAction(action) call.


removeLocalContext(ActionContext context)

Removes the local context.

This is deprecated. ActionContext instances are added autimatically to the action management stystem when declared and removed when destroyed.