![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
#include <processorobserver.h>
Public Member Functions | |
| virtual void | onAboutPropertyChange (Property *) |
| virtual void | onProcessorInvalidationBegin (Processor *) |
| virtual void | onProcessorInvalidationEnd (Processor *) |
| virtual void | onProcessorPortAdded (Processor *, Port *) |
| virtual void | onProcessorPortRemoved (Processor *, Port *) |
| virtual void | onProcessorAboutToProcess (Processor *) |
| virtual void | onProcessorFinishedProcess (Processor *) |
| virtual void | onProcessorSourceChanged (Processor *) |
| virtual void | onProcessorSinkChanged (Processor *) |
| virtual void | onProcessorReadyChanged (Processor *) |
| virtual void | onProcessorActiveConnectionsChanged (Processor *) |
| virtual void | onProcessorStartBackgroundWork (Processor *, size_t) |
| Called when a processor initiates a background computation. | |
| virtual void | onProcessorFinishBackgroundWork (Processor *, size_t) |
| Called when a processor finishes a background computation. | |
| Public Member Functions inherited from inviwo::Observer | |
| Observer (const Observer &other) | |
| Observer (Observer &&other) | |
| Observer & | operator= (Observer &&other) |
| Observer & | operator= (const Observer &other) |
| virtual | ~Observer () |
| void | removeObservation (ObservableInterface *observable) |
| void | removeObservations () |
Public Attributes | |
| friend | ProcessorObservable |
Additional Inherited Members | |
| Protected Member Functions inherited from inviwo::Observer | |
| void | addObservation (ObservableInterface *observable) |
| Protected Attributes inherited from inviwo::Observer | |
| std::unordered_set< ObservableInterface * > | observables_ |
Processor observer that knows which processor did the notification. Has notification for begin and end of it's invalidation. Inherits from VoidObserver.
|
inlinevirtual |
Called after a processor inport and its connected outport(s) changed active state.
Reimplemented in inviwo::NetworkDebugObserver.
|
inlinevirtual |
Called when a processor finishes a background computation.
Reimplemented in inviwo::NetworkDebugObserver, and inviwo::ProcessorGraphicsItem.
|
inlinevirtual |
Called after the processor has changed its ready state.
Reimplemented in inviwo::NetworkDebugObserver, and inviwo::ProcessorGraphicsItem.
|
inlinevirtual |
Called after the processor has changed its sink state.
Reimplemented in inviwo::NetworkDebugObserver.
|
inlinevirtual |
Called after the processor has changed its source state.
Reimplemented in inviwo::NetworkDebugObserver.
|
inlinevirtual |
Called when a processor initiates a background computation.
Reimplemented in inviwo::NetworkDebugObserver, and inviwo::ProcessorGraphicsItem.