3 #ifndef pqLiveSourceItem_h 4 #define pqLiveSourceItem_h 6 #include "pqComponentsModule.h" 35 typedef QObject Superclass;
45 void update(
double time);
64 double* getTimestampRange();
69 bool isEmulatedTimeAlgorithm();
74 vtkTypeUInt32 getSourceId();
86 void onInformationUpdated();
91 void stateChanged(
bool isPaused);
103 void startInteractionEvent();
104 void endInteractionEvent();
111 void onUpdateInformation();
114 QScopedPointer<pqInternals> Internals;
This is a PQ abstraction of a generic view module.
PQ representation for a vtkSMProxy that can be involved in a pipeline.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
This component is used by pqLiveSourceManager to interact with the underlying proxy of the LiveSource...