![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
#include <activityindicator.h>
Inheritance diagram for inviwo::ActivityIndicator:Public Member Functions | |
| void | setActive (bool active) |
| bool | isActive () const |
Public Member Functions inherited from inviwo::Observable< ActivityIndicatorObserver > | |
| Observable (const Observable< ActivityIndicatorObserver > &other) | |
| Observable (Observable< ActivityIndicatorObserver > &&other) | |
| Observable< ActivityIndicatorObserver > & | operator= (const Observable< ActivityIndicatorObserver > &other) |
| Observable< ActivityIndicatorObserver > & | operator= (Observable< ActivityIndicatorObserver > &&other) |
| void | addObserver (ActivityIndicatorObserver *observer) |
| void | removeObserver (ActivityIndicatorObserver *observer) |
| virtual void | startBlockingNotifications () override final |
| virtual void | stopBlockingNotifications () override final |
Additional Inherited Members | |
Protected Member Functions inherited from inviwo::Observable< ActivityIndicatorObserver > | |
| void | forEachObserver (C callback) |
Protected Member Functions inherited from inviwo::ObservableInterface | |
| void | addObservationHelper (Observer *observer) |
| void | removeObservationHelper (Observer *observer) |
A class for indicating that a processor is working.