pqSelectionEditor is a widget to combine multiple selections of different types. More...
#include <pqSelectionEditor.h>
Inherits QWidget.
Public Member Functions | |
pqSelectionEditor (QWidget *parent=nullptr) | |
~pqSelectionEditor () override | |
pqSelectionEditor is a widget to combine multiple selections of different types.
This widget allows you to add the active selection of a specific dataset to a list of saved selections. Saved selections can be added and/or removed. The relation of the saved selections can be defined using a boolean expression. The combined selection can be set as the active selection of a specific dataset.
Definition at line 25 of file pqSelectionEditor.h.
pqSelectionEditor::pqSelectionEditor | ( | QWidget * | parent = nullptr | ) |
|
override |