Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::PropertyOwnerObserver Class Reference
Inheritance diagram for inviwo::PropertyOwnerObserver:

Public Member Functions

virtual void onWillAddProperty (PropertyOwner *owner, Property *property, size_t index)
virtual void onDidAddProperty (Property *property, size_t index)
virtual void onWillRemoveProperty (Property *property, size_t index)
virtual void onDidRemoveProperty (PropertyOwner *owner, Property *property, size_t index)
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 ()

Public Attributes

friend PropertyOwnerObservable

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_

Member Function Documentation

◆ onWillAddProperty()

virtual void inviwo::PropertyOwnerObserver::onWillAddProperty ( PropertyOwner * owner,
Property * property,
size_t index )
virtual

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

Reimplemented in inviwo::glui::GLUIProcessor.


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