A Processor that uses a SliderPack. More...
Public Member Functions | |
virtual SliderPackData * | getSliderPackData (int index)=0 |
Overwrite this and return the const SliderPackData member from your subclassed Processor. More... | |
virtual const SliderPackData * | getSliderPackData (int index) const =0 |
Overwrite this and return the SliderPackData member from your subclassed Processor. More... | |
A Processor that uses a SliderPack.
It is a pure virtual class interface without member data to prevent the Diamond of Death.
|
pure virtual |
Overwrite this and return the const SliderPackData member from your subclassed Processor.
|
pure virtual |
Overwrite this and return the SliderPackData member from your subclassed Processor.