raw::GenericStorage
The base class for storing data as user preset.
Class Hierarchy
Base Classes
- hise::raw::Data< juce::var >
hise::RestorableObject
Derived Classes
hise::raw::LambdaStorage< DataType >
- hise::raw::Storage< FunctionClass >
hise::raw::LambdaStorage< float >
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.