4 #ifndef pqAnimationScene_h
5 #define pqAnimationScene_h
29 QObject* parent =
nullptr);
48 vtkSMProxy* proxy,
const char* propertyname,
int index,
const QString& cuetype);
71 QPair<double, double> getClockTimeRange()
const;
76 QSet<pqAnimationCue*> getCues()
const;
81 double getAnimationTime()
const;
86 QList<double> getTimeSteps()
const;
117 void playModeChanged();
128 void clockTimeRangesChanged();
147 void beginPlay(
vtkObject* caller,
unsigned long,
void*,
void* reversed);
154 void endPlay(
vtkObject* caller,
unsigned long,
void*,
void* reversed);
160 void tick(
int percentCompleted);
166 void animationTime(
double time);
171 void frameCountChanged();
176 void timeStepsChanged();
181 void timeLabelChanged();
197 void setAnimationTime(
double time);
205 void onCuesChanged();
210 void onTick(
vtkObject* caller,
unsigned long,
void*,
void*
info);
216 void onAnimationTimePropertyChanged();
228 pqInternals* Internals;
231 const QString& cuetype,
vtkSMProxy* proxy,
const char* propertyname,
int index);