Widget to find data using selection queries.
More...
#include <pqFindDataWidget.h>
Inherits QWidget.
Widget to find data using selection queries.
Developer Notes
- Currently, this simply uses
pqFindDataCurrentSelectionFrame
to show current selection. We should modernize/cleanup that code and maybe just merge that code with this class to avoid confusion.
- Currently, this simply uses
pqFindDataSelectionDisplayFrame
to allow editing current selection's display properties. We should modernize that code and maybe just move it to this class to avoid confusion.
Definition at line 30 of file pqFindDataWidget.h.
◆ pqFindDataWidget()
pqFindDataWidget::pqFindDataWidget |
( |
QWidget * |
parent = nullptr | ) |
|
◆ ~pqFindDataWidget()
pqFindDataWidget::~pqFindDataWidget |
( |
| ) |
|
|
override |
◆ server()
pqServer* pqFindDataWidget::server |
( |
| ) |
const |
◆ setServer
void pqFindDataWidget::setServer |
( |
pqServer * |
server | ) |
|
|
slot |
The documentation for this class was generated from the following file: