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

pqDataQueryReaction is the reaction that popups the Data Query Dialog/Find Data Dialog allowing the user to 'search' his data. 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 showQueryDialog ()
 Show the query dialog 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

pqDataQueryReaction is the reaction that popups the Data Query Dialog/Find Data Dialog allowing the user to 'search' his data.

Definition at line 42 of file pqDataQueryReaction.h.

Constructor & Destructor Documentation

◆ pqDataQueryReaction()

pqDataQueryReaction::pqDataQueryReaction ( QAction *  parent)

Constructor.

Parent cannot be NULL.

◆ ~pqDataQueryReaction()

pqDataQueryReaction::~pqDataQueryReaction ( )
override

Member Function Documentation

◆ showQueryDialog()

void pqDataQueryReaction::showQueryDialog ( )

Show the query dialog 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 63 of file pqDataQueryReaction.h.


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