|
ParaView
|
pqManagePluginsReaction is the reaction to pop-up the plugins manager dialog. More...
#include <pqManagePluginsReaction.h>


Public Member Functions | |
| pqManagePluginsReaction (QAction *action) | |
Static Public Member Functions | |
| static void | managePlugins () |
| Pops-up the pqPluginDialog dialog. | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
pqManagePluginsReaction is the reaction to pop-up the plugins manager dialog.
Definition at line 39 of file pqManagePluginsReaction.h.
| pqManagePluginsReaction::pqManagePluginsReaction | ( | QAction * | action | ) | [inline] |
Definition at line 44 of file pqManagePluginsReaction.h.
| static void pqManagePluginsReaction::managePlugins | ( | ) | [static] |
Pops-up the pqPluginDialog dialog.
| virtual void pqManagePluginsReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 50 of file pqManagePluginsReaction.h.
1.7.5.1