Public Slots | Public Member Functions | List of all members
pqLightsInspector Class Reference

widget to that lets user edit ParaView's lights More...

#include <pqLightsInspector.h>

Inherits QWidget.

Public Slots

void addLight ()
 
void removeLight (vtkSMProxy *=nullptr)
 
void syncLightToCamera (vtkSMProxy *=nullptr)
 
void resetLight (vtkSMProxy *=nullptr)
 
void setActiveView (pqView *)
 
void render ()
 
void updateAndRender ()
 

Public Member Functions

 pqLightsInspector (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags(), bool autotracking=true)
 
 ~pqLightsInspector () override
 

Detailed Description

widget to that lets user edit ParaView's lights

pqLightsInspector is a QWidget that is used to allow user to view and edit the lights in the active render view

Definition at line 50 of file pqLightsInspector.h.

Constructor & Destructor Documentation

◆ pqLightsInspector()

pqLightsInspector::pqLightsInspector ( QWidget *  parent = nullptr,
Qt::WindowFlags  f = Qt::WindowFlags(),
bool  autotracking = true 
)

◆ ~pqLightsInspector()

pqLightsInspector::~pqLightsInspector ( )
override

Member Function Documentation

◆ addLight

void pqLightsInspector::addLight ( )
slot

◆ removeLight

void pqLightsInspector::removeLight ( vtkSMProxy = nullptr)
slot

◆ syncLightToCamera

void pqLightsInspector::syncLightToCamera ( vtkSMProxy = nullptr)
slot

◆ resetLight

void pqLightsInspector::resetLight ( vtkSMProxy = nullptr)
slot

◆ setActiveView

void pqLightsInspector::setActiveView ( pqView )
slot

◆ render

void pqLightsInspector::render ( )
slot

◆ updateAndRender

void pqLightsInspector::updateAndRender ( )
slot

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