cello
JUCE ValueTrees for Humans
Loading...
Searching...
No Matches
cello::UpdateSource Class Reference
Inheritance diagram for cello::UpdateSource:
cello::Object cello::ValueBase cello::IpcClientProperties cello::IpcServerProperties cello::Value< T >

Public Member Functions

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
 

Member Function Documentation

◆ 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
shouldForceUpdates

◆ 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: