|
ParaView
|
Reaction to handle creation of filters from the filters menu. More...
#include <pqFiltersMenuReaction.h>
Public Slots | |
| virtual void | updateEnableState () |
| Updates the enabled state. | |
| static pqPipelineSource * | createFilter (const QString &group, const QString &name) |
| Creates a filter of the given type. | |
Public Member Functions | |
| pqFiltersMenuReaction (pqProxyGroupMenuManager *menuManager) | |
Protected Slots | |
| virtual void | onTriggered (const QString &group, const QString &name) |
| Called when the action is triggered. | |
| void | onDataUpdated () |
Reaction to handle creation of filters from the filters menu.
pqFiltersMenuReaction knows when to enable/disable actions in the menu as well as what to do when an action is triggered.
Definition at line 47 of file pqFiltersMenuReaction.h.
| pqFiltersMenuReaction::pqFiltersMenuReaction | ( | pqProxyGroupMenuManager * | menuManager | ) |
| virtual void pqFiltersMenuReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
| static pqPipelineSource* pqFiltersMenuReaction::createFilter | ( | const QString & | group, |
| const QString & | name | ||
| ) | [static, slot] |
Creates a filter of the given type.
| virtual void pqFiltersMenuReaction::onTriggered | ( | const QString & | group, |
| const QString & | name | ||
| ) | [inline, protected, virtual, slot] |
Called when the action is triggered.
Definition at line 65 of file pqFiltersMenuReaction.h.
| void pqFiltersMenuReaction::onDataUpdated | ( | ) | [protected, slot] |
1.7.5.1