Inviwo  0.9.10.1
Inviwo documentation
inviwo::ProgressBarObserver Class Reference

#include <progressbar.h>

+ Inheritance diagram for inviwo::ProgressBarObserver:

Public Member Functions

virtual void progressChanged ()
 
virtual void progressBarVisibilityChanged ()
 
- 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 ()
 

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

Member Function Documentation

◆ progressBarVisibilityChanged()

virtual void inviwo::ProgressBarObserver::progressBarVisibilityChanged ( )
inlinevirtual

This method will be called when observed object changes. Override it to add behavior.

Reimplemented in inviwo::ProcessorProgressGraphicsItem.

◆ progressChanged()

virtual void inviwo::ProgressBarObserver::progressChanged ( )
inlinevirtual

This method will be called when observed object changes. Override it to add behavior.

Reimplemented in inviwo::ProcessorProgressGraphicsItem.


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