Public Member Functions | List of all members
pqPVAnimationWidget Class Reference

pqPVAnimationWidget is subclass of pqAnimationViewWidget that connects with the pqAnimationManager maintained by pqPVApplicationCore. More...

#include <pqPVAnimationWidget.h>

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

Public Member Functions

 pqPVAnimationWidget (QWidget *parent=nullptr)
 
- Public Member Functions inherited from pqAnimationViewWidget
 pqAnimationViewWidget (QWidget *parent=nullptr)
 
 ~pqAnimationViewWidget () override
 

Additional Inherited Members

- Public Slots inherited from pqAnimationViewWidget
void setScene (pqAnimationScene *scene)
 set the scene to view More...
 
- Protected Slots inherited from pqAnimationViewWidget
void onSceneCuesChanged ()
 The cues in the scene have changed, so we make sure that we are not displaying a removed or added cue, if so we update the GUI. More...
 
void keyFramesChanged (QObject *)
 called when keyframes change More...
 
void updateSceneTimeRange ()
 called when scene time range changes More...
 
void updateSceneTime ()
 called when scene time changes More...
 
void updateTicks ()
 called when time steps changes More...
 
void trackSelected (pqAnimationTrack *track)
 
void updatePlayMode ()
 
void updateStrideRange ()
 
void toggleTrackEnabled (pqAnimationTrack *track)
 Called to toggle a track's enabled state. More...
 
void deleteTrack (pqAnimationTrack *track)
 
void createTrack ()
 
void createPythonTrack ()
 called to create a new python animation track. More...
 
void setActiveView (pqView *)
 
void setCurrentSelection (pqPipelineSource *)
 
void setCurrentProxy (vtkSMProxy *pxy)
 
void setCurrentTime (double)
 
void setKeyFrameTime (pqAnimationTrack *, pqAnimationKeyFrame *, int, double)
 
void onTimeLabelChanged ()
 
void selectedDataProxyChanged (vtkSMProxy *)
 
void changeDataProxyDialogAccepted ()
 
void generalSettingsChanged ()
 
void onStrideChanged ()
 

Detailed Description

pqPVAnimationWidget is subclass of pqAnimationViewWidget that connects with the pqAnimationManager maintained by pqPVApplicationCore.

Definition at line 16 of file pqPVAnimationWidget.h.

Constructor & Destructor Documentation

◆ pqPVAnimationWidget()

pqPVAnimationWidget::pqPVAnimationWidget ( QWidget *  parent = nullptr)

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