ParaView
Public Slots | Public Member Functions | Protected Slots
pqFiltersMenuReaction Class Reference

Reaction to handle creation of filters from the filters menu. More...

#include <pqFiltersMenuReaction.h>

List of all members.

Public Slots

virtual void updateEnableState ()
 Updates the enabled state.
static pqPipelineSourcecreateFilter (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 ()

Detailed Description

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.


Constructor & Destructor Documentation

pqFiltersMenuReaction::pqFiltersMenuReaction ( pqProxyGroupMenuManager menuManager)

Member Function Documentation

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]

The documentation for this class was generated from the following file: