|
ParaView
|
pqCreateCustomFilterReaction popups the create-custom-filter wizard for the active selection. More...
#include <pqCreateCustomFilterReaction.h>


Public Slots | |
| void | updateEnableState () |
| Updates the enabled state. | |
Public Member Functions | |
| pqCreateCustomFilterReaction (QAction *parent) | |
| Constructor. Parent cannot be NULL. | |
Static Public Member Functions | |
| static void | createCustomFilter () |
| Create custom filter. | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
pqCreateCustomFilterReaction popups the create-custom-filter wizard for the active selection.
Definition at line 39 of file pqCreateCustomFilterReaction.h.
| pqCreateCustomFilterReaction::pqCreateCustomFilterReaction | ( | QAction * | parent | ) |
Constructor. Parent cannot be NULL.
| static void pqCreateCustomFilterReaction::createCustomFilter | ( | ) | [static] |
Create custom filter.
| void pqCreateCustomFilterReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
Reimplemented from pqReaction.
| virtual void pqCreateCustomFilterReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 57 of file pqCreateCustomFilterReaction.h.
1.7.5.1