106 void cloneAllProperties();
128 #if JUCE_CATCH_DEPRECATED_CODE_MISUSE
130 virtual void invokeMethod (
const Identifier&,
const var*,
int) {}
133 JUCE_LEAK_DETECTOR (DynamicObject)
Holds a resizable array of primitive or copy-by-value objects.
Represents a dynamically implemented object.
NamedValueSet & getProperties() noexcept
Returns the NamedValueSet that holds the object's properties.
Represents a string identifier, designed for accessing properties by name.
Holds a set of named var objects.
The base class for streams that write data to some kind of destination.
A base class which provides methods for reference-counting.
A variant class, that can be used to hold a range of primitive values.
#define JUCE_API
This macro is added to all JUCE public class declarations.
This structure is passed to a NativeFunction callback, and contains invocation details about the func...