pqMenuReactionUtils.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 pqMenuReactionUtils_h
5 #define pqMenuReactionUtils_h
6 
7 #include "pqCoreModule.h" // for exports
8 #include <QString>
9 
10 class vtkSMDomain;
11 class vtkSMInputProperty;
12 class vtkSMProxy;
13 
21 {
26 
33 }
34 
35 #endif
PQCORE_EXPORT QString getDomainDisplayText(vtkSMDomain *domain)
Generates a QString with an error helper message for a given vtkSMDomain.
represents the possible values a property can have
Definition: vtkSMDomain.h:37
#define PQCORE_EXPORT
Definition: pqCoreModule.h:15
PQCORE_EXPORT vtkSMInputProperty * getInputProperty(vtkSMProxy *proxy)
Gets the vtkSMInputProperty for a given vtkSMProxy.
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
Groups helper functions used by multiple pq*MenuReaction classes.
proxy representing inputs to a filter