JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::Slider::SliderLayout Struct Reference

A struct defining the placement of the slider area and the text box area relative to the bounds of the whole Slider component. More...

#include <juce_Slider.h>

Collaboration diagram for juce::Slider::SliderLayout:

Public Attributes

Rectangle< intsliderBounds
 
Rectangle< inttextBoxBounds
 

Detailed Description

A struct defining the placement of the slider area and the text box area relative to the bounds of the whole Slider component.

Member Data Documentation

◆ sliderBounds

Rectangle<int> juce::Slider::SliderLayout::sliderBounds

◆ textBoxBounds

Rectangle<int> juce::Slider::SliderLayout::textBoxBounds

The documentation for this struct was generated from the following file: