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. More... | |
Public Member Functions inherited from pqMasterOnlyReaction | |
pqMasterOnlyReaction (QAction *parentObject) | |
pqMasterOnlyReaction (QAction *parentObject, Qt::ConnectionType type) | |
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... | |
Protected Member Functions | |
void | onTriggered () override |
Called when the action is triggered. More... | |
Additional Inherited Members | |
Protected Slots inherited from pqMasterOnlyReaction | |
void | updateEnableState () override |
Protected Slots inherited from pqReaction | |
virtual void | updateEnableState () |
virtual void | updateMasterEnableState (bool) |
Protected Attributes inherited from pqReaction | |
bool | IsMaster |
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 17 of file pqManageCustomFiltersReaction.h.
pqManageCustomFiltersReaction::pqManageCustomFiltersReaction | ( | QAction * | parentObject | ) |
void pqManageCustomFiltersReaction::manageCustomFilters | ( | ) |
Pops up the manage custom filters dialog.
|
inlineoverrideprotectedvirtual |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 31 of file pqManageCustomFiltersReaction.h.