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

pqEditCameraReaction is a reaction to show the edit-camera dialog. More...

#include <pqEditCameraReaction.h>

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

Public Slots

void updateEnableState () override
 Updates the enabled state. More...
 

Public Member Functions

 pqEditCameraReaction (QAction *parent, pqView *view=nullptr)
 
- Public Member Functions inherited from pqReaction
 pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection)
 Constructor. More...
 
 ~pqReaction () override
 
QAction * parentAction () const
 Provides access to the parent action. More...
 

Static Public Member Functions

static void editCamera (pqView *)
 Shows the dialog for the view. More...
 

Protected Member Functions

void onTriggered () override
 Called when the action is triggered. More...
 

Additional Inherited Members

- Protected Slots inherited from pqReaction
virtual void updateEnableState ()
 
virtual void updateMasterEnableState (bool)
 
- Protected Attributes inherited from pqReaction
bool IsMaster
 

Detailed Description

pqEditCameraReaction is a reaction to show the edit-camera dialog.

Definition at line 16 of file pqEditCameraReaction.h.

Constructor & Destructor Documentation

◆ pqEditCameraReaction()

pqEditCameraReaction::pqEditCameraReaction ( QAction *  parent,
pqView view = nullptr 
)

Member Function Documentation

◆ editCamera()

static void pqEditCameraReaction::editCamera ( pqView )
static

Shows the dialog for the view.

◆ updateEnableState

void pqEditCameraReaction::updateEnableState ( )
overrideslot

Updates the enabled state.

Applications need not explicitly call this.

◆ onTriggered()

void pqEditCameraReaction::onTriggered ( )
overrideprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.


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