#include <progressbar.h>
|
| virtual void | progressChanged (float progress) |
| virtual void | progressBarVisibilityChanged (bool visibility) |
|
| Observer (const Observer &other) |
|
| Observer (Observer &&other) |
|
Observer & | operator= (Observer &&other) |
|
Observer & | operator= (const Observer &other) |
| virtual | ~Observer () |
| void | removeObservation (ObservableInterface *observable) |
|
void | removeObservations () |
|
| void | addObservation (ObservableInterface *observable) |
|
std::unordered_set< ObservableInterface * > | observables_ |
◆ progressBarVisibilityChanged()
| virtual void inviwo::ProgressBarObserver::progressBarVisibilityChanged |
( |
bool | visibility | ) |
|
|
inlinevirtual |
◆ progressChanged()
| virtual void inviwo::ProgressBarObserver::progressChanged |
( |
float | progress | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: