|
|
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 |
|
| void | addObservation (ObservableInterface *observable) |
|
std::unordered_set< ObservableInterface * > | observables_ |
◆ onSetDisplayName()
| virtual void inviwo::PropertyObserverDelegate::onSetDisplayName |
( |
Property * | property, |
|
|
const std::string & | displayName ) |
|
inlineoverridevirtual |
◆ onSetIdentifier()
| virtual void inviwo::PropertyObserverDelegate::onSetIdentifier |
( |
Property * | property, |
|
|
const std::string & | identifier ) |
|
inlineoverridevirtual |
◆ onSetReadOnly()
| virtual void inviwo::PropertyObserverDelegate::onSetReadOnly |
( |
Property * | property, |
|
|
bool | readonly ) |
|
inlineoverridevirtual |
◆ onSetSemantics()
◆ onSetVisible()
| virtual void inviwo::PropertyObserverDelegate::onSetVisible |
( |
Property * | property, |
|
|
bool | visible ) |
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file: