ParaView
|
pqManagePluginsReaction is the reaction to pop-up the plugins manager dialog. More...
#include <pqManagePluginsReaction.h>
Public Member Functions | |
pqManagePluginsReaction (QAction *action) | |
![]() | |
pqMasterOnlyReaction (QAction *parentObject) | |
pqMasterOnlyReaction (QAction *parentObject, Qt::ConnectionType type) | |
![]() | |
pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection) | |
Constructor. Parent cannot be NULL. More... | |
virtual | ~pqReaction () |
QAction * | parentAction () const |
Provides access to the parent action. More... | |
Static Public Member Functions | |
static void | managePlugins () |
Pops-up the pqPluginDialog dialog. More... | |
Protected Member Functions | |
virtual void | onTriggered () |
Called when the action is triggered. More... | |
Additional Inherited Members | |
![]() | |
virtual void | updateEnableState () |
![]() | |
virtual void | updateEnableState () |
virtual void | updateMasterEnableState (bool) |
![]() | |
bool | IsMaster |
pqManagePluginsReaction is the reaction to pop-up the plugins manager dialog.
Definition at line 39 of file pqManagePluginsReaction.h.
|
inline |
Definition at line 44 of file pqManagePluginsReaction.h.
|
static |
Pops-up the pqPluginDialog dialog.
|
inlineprotectedvirtual |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 50 of file pqManagePluginsReaction.h.