32 #ifndef pqViewStreamingBehavior_h 33 #define pqViewStreamingBehavior_h 35 #include "pqApplicationComponentsModule.h" 55 typedef QObject Superclass;
62 void stopAutoUpdates();
63 void resumeAutoUpdates();
64 void triggerSingleUpdate();
68 void onViewUpdated(vtkObject*,
unsigned long,
void*);
76 bool DisableAutomaticUpdates;
78 void onStartInteractionEvent();
79 void onEndInteractionEvent();
This is a PQ abstraction of a generic view module.
pqViewStreamingBehavior is used to manage rendering of render-view when streaming is enabled...