pqPVAnimationWidget is subclass of pqAnimationViewWidget that connects with the pqAnimationManager maintained by pqPVApplicationCore. More...
#include <pqPVAnimationWidget.h>


Public Member Functions | |
| pqPVAnimationWidget (QWidget *parent=0) | |
Public Member Functions inherited from pqAnimationViewWidget | |
| pqAnimationViewWidget (QWidget *parent=0) | |
| ~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 | 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 () |
pqPVAnimationWidget is subclass of pqAnimationViewWidget that connects with the pqAnimationManager maintained by pqPVApplicationCore.
Definition at line 42 of file pqPVAnimationWidget.h.
| pqPVAnimationWidget::pqPVAnimationWidget | ( | QWidget * | parent = 0 | ) |
1.8.13 on Tue May 18 2021