pqSelectionInputWidget is a custom widget used for specifying the selection to use on filters that have a selection as input.
More...
#include <pqSelectionInputWidget.h>
List of all members.
Detailed Description
pqSelectionInputWidget is a custom widget used for specifying the selection to use on filters that have a selection as input.
Definition at line 43 of file pqSelectionInputWidget.h.
Member Typedef Documentation
Constructor & Destructor Documentation
| pqSelectionInputWidget::pqSelectionInputWidget |
( |
QWidget * |
parent = 0 | ) |
|
| pqSelectionInputWidget::~pqSelectionInputWidget |
( |
| ) |
|
Member Function Documentation
| virtual pqSMProxy pqSelectionInputWidget::selection |
( |
| ) |
[inline, virtual] |
| virtual void pqSelectionInputWidget::setSelection |
( |
pqSMProxy |
selection | ) |
[virtual, slot] |
| virtual void pqSelectionInputWidget::preAccept |
( |
| ) |
[virtual, slot] |
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.
| virtual void pqSelectionInputWidget::postAccept |
( |
| ) |
[virtual, slot] |
| void pqSelectionInputWidget::selectionChanged |
( |
pqSMProxy |
| ) |
[signal] |
Signal that the selection proxy changed.
| void pqSelectionInputWidget::copyActiveSelection |
( |
| ) |
[protected, slot] |
| void pqSelectionInputWidget::initializeWidget |
( |
| ) |
[protected, slot] |
| void pqSelectionInputWidget::onActiveSelectionChanged |
( |
| ) |
[protected, slot] |
| void pqSelectionInputWidget::updateLabels |
( |
| ) |
[protected, slot] |
Member Data Documentation
Property Documentation
pqSMProxy pqSelectionInputWidget::selection [read, write] |
The documentation for this class was generated from the following file: