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

Public Member Functions

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

std::function< void(Property *, const std::string &)> onIdentifierChange
 
std::function< void(Property *, const std::string &)> onDisplayNameChange
 
std::function< void(Property *, const PropertySemantics &)> onSemanticsChange
 
std::function< void(Property *, bool)> onReadOnlyChange
 
std::function< void(Property *, bool)> onVisibleChange
 

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::PropertyObserverDelegate::onSetDisplayName ( Property * property,
const std::string & displayName )
inlineoverridevirtual

Reimplemented from inviwo::PropertyObserver.

◆ onSetIdentifier()

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

Reimplemented from inviwo::PropertyObserver.

◆ onSetReadOnly()

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

Reimplemented from inviwo::PropertyObserver.

◆ onSetSemantics()

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

Reimplemented from inviwo::PropertyObserver.

◆ onSetVisible()

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

Reimplemented from inviwo::PropertyObserver.


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