ParaView
Public Slots | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
pqCreateCustomFilterReaction Class Reference

pqCreateCustomFilterReaction popups the create-custom-filter wizard for the active selection. More...

#include <pqCreateCustomFilterReaction.h>

Inheritance diagram for pqCreateCustomFilterReaction:
Inheritance graph
[legend]
Collaboration diagram for pqCreateCustomFilterReaction:
Collaboration graph
[legend]

Public Slots

void updateEnableState ()
 Updates the enabled state. More...
 

Public Member Functions

 pqCreateCustomFilterReaction (QAction *parent)
 Constructor. More...
 
- Public Member Functions inherited from pqReaction
 pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection)
 Constructor. More...
 
virtual ~pqReaction ()
 
QAction * parentAction () const
 Provides access to the parent action. More...
 

Static Public Member Functions

static void createCustomFilter ()
 Create custom filter. More...
 

Protected Member Functions

virtual void onTriggered ()
 Called when the action is triggered. More...
 

Additional Inherited Members

- Protected Slots inherited from pqReaction
virtual void updateEnableState ()
 
virtual void updateMasterEnableState (bool)
 
- Protected Attributes inherited from pqReaction
bool IsMaster
 

Detailed Description

pqCreateCustomFilterReaction popups the create-custom-filter wizard for the active selection.

Definition at line 41 of file pqCreateCustomFilterReaction.h.

Constructor & Destructor Documentation

◆ pqCreateCustomFilterReaction()

pqCreateCustomFilterReaction::pqCreateCustomFilterReaction ( QAction *  parent)

Constructor.

Parent cannot be NULL.

Member Function Documentation

◆ createCustomFilter()

static void pqCreateCustomFilterReaction::createCustomFilter ( )
static

Create custom filter.

◆ updateEnableState

void pqCreateCustomFilterReaction::updateEnableState ( )
slot

Updates the enabled state.

Applications need not explicitly call this.

◆ onTriggered()

virtual void pqCreateCustomFilterReaction::onTriggered ( )
inlineprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 68 of file pqCreateCustomFilterReaction.h.


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