pqSelectionInputWidget is a custom widget used for specifying the selection to use on filters that have a selection as input.
More...
#include <pqSelectionInputWidget.h>
Inherits QWidget.
|
virtual void | setSelection (pqSMProxy newAppendSelections) |
|
virtual void | preAccept () |
| This must be connected to the panel-accept signal to ensure that the new selection source object gets registered for undo-redo/state to work. More...
|
|
virtual void | postAccept () |
|
pqSelectionInputWidget is a custom widget used for specifying the selection to use on filters that have a selection as input.
Definition at line 16 of file pqSelectionInputWidget.h.
◆ pqSelectionInputWidget()
pqSelectionInputWidget::pqSelectionInputWidget |
( |
QWidget * |
parent = nullptr | ) |
|
◆ ~pqSelectionInputWidget()
pqSelectionInputWidget::~pqSelectionInputWidget |
( |
| ) |
|
|
override |
◆ selection()
virtual pqSMProxy pqSelectionInputWidget::selection |
( |
| ) |
|
|
inlinevirtual |
◆ setSelection
virtual void pqSelectionInputWidget::setSelection |
( |
pqSMProxy |
newAppendSelections | ) |
|
|
virtualslot |
◆ preAccept
virtual void pqSelectionInputWidget::preAccept |
( |
| ) |
|
|
virtualslot |
This must be connected to the panel-accept signal to ensure that the new selection source object gets registered for undo-redo/state to work.
This method also gets rid of any obsolete selection_sources.
◆ postAccept
virtual void pqSelectionInputWidget::postAccept |
( |
| ) |
|
|
virtualslot |
◆ selectionChanged
void pqSelectionInputWidget::selectionChanged |
( |
pqSMProxy |
| ) |
|
|
signal |
Signal that the selection proxy changed.
◆ copyActiveSelection
void pqSelectionInputWidget::copyActiveSelection |
( |
| ) |
|
|
protectedslot |
◆ onActiveSelectionChanged
void pqSelectionInputWidget::onActiveSelectionChanged |
( |
| ) |
|
|
protectedslot |
◆ updateLabels
void pqSelectionInputWidget::updateLabels |
( |
| ) |
|
|
protectedslot |
◆ AppendSelections
pqSMProxy pqSelectionInputWidget::AppendSelections |
|
protected |
◆ selection
The documentation for this class was generated from the following file: