Public Slots | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
pqCameraDialog Class Reference

#include <pqCameraDialog.h>

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

Public Slots

void setRenderModule (pqView *)
 

Public Member Functions

 pqCameraDialog (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags{})
 
 ~pqCameraDialog () override
 
void SetCameraGroupsEnabled (bool enabled)
 
- Public Member Functions inherited from pqDialog
 pqDialog (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags{})
 
 ~pqDialog () override
 
void setUndoLabel (const QString &label)
 Set the label used for undo command. More...
 
void accept () override
 
void done (int r) override
 

Static Public Member Functions

static bool configureCustomViewpoints (QWidget *parentWidget, vtkSMRenderViewProxy *viewProxy)
 Open the CustomViewpointDialog to configure customViewpoints. More...
 
static bool addCurrentViewpointToCustomViewpoints (vtkSMRenderViewProxy *viewProxy)
 Add the current viewpoint to the custom viewpoints. More...
 
static bool applyCustomViewpoint (int CustomViewpointIndex, vtkSMRenderViewProxy *viewProxy)
 Change cemara positing to an indexed custom viewpoints. More...
 
static bool deleteCustomViewpoint (int CustomViewpointIndex, vtkSMRenderViewProxy *viewProxy)
 Delete an indexed custom viewpoint. More...
 
static bool setToCurrentViewpoint (int CustomViewpointIndex, vtkSMRenderViewProxy *viewProxy)
 Set an indexed custom viewpoint to the current viewpoint. More...
 
static QStringList CustomViewpointToolTips ()
 Return the list of custom viewpoints tooltups. More...
 
static QStringList CustomViewpointConfigurations ()
 Return the list of custom viewpoint configurations. More...
 

Protected Member Functions

void setupGUI ()
 
- Protected Member Functions inherited from pqDialog
virtual void acceptInternal ()
 Subclassess should override this instead of accept();. More...
 
virtual void doneInternal (int)
 Subclassess should override this instead of done(). More...
 

Additional Inherited Members

- Signals inherited from pqDialog
void beginUndo (const QString &)
 Fired when dialog begins undo-able changes. More...
 
void endUndo ()
 Fired when dialog is done with undo-able changes. More...
 
- Protected Attributes inherited from pqDialog
QString UndoLabel
 

Detailed Description

Definition at line 15 of file pqCameraDialog.h.

Constructor & Destructor Documentation

◆ pqCameraDialog()

pqCameraDialog::pqCameraDialog ( QWidget *  parent = nullptr,
Qt::WindowFlags  f = Qt::WindowFlags{} 
)

◆ ~pqCameraDialog()

pqCameraDialog::~pqCameraDialog ( )
override

Member Function Documentation

◆ SetCameraGroupsEnabled()

void pqCameraDialog::SetCameraGroupsEnabled ( bool  enabled)

◆ configureCustomViewpoints()

static bool pqCameraDialog::configureCustomViewpoints ( QWidget *  parentWidget,
vtkSMRenderViewProxy viewProxy 
)
static

Open the CustomViewpointDialog to configure customViewpoints.

◆ addCurrentViewpointToCustomViewpoints()

static bool pqCameraDialog::addCurrentViewpointToCustomViewpoints ( vtkSMRenderViewProxy viewProxy)
static

Add the current viewpoint to the custom viewpoints.

◆ applyCustomViewpoint()

static bool pqCameraDialog::applyCustomViewpoint ( int  CustomViewpointIndex,
vtkSMRenderViewProxy viewProxy 
)
static

Change cemara positing to an indexed custom viewpoints.

◆ deleteCustomViewpoint()

static bool pqCameraDialog::deleteCustomViewpoint ( int  CustomViewpointIndex,
vtkSMRenderViewProxy viewProxy 
)
static

Delete an indexed custom viewpoint.

◆ setToCurrentViewpoint()

static bool pqCameraDialog::setToCurrentViewpoint ( int  CustomViewpointIndex,
vtkSMRenderViewProxy viewProxy 
)
static

Set an indexed custom viewpoint to the current viewpoint.

◆ CustomViewpointToolTips()

static QStringList pqCameraDialog::CustomViewpointToolTips ( )
static

Return the list of custom viewpoints tooltups.

◆ CustomViewpointConfigurations()

static QStringList pqCameraDialog::CustomViewpointConfigurations ( )
static

Return the list of custom viewpoint configurations.

◆ setRenderModule

void pqCameraDialog::setRenderModule ( pqView )
slot

◆ setupGUI()

void pqCameraDialog::setupGUI ( )
protected

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