Public Member Functions | List of all members
pqSelectionEditor Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ pqSelectionEditor()

pqSelectionEditor::pqSelectionEditor ( QWidget *  parent = nullptr)

◆ ~pqSelectionEditor()

pqSelectionEditor::~pqSelectionEditor ( )
override

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