ParaView
Public Member Functions | List of all members
pqOSPRayHidingDecorator Class Reference

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>

Inheritance diagram for pqOSPRayHidingDecorator:
Inheritance graph
[legend]
Collaboration diagram for pqOSPRayHidingDecorator:
Collaboration graph
[legend]

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...
 
- Public Member Functions inherited from pqPropertyWidgetDecorator
 pqPropertyWidgetDecorator (vtkPVXMLElement *xml, pqPropertyWidget *parent)
 Constructor. More...
 
virtual ~pqPropertyWidgetDecorator ()
 
pqPropertyWidgetparentWidget () 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

- Signals inherited from pqPropertyWidgetDecorator
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 ()
 
- Protected Member Functions inherited from pqPropertyWidgetDecorator
vtkPVXMLElementxml () const
 

Detailed Description

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.

Constructor & Destructor Documentation

§ pqOSPRayHidingDecorator()

pqOSPRayHidingDecorator::pqOSPRayHidingDecorator ( vtkPVXMLElement config,
pqPropertyWidget parentObject 
)

§ ~pqOSPRayHidingDecorator()

virtual pqOSPRayHidingDecorator::~pqOSPRayHidingDecorator ( )
virtual

Member Function Documentation

§ canShowWidget()

virtual bool pqOSPRayHidingDecorator::canShowWidget ( bool  show_advanced) const
virtual

Overridden to hide the widget when OSPRay is not compiled in.

Reimplemented from pqPropertyWidgetDecorator.


The documentation for this class was generated from the following file: