ParaView
|
pqOSPRayHidingDecorator's purpose is to prevent the GUI from showing any of the OSPRay specific rendering controls when Paraview is not configured with PARAVIEW_USE_OSPRAY More...
#include <pqOSPRayHidingDecorator.h>
Public Member Functions | |
pqOSPRayHidingDecorator (vtkPVXMLElement *config, pqPropertyWidget *parentObject) | |
virtual | ~pqOSPRayHidingDecorator () |
virtual bool | canShowWidget (bool show_advanced) const |
Overridden to hide the widget when OSPRay is not compiled in. More... | |
![]() | |
pqPropertyWidgetDecorator (vtkPVXMLElement *xml, pqPropertyWidget *parent) | |
Constructor. More... | |
virtual | ~pqPropertyWidgetDecorator () |
pqPropertyWidget * | parentWidget () const |
Returns the pqPropertyWidget parent. More... | |
virtual bool | enableWidget () const |
Override this method to override the enable state of the widget in the panel. More... | |
Additional Inherited Members | |
![]() | |
void | visibilityChanged () |
This signal is fired whenever the decorator has determined that the panel may need a refresh since the state of the system has changed which would deem changes in the widget visibility or enable state. More... | |
void | enableStateChanged () |
![]() | |
vtkPVXMLElement * | xml () const |
pqOSPRayHidingDecorator's purpose is to prevent the GUI from showing any of the OSPRay specific rendering controls when Paraview is not configured with PARAVIEW_USE_OSPRAY
Definition at line 42 of file pqOSPRayHidingDecorator.h.
pqOSPRayHidingDecorator::pqOSPRayHidingDecorator | ( | vtkPVXMLElement * | config, |
pqPropertyWidget * | parentObject | ||
) |
|
virtual |
|
virtual |
Overridden to hide the widget when OSPRay is not compiled in.
Reimplemented from pqPropertyWidgetDecorator.