![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
#include <activityindicator.h>
Public Member Functions | |
void | setActive (bool active) |
bool | isActive () const |
![]() | |
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 | |
![]() | |
void | forEachObserver (C callback) |
![]() | |
void | addObservationHelper (Observer *observer) |
void | removeObservationHelper (Observer *observer) |
A class for indicating that a processor is working.