Qt
Core
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
20
namespace
pqMenuReactionUtils
21
{
25
PQCORE_EXPORT
QString
getDomainDisplayText
(
vtkSMDomain
* domain);
26
32
PQCORE_EXPORT
vtkSMInputProperty
*
getInputProperty
(
vtkSMProxy
* proxy);
33
}
34
35
#endif
pqCoreModule.h
pqMenuReactionUtils::getDomainDisplayText
PQCORE_EXPORT QString getDomainDisplayText(vtkSMDomain *domain)
Generates a QString with an error helper message for a given vtkSMDomain.
vtkSMDomain
represents the possible values a property can have
Definition:
vtkSMDomain.h:37
PQCORE_EXPORT
#define PQCORE_EXPORT
Definition:
pqCoreModule.h:15
pqMenuReactionUtils::getInputProperty
PQCORE_EXPORT vtkSMInputProperty * getInputProperty(vtkSMProxy *proxy)
Gets the vtkSMInputProperty for a given vtkSMProxy.
vtkSMProxy
proxy for a VTK object(s) on a server
Definition:
vtkSMProxy.h:140
pqMenuReactionUtils
Groups helper functions used by multiple pq*MenuReaction classes.
Definition:
pqMenuReactionUtils.h:20
vtkSMInputProperty
proxy representing inputs to a filter
Definition:
vtkSMInputProperty.h:28
Generated by
1.8.13 on Tue Oct 1 2024