3 #ifndef pqLiveSourceManager_h 4 #define pqLiveSourceManager_h 24 typedef QObject Superclass;
53 void pauseEmulatedTime();
54 void resumeEmulatedTime();
60 bool isEmulatedTimePaused();
67 void setEmulatedSpeedMultiplier(
double speed);
68 double getEmulatedSpeedMultiplier();
75 void setEmulatedCurrentTime(
double time);
76 double getEmulatedCurrentTime();
83 void emulatedTimeStateChanged(
bool isPaused);
98 void onUpdateTimeRanges();
104 QScopedPointer<pqInternals> Internals;
pqLiveSourceManager is the manager that handle all live sources in ParaView It is usually instantiate...
#define PQCOMPONENTS_EXPORT
proxy for a VTK object(s) on a server
PQ representation for a vtkSMProxy that can be involved in a pipeline.
This component is used by pqLiveSourceManager to interact with the underlying proxy of the LiveSource...