ParaView
Public Slots | Public Member Functions | Protected Member Functions
pqDataQueryReaction Class Reference

pqDataQueryReaction is the reaction that popups the Data Query 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]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

pqDataQueryReaction::pqDataQueryReaction ( QAction *  parent)

Constructor. Parent cannot be NULL.

virtual pqDataQueryReaction::~pqDataQueryReaction ( ) [virtual]

Member Function Documentation

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.


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