HISE Docs

raw::DataHolderBase

This class is supposed to hold all data defined by your C++ project.
If you're using a MainProcessor and MainEditor for your project, you won't need to use this class directly, but create a instance of the templated derived class DataHolder instead.

Class Hierarchy

Base Classes

Derived Classes

Class methods

createEditor

Component * createEditor()=0

Overwrite this method and return your plugin's main editor.