![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Inheritance diagram for inviwo::FactoryObservable< T >:Protected Member Functions | |
| void | notifyObserversOnRegister (T *p) |
| void | notifyObserversOnUnRegister (T *p) |
Protected Member Functions inherited from inviwo::Observable< FactoryObserver< T > > | |
| void | forEachObserver (C callback) |
Protected Member Functions inherited from inviwo::ObservableInterface | |
| void | addObservationHelper (Observer *observer) |
| void | removeObservationHelper (Observer *observer) |
Additional Inherited Members | |
Public Member Functions inherited from inviwo::Observable< FactoryObserver< T > > | |
| void | addObserver (T *observer) |
| bool | isObservedBy (T *observer) const |
| Observable (const Observable< T > &other) | |
| Observable (Observable< T > &&other) noexcept | |
| Observable< T > & | operator= (const Observable< T > &other) |
| Observable< T > & | operator= (Observable< T > &&other) noexcept |
| void | removeObserver (T *observer) |
| virtual void | startBlockingNotifications () override final |
| virtual void | stopBlockingNotifications () override final |