pqProxySelection.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 #ifndef pqProxySelection_h
5 #define pqProxySelection_h
6 
7 #include "pqCoreModule.h"
8 #include <QList>
9 
12 
18 using pqProxySelection = QList<pqServerManagerModelItem*>;
19 
21 {
22 public:
29  static bool copy(vtkSMProxySelectionModel* source, pqProxySelection& dest);
30 
34  static bool copy(const pqProxySelection& source, vtkSMProxySelectionModel* dest);
35 
42  static pqProxySelection getPipelineProxies(const pqProxySelection& sel);
43 };
44 
45 #endif
pqServerManagerModelItem is a element maintained by pqServerManagerModel.
QList< pqServerManagerModelItem * > pqProxySelection
pqProxySelection is used to specify a selection comprising proxies.
#define PQCORE_EXPORT
Definition: pqCoreModule.h:15
source