Public Member Functions | Protected Slots | Protected Attributes | List of all members
pqAnimationShortcutWidget Class Reference

A QToolButton widget to show a dialog that is a shortcut to creating an animation. More...

#include <pqAnimationShortcutWidget.h>

Inherits QToolButton.

Collaboration diagram for pqAnimationShortcutWidget:
Collaboration graph
[legend]

Public Member Functions

 pqAnimationShortcutWidget (QWidget *parent, vtkSMProxy *proxy, vtkSMProperty *property)
 constructor requires the proxy and property More...
 
 ~pqAnimationShortcutWidget ()
 

Protected Slots

virtual void updateMenu ()
 Called when the menu is about to be shown. More...
 
virtual void onTriggered (QAction *)
 Called when toolbutton it pressed. More...
 
virtual void setScene (pqAnimationScene *scene)
 Set the scene to view. More...
 

Protected Attributes

vtkSMProxyProxy
 
vtkSMPropertyProperty
 
pqAnimationSceneScene
 

Detailed Description

A QToolButton widget to show a dialog that is a shortcut to creating an animation.

Definition at line 46 of file pqAnimationShortcutWidget.h.

Constructor & Destructor Documentation

◆ pqAnimationShortcutWidget()

pqAnimationShortcutWidget::pqAnimationShortcutWidget ( QWidget *  parent,
vtkSMProxy proxy,
vtkSMProperty property 
)

constructor requires the proxy and property

◆ ~pqAnimationShortcutWidget()

pqAnimationShortcutWidget::~pqAnimationShortcutWidget ( )

Member Function Documentation

◆ updateMenu

virtual void pqAnimationShortcutWidget::updateMenu ( )
protectedvirtualslot

Called when the menu is about to be shown.

◆ onTriggered

virtual void pqAnimationShortcutWidget::onTriggered ( QAction *  )
protectedvirtualslot

Called when toolbutton it pressed.

◆ setScene

virtual void pqAnimationShortcutWidget::setScene ( pqAnimationScene scene)
protectedvirtualslot

Set the scene to view.

Member Data Documentation

◆ Proxy

vtkSMProxy* pqAnimationShortcutWidget::Proxy
protected

Definition at line 75 of file pqAnimationShortcutWidget.h.

◆ Property

vtkSMProperty* pqAnimationShortcutWidget::Property
protected

Definition at line 76 of file pqAnimationShortcutWidget.h.

◆ Scene

pqAnimationScene* pqAnimationShortcutWidget::Scene
protected

Definition at line 77 of file pqAnimationShortcutWidget.h.


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