#include <pqLiveSourceBehavior.h>
Inherits QObject.
Public Member Functions | |
| pqLiveSourceBehavior (QObject *parent=nullptr) | |
| ~pqLiveSourceBehavior () override | |
Static Public Member Functions | |
| static void | pause () |
| Pause live updates. More... | |
| static void | resume () |
| Resume live updates. More... | |
| static bool | isPaused () |
| Returns true if live updates are paused. More... | |
Protected Slots | |
| void | viewAdded (pqView *) |
| void | sourceAdded (pqPipelineSource *) |
| void | timeout () |
pqLiveSourceBehavior adds support for "live" algorithms. These are vtkAlgorithm subclasses that have a method GetNeedsUpdate which returns true (bool) when source may have new data and should be refreshed.
To indicate a source is a "live source", one needs to simply add <LiveSource> XML hint for the source proxy.
Definition at line 25 of file pqLiveSourceBehavior.h.
| pqLiveSourceBehavior::pqLiveSourceBehavior | ( | QObject * | parent = nullptr | ) |
|
override |
|
static |
Pause live updates.
|
static |
Resume live updates.
|
inlinestatic |
Returns true if live updates are paused.
Definition at line 47 of file pqLiveSourceBehavior.h.
|
protectedslot |
|
protectedslot |
|
protectedslot |
1.8.17 on Wed Mar 27 2024