Public Member Functions | Protected Member Functions | List of all members
pqDataQueryReaction Class Reference

reaction to bring up "find data" panel. More...

#include <pqDataQueryReaction.h>

Inheritance diagram for pqDataQueryReaction:
Inheritance graph
[legend]
Collaboration diagram for pqDataQueryReaction:
Collaboration graph
[legend]

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ pqDataQueryReaction()

pqDataQueryReaction::pqDataQueryReaction ( QAction *  parent)

Constructor.

Parent cannot be nullptr.

◆ ~pqDataQueryReaction()

pqDataQueryReaction::~pqDataQueryReaction ( )
override

Member Function Documentation

◆ showQueryPanel()

void pqDataQueryReaction::showQueryPanel ( )

Show the query panel for querying the data from the active source.

◆ onTriggered()

void pqDataQueryReaction::onTriggered ( )
inlineoverrideprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 38 of file pqDataQueryReaction.h.


The documentation for this class was generated from the following file: