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 () override
 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...
 
 ~pqReaction () override
 
QAction * parentAction () const
 Provides access to the parent action. More...
 

Static Public Member Functions

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

Protected Member Functions

void onTriggered () override
 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 13 of file pqCreateCustomFilterReaction.h.

Constructor & Destructor Documentation

◆ pqCreateCustomFilterReaction()

pqCreateCustomFilterReaction::pqCreateCustomFilterReaction ( QAction *  parent)

Constructor.

Parent cannot be nullptr.

Member Function Documentation

◆ createCustomFilter()

static void pqCreateCustomFilterReaction::createCustomFilter ( )
static

Create custom filter.

◆ updateEnableState

void pqCreateCustomFilterReaction::updateEnableState ( )
overrideslot

Updates the enabled state.

Applications need not explicitly call this.

◆ onTriggered()

void pqCreateCustomFilterReaction::onTriggered ( )
inlineoverrideprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 39 of file pqCreateCustomFilterReaction.h.


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