List of all members
DynamicScriptingObject Class Referenceabstract

The base class for all objects that can be created by a script. More...

Inheritance diagram for DynamicScriptingObject:
ScriptingObject

Detailed Description

The base class for all objects that can be created by a script.

This class should be used whenever a complex data object should be created and used from within the script. You need to overwrite the objectDeleted() and objectExists() methods. From then on, you can use the checkValidObject() function within methods for sanity checking.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.