ParaView
|
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. Clears any existing selection. More... | |
pqProxySelection is used to specify a selection comprising proxies.
pqProxySelection provides methods to convert to and from vtkSMProxySelectionModel.
Definition at line 44 of file pqProxySelection.h.
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.
bool pqProxySelection::copyTo | ( | vtkSMProxySelectionModel * | other | ) | const |
copy values to vtkSMProxySelectionModel. Clears any existing selection.