ParaView
Public Slots | Public Member Functions | Static Public Member Functions | Protected Member Functions
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]

List of all members.

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.

Detailed Description

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

Definition at line 39 of file pqCreateCustomFilterReaction.h.


Constructor & Destructor Documentation

pqCreateCustomFilterReaction::pqCreateCustomFilterReaction ( QAction *  parent)

Constructor. Parent cannot be NULL.


Member Function Documentation

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.


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