src
paraview-5.12
Qt
ApplicationComponents
pqOSPRayHidingDecorator.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 pqOSPRayHidingDecorator_h
5
#define pqOSPRayHidingDecorator_h
6
7
#include "
pqPropertyWidgetDecorator.h
"
8
14
class
pqOSPRayHidingDecorator
:
public
pqPropertyWidgetDecorator
15
{
16
Q_OBJECT
17
typedef
pqPropertyWidgetDecorator
Superclass
;
18
19
public
:
20
pqOSPRayHidingDecorator
(
vtkPVXMLElement
* config,
pqPropertyWidget
* parentObject);
21
~pqOSPRayHidingDecorator
()
override
;
22
26
bool
canShowWidget
(
bool
show_advanced)
const override
;
27
28
private
:
29
Q_DISABLE_COPY(
pqOSPRayHidingDecorator
)
30
};
31
32
#endif
pqOSPRayHidingDecorator
pqOSPRayHidingDecorator's purpose is to prevent the GUI from showing any of the RayTracing specific r...
Definition:
pqOSPRayHidingDecorator.h:14
pqPropertyWidget
pqPropertyWidget represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
Definition:
pqPropertyWidget.h:25
pqPropertyWidgetDecorator.h
pqPropertyWidgetDecorator
pqPropertyWidgetDecorator provides a mechanism to decorate pqPropertyWidget instances to add logic to...
Definition:
pqPropertyWidgetDecorator.h:19
pqOSPRayHidingDecorator::~pqOSPRayHidingDecorator
~pqOSPRayHidingDecorator() override
vtkPVXMLElement
Definition:
vtkPVXMLElement.h:23
pqOSPRayHidingDecorator::pqOSPRayHidingDecorator
pqOSPRayHidingDecorator(vtkPVXMLElement *config, pqPropertyWidget *parentObject)
pqOSPRayHidingDecorator::canShowWidget
bool canShowWidget(bool show_advanced) const override
Overridden to hide the widget when OSPRay is not compiled in.
Generated by
1.8.17 on Wed Mar 27 2024