JUCE
Classes | Typedefs
juce_Slider.h File Reference

Classes

class  Slider
 A slider control for changing a value. More...
 
struct  Slider::RotaryParameters
 
class  Slider::Listener
 A class for receiving callbacks from a Slider. More...
 
struct  Slider::SliderLayout
 A struct defining the placement of the slider area and the text box area relative to the bounds of the whole Slider component. More...
 
struct  Slider::LookAndFeelMethods
 This abstract base class is implemented by LookAndFeel classes to provide slider drawing functionality. More...
 

Typedefs

typedef Slider::Listener SliderListener
 This typedef is just for compatibility with old code - newer code should use the Slider::Listener class directly. More...
 

Typedef Documentation

This typedef is just for compatibility with old code - newer code should use the Slider::Listener class directly.