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

Public Member Functions

virtual void onSetIdentifier (Property *property, const std::string &identifier)
 
virtual void onSetDisplayName (Property *property, const std::string &displayName)
 
virtual void onSetSemantics (Property *property, const PropertySemantics &semantics)
 
virtual void onSetReadOnly (Property *property, bool readonly)
 
virtual void onSetVisible (Property *property, bool visible)
 
- 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 ()
 

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

◆ onSetDisplayName()

virtual void inviwo::PropertyObserver::onSetDisplayName ( Property * property,
const std::string & displayName )
virtual

Reimplemented in inviwo::PropertyWidgetCEF.

◆ onSetIdentifier()

virtual void inviwo::PropertyObserver::onSetIdentifier ( Property * property,
const std::string & identifier )
virtual

Reimplemented in inviwo::PropertyWidgetCEF.

◆ onSetReadOnly()

virtual void inviwo::PropertyObserver::onSetReadOnly ( Property * property,
bool readonly )
virtual

Reimplemented in inviwo::PropertyWidgetCEF.

◆ onSetSemantics()

virtual void inviwo::PropertyObserver::onSetSemantics ( Property * property,
const PropertySemantics & semantics )
virtual

Reimplemented in inviwo::PropertyWidgetCEF.

◆ onSetVisible()

virtual void inviwo::PropertyObserver::onSetVisible ( Property * property,
bool visible )
virtual

Reimplemented in inviwo::PropertyWidgetCEF.


The documentation for this class was generated from the following file: