OpenShot Library | libopenshot-audio 0.2.0
|
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. | |
![]() | |
virtual var | getValue () const =0 |
Returns the current value of this object. | |
virtual void | setValue (const var &newValue)=0 |
Changes the current value. | |
void | sendChangeMessage (bool dispatchSynchronously) |
Delivers a change message to all the listeners that are registered with this value. | |
![]() | |
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 | |
![]() | |
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. | |
![]() | |
SortedSet< Value * > | valuesWithListeners |
Definition at line 809 of file juce_ValueTree.cpp.
|
inline |
Definition at line 812 of file juce_ValueTree.cpp.
|
inlineoverride |
Definition at line 818 of file juce_ValueTree.cpp.
|
inlineoverridevirtual |
Returns the current value of this object.
Implements juce::Value::ValueSource.
Definition at line 823 of file juce_ValueTree.cpp.
|
inlineoverridevirtual |
Changes the current value.
This must also trigger a change message if the value actually changes.
Implements juce::Value::ValueSource.
Definition at line 824 of file juce_ValueTree.cpp.
References juce::ValueTree::setProperty().