Public Member Functions | List of all members
SliderPack::Listener Class Referenceabstract

Inherit from this class in order to get notified about changes to the slider pack. More...

Inherited by ScriptCreatedComponentWrappers::SliderPackWrapper.

Public Member Functions

virtual void sliderPackChanged (SliderPack *s, int index)=0
 Callback that will be executed when a slider is moved. More...
 

Detailed Description

Inherit from this class in order to get notified about changes to the slider pack.

Member Function Documentation

virtual void sliderPackChanged ( SliderPack s,
int  index 
)
pure virtual

Callback that will be executed when a slider is moved.

You can get the actual value with SliderPack::getValue(int index).

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