|
ParaView
|
Reaction for showing the custom-filter manager dialog. More...
#include <pqManageCustomFiltersReaction.h>


Public Member Functions | |
| pqManageCustomFiltersReaction (QAction *parentObject) | |
| void | manageCustomFilters () |
| Pops up the manage custom filters dialog. | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Reaction for showing the custom-filter manager dialog.
For now, this also manages loading and saving of custom filters in the application settings. We may want to move that code to a separate behavior.
Definition at line 43 of file pqManageCustomFiltersReaction.h.
| pqManageCustomFiltersReaction::pqManageCustomFiltersReaction | ( | QAction * | parentObject | ) |
| void pqManageCustomFiltersReaction::manageCustomFilters | ( | ) |
Pops up the manage custom filters dialog.
| virtual void pqManageCustomFiltersReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 54 of file pqManageCustomFiltersReaction.h.
1.7.5.1