Inviwo
0.9.10.1
Inviwo documentation
|
#include <processorobserver.h>
Public Member Functions | |
virtual void | onAboutPropertyChange (Property *) |
virtual void | onProcessorInvalidationBegin (Processor *) |
virtual void | onProcessorInvalidationEnd (Processor *) |
virtual void | onProcessorIdentifierChanged (Processor *, const std::string &) |
virtual void | onProcessorDisplayNameChanged (Processor *, const std::string &) |
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 *) |
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 Types inherited from inviwo::Observer | |
using | ObservableSet = std::unordered_set< ObservableInterface * > |
Protected Member Functions inherited from inviwo::Observer | |
void | addObservation (ObservableInterface *observable) |
Protected Attributes inherited from inviwo::Observer | |
ObservableSet | 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 the displayName has been changed.
Reimplemented in inviwo::ProcessorGraphicsItem, inviwo::CollapsibleGroupBoxWidgetQt, and inviwo::CanvasProcessorWidgetQt.
|
inlinevirtual |
Called after the identifier has been changed.
Reimplemented in inviwo::ProcessorGraphicsItem, and inviwo::ProcessorDockWidgetQt.
|
inlinevirtual |
Called after the processor has changed its ready state. The processor argument is the modified processor
Reimplemented in inviwo::ProcessorGraphicsItem.
|
inlinevirtual |
Called after the processor has changed its sink state. The processor argument is the modified processor
|
inlinevirtual |
Called after the processor has changed its source state. The processor argument is the modified processor