JUCE
Loading...
Searching...
No Matches
DynamicObject Member List

This is the complete list of members for DynamicObject, including all inherited members.

clear()DynamicObject
clone() constDynamicObjectvirtual
cloneAllProperties()DynamicObject
decReferenceCount() noexceptReferenceCountedObject
decReferenceCountWithoutDeleting() noexceptReferenceCountedObject
DynamicObject()DynamicObject
DynamicObject(const DynamicObject &)DynamicObject
getProperties() noexceptDynamicObject
getProperties() const noexceptDynamicObject
getProperty(const Identifier &propertyName) constDynamicObject
getReferenceCount() const noexceptReferenceCountedObject
hasMethod(const Identifier &methodName) constDynamicObject
hasProperty(const Identifier &propertyName) constDynamicObject
incReferenceCount() noexceptReferenceCountedObject
invokeMethod(Identifier methodName, const var::NativeFunctionArgs &args)DynamicObject
operator=(const ReferenceCountedObject &) noexceptReferenceCountedObjectprotected
operator=(ReferenceCountedObject &&) noexceptReferenceCountedObjectprotected
Ptr typedefDynamicObject
ReferenceCountedObject()=defaultReferenceCountedObjectprotected
ReferenceCountedObject(const ReferenceCountedObject &) noexceptReferenceCountedObjectprotected
ReferenceCountedObject(ReferenceCountedObject &&) noexceptReferenceCountedObjectprotected
removeProperty(const Identifier &propertyName)DynamicObject
resetReferenceCount() noexceptReferenceCountedObjectprotected
setMethod(Identifier methodName, var::NativeFunction function)DynamicObject
setProperty(const Identifier &propertyName, const var &newValue)DynamicObject
writeAsJSON(OutputStream &, const JSON::FormatOptions &)DynamicObjectvirtual
~DynamicObject() overrideDynamicObject
~ReferenceCountedObject()ReferenceCountedObjectprotectedvirtual