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
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::Slider::ScopedDragNotification Class Reference

An RAII class for sending slider listener drag messages. More...

#include "juce_Slider.h"

Public Member Functions

 ScopedDragNotification (Slider &)
 

Detailed Description

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.

See also
Slider::Listener

Definition at line 900 of file juce_Slider.h.

Constructor & Destructor Documentation

◆ ScopedDragNotification()

juce::Slider::ScopedDragNotification::ScopedDragNotification ( Slider s)
explicit

Definition at line 1419 of file juce_Slider.cpp.

◆ ~ScopedDragNotification()

juce::Slider::ScopedDragNotification::~ScopedDragNotification ( )

Definition at line 1425 of file juce_Slider.cpp.


The documentation for this class was generated from the following files: