HISE Docs

raw::GenericStorage

The base class for storing data as user preset.

Class Hierarchy

Base Classes

Derived Classes

Class methods

exportAsValueTree

ValueTree exportAsValueTree() const override

Overwrite this method and return a representation of the object as ValueTree.

restoreFromValueTree

void restoreFromValueTree(const ValueTree &previouslyExportedState) override

Overwrite this method and restore the properties of this object using the referenced ValueTree.