Inviwo  0.9.10.1
Inviwo documentation
inviwo::ProcessorObserver Class Reference

#include <processorobserver.h>

+ Inheritance diagram for inviwo::ProcessorObserver:

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)
 
Observeroperator= (Observer &&other)
 
Observeroperator= (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_
 

Detailed Description

Processor observer that knows which processor did the notification. Has notification for begin and end of it's invalidation. Inherits from VoidObserver.

See also
ProcessorObservable

Member Function Documentation

◆ onProcessorDisplayNameChanged()

virtual void inviwo::ProcessorObserver::onProcessorDisplayNameChanged ( Processor ,
const std::string &   
)
inlinevirtual

Called after the displayName has been changed.

Reimplemented in inviwo::ProcessorGraphicsItem, inviwo::CollapsibleGroupBoxWidgetQt, and inviwo::CanvasProcessorWidgetQt.

◆ onProcessorIdentifierChanged()

virtual void inviwo::ProcessorObserver::onProcessorIdentifierChanged ( Processor ,
const std::string &   
)
inlinevirtual

Called after the identifier has been changed.

Reimplemented in inviwo::ProcessorGraphicsItem, and inviwo::ProcessorDockWidgetQt.

◆ onProcessorReadyChanged()

virtual void inviwo::ProcessorObserver::onProcessorReadyChanged ( Processor )
inlinevirtual

Called after the processor has changed its ready state. The processor argument is the modified processor

Reimplemented in inviwo::ProcessorGraphicsItem.

◆ onProcessorSinkChanged()

virtual void inviwo::ProcessorObserver::onProcessorSinkChanged ( Processor )
inlinevirtual

Called after the processor has changed its sink state. The processor argument is the modified processor

◆ onProcessorSourceChanged()

virtual void inviwo::ProcessorObserver::onProcessorSourceChanged ( Processor )
inlinevirtual

Called after the processor has changed its source state. The processor argument is the modified processor


The documentation for this class was generated from the following file: