ParaView
Public Member Functions | List of all members
pqProxySelection Class Reference

pqProxySelection is used to specify a selection comprising proxies. More...

#include <pqProxySelection.h>

Inherits QSet< pqServerManagerModelItem *>.

Public Member Functions

bool copyFrom (vtkSMProxySelectionModel *other)
 copy values from vtkSMProxySelectionModel. More...
 
bool copyTo (vtkSMProxySelectionModel *other) const
 copy values to vtkSMProxySelectionModel. More...
 

Detailed Description

pqProxySelection is used to specify a selection comprising proxies.

pqProxySelection provides methods to convert to and from vtkSMProxySelectionModel.

Definition at line 46 of file pqProxySelection.h.

Member Function Documentation

§ copyFrom()

bool pqProxySelection::copyFrom ( vtkSMProxySelectionModel other)

copy values from vtkSMProxySelectionModel.

All proxies in the vtkSMProxySelectionModel must be known to pqServerManagerModel otherwise it will be ignored. Returns true, if the selection was changed, otherwise returns false.

§ copyTo()

bool pqProxySelection::copyTo ( vtkSMProxySelectionModel other) const

copy values to vtkSMProxySelectionModel.

Clears any existing selection.


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