|
void | forceUpdate (bool shouldForceUpdate) |
| If passed true, any call that sets any Value property on this Object will result in a property change update callback being executed. Default (false) behavior only performs this callback when the underlying value is changed.
|
|
bool | shouldForceUpdate () const |
|
◆ forceUpdate()
void cello::UpdateSource::forceUpdate |
( |
bool | shouldForceUpdate | ) |
|
|
inline |
If passed true, any call that sets any Value property on this Object will result in a property change update callback being executed. Default (false) behavior only performs this callback when the underlying value is changed.
This may also be controlled on a per-Value basis as well.
- Parameters
-
◆ shouldForceUpdate()
bool cello::UpdateSource::shouldForceUpdate |
( |
| ) |
const |
|
inline |
- Returns
- true if this Object should always issue property changed callbacks.
The documentation for this class was generated from the following file: