|
ParaView
|
pqDataQueryReaction is the reaction that popups the Data Query Dialog allowing the user to 'search' his data. More...
#include <pqDataQueryReaction.h>


Public Slots | |
| void | onExtractSelection () |
| void | onExtractSelectionOverTime () |
| void | showHelp () |
Public Member Functions | |
| pqDataQueryReaction (QAction *parent) | |
| Constructor. Parent cannot be NULL. | |
| virtual | ~pqDataQueryReaction () |
| void | showQueryDialog () |
| Show the query dialog for querying the data from the active source. | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
pqDataQueryReaction is the reaction that popups the Data Query Dialog allowing the user to 'search' his data.
Definition at line 40 of file pqDataQueryReaction.h.
| pqDataQueryReaction::pqDataQueryReaction | ( | QAction * | parent | ) |
Constructor. Parent cannot be NULL.
| virtual pqDataQueryReaction::~pqDataQueryReaction | ( | ) | [virtual] |
| void pqDataQueryReaction::showQueryDialog | ( | ) |
Show the query dialog for querying the data from the active source.
| void pqDataQueryReaction::onExtractSelection | ( | ) | [slot] |
| void pqDataQueryReaction::onExtractSelectionOverTime | ( | ) | [slot] |
| void pqDataQueryReaction::showHelp | ( | ) | [slot] |
| virtual void pqDataQueryReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 59 of file pqDataQueryReaction.h.
1.7.5.1