|
ParaView
|
Reaction to handle creation of sources from the sources menu. More...
#include <pqSourcesMenuReaction.h>
Public Slots | |
| virtual void | updateEnableState () |
| Updates the enabled state. | |
| void | updateEnableState (bool) |
Public Member Functions | |
| pqSourcesMenuReaction (pqProxyGroupMenuManager *menuManager) | |
Static Public Member Functions | |
| static pqPipelineSource * | createSource (const QString &group, const QString &name) |
Protected Slots | |
| virtual void | onTriggered (const QString &group, const QString &name) |
| Called when the action is triggered. | |
Reaction to handle creation of sources from the sources menu.
Definition at line 43 of file pqSourcesMenuReaction.h.
| pqSourcesMenuReaction::pqSourcesMenuReaction | ( | pqProxyGroupMenuManager * | menuManager | ) |
| static pqPipelineSource* pqSourcesMenuReaction::createSource | ( | const QString & | group, |
| const QString & | name | ||
| ) | [static] |
| virtual void pqSourcesMenuReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
| void pqSourcesMenuReaction::updateEnableState | ( | bool | ) | [slot] |
| virtual void pqSourcesMenuReaction::onTriggered | ( | const QString & | group, |
| const QString & | name | ||
| ) | [inline, protected, virtual, slot] |
Called when the action is triggered.
Definition at line 61 of file pqSourcesMenuReaction.h.
1.7.5.1