|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| ValueTreePropertyValueSource (const ValueTree &vt, const Identifier &prop, UndoManager *um, bool sync) | |
| var | getValue () const override |
| Returns the current value of this object. | |
| void | setValue (const var &newValue) override |
| Changes the current value. | |
Public Member Functions inherited from juce::Value::ValueSource | |
| void | sendChangeMessage (bool dispatchSynchronously) |
| Delivers a change message to all the listeners that are registered with this value. | |
Public Member Functions inherited from juce::ReferenceCountedObject | |
| void | incReferenceCount () noexcept |
| Increments the object's reference count. | |
| void | decReferenceCount () noexcept |
| Decreases the object's reference count. | |
| bool | decReferenceCountWithoutDeleting () noexcept |
| Decreases the object's reference count. | |
| int | getReferenceCount () const noexcept |
| Returns the object's current reference count. | |
Additional Inherited Members | |
Protected Member Functions inherited from juce::ReferenceCountedObject | |
| ReferenceCountedObject ()=default | |
| Creates the reference-counted object (with an initial ref count of zero). | |
| ReferenceCountedObject (const ReferenceCountedObject &) noexcept | |
| Copying from another object does not affect this one's reference-count. | |
| ReferenceCountedObject (ReferenceCountedObject &&) noexcept | |
| Copying from another object does not affect this one's reference-count. | |
| ReferenceCountedObject & | operator= (const ReferenceCountedObject &) noexcept |
| Copying from another object does not affect this one's reference-count. | |
| ReferenceCountedObject & | operator= (ReferenceCountedObject &&) noexcept |
| Copying from another object does not affect this one's reference-count. | |
| virtual | ~ReferenceCountedObject () |
| Destructor. | |
| void | resetReferenceCount () noexcept |
| Resets the reference count to zero without deleting the object. | |
Protected Attributes inherited from juce::Value::ValueSource | |
| SortedSet< Value * > | valuesWithListeners |
Definition at line 812 of file juce_ValueTree.cpp.
| juce::ValueTreePropertyValueSource::ValueTreePropertyValueSource | ( | const ValueTree & | vt, |
| const Identifier & | prop, | ||
| UndoManager * | um, | ||
| bool | sync | ||
| ) |
Definition at line 815 of file juce_ValueTree.cpp.
|
override |
Definition at line 821 of file juce_ValueTree.cpp.
|
overridevirtual |
Returns the current value of this object.
Implements juce::Value::ValueSource.
Definition at line 826 of file juce_ValueTree.cpp.
Changes the current value.
This must also trigger a change message if the value actually changes.
Implements juce::Value::ValueSource.
Definition at line 827 of file juce_ValueTree.cpp.