Qt
Core
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
10
class
pqServerManagerModelItem
;
11
class
vtkSMProxySelectionModel
;
12
18
using
pqProxySelection
= QList<pqServerManagerModelItem*>;
19
20
class
PQCORE_EXPORT
pqProxySelectionUtilities
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
vtkSMProxySelectionModel
selects proxies.
Definition:
vtkSMProxySelectionModel.h:28
pqServerManagerModelItem
pqServerManagerModelItem is a element maintained by pqServerManagerModel.
Definition:
pqServerManagerModelItem.h:19
pqCoreModule.h
pqProxySelection
QList< pqServerManagerModelItem * > pqProxySelection
pqProxySelection is used to specify a selection comprising proxies.
Definition:
pqProxySelection.h:18
PQCORE_EXPORT
#define PQCORE_EXPORT
Definition:
pqCoreModule.h:15
source
source
pqProxySelectionUtilities
Definition:
pqProxySelection.h:20
Generated by
1.8.13 on Tue Oct 1 2024