reaction to bring up "find data" panel. More...
#include <pqDataQueryReaction.h>
Public Member Functions | |
pqDataQueryReaction (QAction *parent) | |
Constructor. More... | |
~pqDataQueryReaction () override | |
void | showQueryPanel () |
Show the query panel for querying the data from the active source. More... | |
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 pqReaction | |
virtual void | updateEnableState () |
virtual void | updateMasterEnableState (bool) |
Protected Attributes inherited from pqReaction | |
bool | IsMaster |
reaction to bring up "find data" panel.
pqDataQueryReaction is the reaction that brings to forefront the FIND_DATA_PANEL
registered with the application, if any.
Definition at line 17 of file pqDataQueryReaction.h.
pqDataQueryReaction::pqDataQueryReaction | ( | QAction * | parent | ) |
Constructor.
Parent cannot be nullptr.
|
override |
void pqDataQueryReaction::showQueryPanel | ( | ) |
Show the query panel for querying the data from the active source.
|
inlineoverrideprotectedvirtual |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 38 of file pqDataQueryReaction.h.