ParaView
Public Types | Public Slots | Signals | Public Member Functions | Protected Slots | Protected Attributes | Properties
pqSelectionInputWidget Class Reference

pqSelectionInputWidget is a custom widget used for specifying the selection to use on filters that have a selection as input. More...

#include <pqSelectionInputWidget.h>

Collaboration diagram for pqSelectionInputWidget:
Collaboration graph
[legend]

List of all members.

Public Types

typedef QWidget Superclass

Public Slots

virtual void setSelection (pqSMProxy selection)
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.
virtual void postAccept ()

Signals

void selectionChanged (pqSMProxy)
 Signal that the selection proxy changed.

Public Member Functions

 pqSelectionInputWidget (QWidget *parent=0)
 ~pqSelectionInputWidget ()
virtual pqSMProxy selection ()

Protected Slots

void copyActiveSelection ()
void initializeWidget ()
void onActiveSelectionChanged ()
void updateLabels ()

Protected Attributes

pqSMProxy SelectionSource

Properties

pqSMProxy selection

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

Definition at line 50 of file pqSelectionInputWidget.h.


Constructor & Destructor Documentation

pqSelectionInputWidget::pqSelectionInputWidget ( QWidget *  parent = 0)
pqSelectionInputWidget::~pqSelectionInputWidget ( )

Member Function Documentation

virtual pqSMProxy pqSelectionInputWidget::selection ( ) [inline, virtual]

Definition at line 55 of file pqSelectionInputWidget.h.

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

Definition at line 86 of file pqSelectionInputWidget.h.


Property Documentation

pqSMProxy pqSelectionInputWidget::selection [read, write]

Definition at line 49 of file pqSelectionInputWidget.h.


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