|
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 |
Go to the source code of this file.
Classes | |
| class | juce::AccessibilityValueInterface |
| An abstract interface representing the value of an accessibility element. More... | |
| class | juce::AccessibilityValueInterface::AccessibleValueRange |
| Represents the range of this value, if supported. More... | |
| struct | juce::AccessibilityValueInterface::AccessibleValueRange::MinAndMax |
| The minimum and maximum values for this range, inclusive. More... | |
| class | juce::AccessibilityTextValueInterface |
| A value interface that represents a text value. More... | |
| class | juce::AccessibilityNumericValueInterface |
| A value interface that represents a non-ranged numeric value. More... | |
| class | juce::AccessibilityRangedNumericValueInterface |
| A value interface that represents a ranged numeric value. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
| struct juce::AccessibilityValueInterface::AccessibleValueRange::MinAndMax |
The minimum and maximum values for this range, inclusive.
Definition at line 95 of file juce_AccessibilityValueInterface.h.
| Class Members | ||
|---|---|---|
| double | max | |
| double | min | |