Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::ProgressBarObserver Class Reference

#include <progressbar.h>

Inheritance diagram for inviwo::ProgressBarObserver:

Public Member Functions

virtual void progressChanged (float progress)
virtual void progressBarVisibilityChanged (bool visibility)
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 Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)
Protected Attributes inherited from inviwo::Observer
std::unordered_set< ObservableInterface * > observables_

Detailed Description

Member Function Documentation

◆ progressBarVisibilityChanged()

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

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

Parameters
visibilitystate that ProgressBar changed into

Reimplemented in inviwo::ProcessorProgressGraphicsItem, and inviwo::ProgressBarObserverCEF.

◆ progressChanged()

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

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

Parameters
progressNew progress between [0 1]

Reimplemented in inviwo::ProcessorProgressGraphicsItem, and inviwo::ProgressBarObserverCEF.


The documentation for this class was generated from the following file:
  • progressbar.h