4 #ifndef pqLiveSourceBehavior_h 5 #define pqLiveSourceBehavior_h 9 #include <QScopedPointer> 28 typedef QObject Superclass;
47 static bool isPaused() {
return pqLiveSourceBehavior::PauseLiveUpdates; }
56 void startInteractionEvent();
57 void endInteractionEvent();
60 QScopedPointer<pqInternals> Internals;
62 static bool PauseLiveUpdates;
static bool isPaused()
Returns true if live updates are paused.
pqLiveSourceBehavior adds support for "live" algorithms.
#define PQAPPLICATIONCOMPONENTS_EXPORT
This is a PQ abstraction of a generic view module.
PQ representation for a vtkSMProxy that can be involved in a pipeline.