32 #ifndef pqAnimationScene_h 33 #define pqAnimationScene_h 55 QObject* parent =
nullptr);
73 vtkSMProxy* proxy,
const char* propertyname,
int index,
const QString& cuetype);
94 QPair<double, double> getClockTimeRange()
const;
99 QSet<pqAnimationCue*> getCues()
const;
104 double getAnimationTime()
const;
109 QList<double> getTimeSteps()
const;
140 void playModeChanged();
151 void clockTimeRangesChanged();
170 void beginPlay(
vtkObject* caller,
unsigned long,
void*,
void* reversed);
177 void endPlay(
vtkObject* caller,
unsigned long,
void*,
void* reversed);
183 void tick(
int percentCompleted);
189 void animationTime(
double time);
194 void frameCountChanged();
199 void timeStepsChanged();
204 void timeLabelChanged();
220 void setAnimationTime(
double time);
228 void onCuesChanged();
233 void onTick(
vtkObject* caller,
unsigned long,
void*,
void*
info);
239 void onAnimationTimePropertyChanged();
251 pqInternals* Internals;
254 const QString& cuetype,
vtkSMProxy* proxy,
const char* propertyname,
int index);
This class represents any registered Server Manager proxy.
proxy for a VTK object(s) on a server
pqAnimationScene is a representation for a vtkSMAnimationScene proxy.
#define PARAVIEW_DEPRECATED_IN_5_11_0(reason)
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...