5 #ifndef pqVCRController_h 6 #define pqVCRController_h 38 void timestepChanged();
46 void playing(
bool,
bool);
64 void timeRanges(
double,
double);
76 virtual void onTimeRangesChanged();
82 virtual void onFirstFrame();
83 virtual void onPreviousFrame();
84 virtual void onNextFrame();
85 virtual void onLastFrame();
86 virtual void onPlay();
87 virtual void onReverse();
88 virtual void onPause();
89 virtual void onLoop(
bool checked);
94 void onLoopPropertyChanged();
95 void onBeginPlay(
vtkObject* caller,
unsigned long,
void*,
void* reversed);
96 void onEndPlay(
vtkObject* caller,
unsigned long,
void*,
void* reversed);
101 QPointer<pqAnimationScene>
Scene;
#define PQCOMPONENTS_EXPORT
pqVCRController is the QObject that encapsulates the VCR control functionality.
PQ representation for a vtkSMProxy that can be involved in a pipeline.
pqAnimationScene is a representation for a vtkSMAnimationScene proxy.