|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
An RAII class for sending slider listener drag messages. More...
#include "juce_Slider.h"
Public Member Functions | |
| ScopedDragNotification (Slider &) | |
An RAII class for sending slider listener drag messages.
This is useful if you are programmatically updating the slider's value and want to imitate a mouse event, for example in a custom AccessibilityHandler.
Definition at line 900 of file juce_Slider.h.
|
explicit |
Definition at line 1419 of file juce_Slider.cpp.
| juce::Slider::ScopedDragNotification::~ScopedDragNotification | ( | ) |
Definition at line 1425 of file juce_Slider.cpp.