JUCE  v5.1.1-3-g1a0b28c73
JUCE API
Slider Member List

This is the complete list of members for Slider, including all inherited members.

absoluteDrag enum valueSlider
addAndMakeVisible(Component *child, int zOrder=-1)Component
addAndMakeVisible(Component &child, int zOrder=-1)Component
addChildAndSetID(Component *child, const String &componentID)Component
addChildComponent(Component *child, int zOrder=-1)Component
addChildComponent(Component &child, int zOrder=-1)Component
addComponentListener(ComponentListener *newListener)Component
addKeyListener(KeyListener *newListener)Component
addListener(Listener *listener)Slider
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents)Component
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr)Componentvirtual
alphaChanged()Componentvirtual
backgroundColourId enum valueSlider
beginDragAutoRepeat(int millisecondsBetweenCallbacks)Componentstatic
broughtToFront()Componentvirtual
canModalEventBeSentToComponent(const Component *targetComponent)Componentvirtual
centreWithSize(int width, int height)Component
childBoundsChanged(Component *child)Componentvirtual
childrenChanged()Componentvirtual
colourChanged() overrideSlidervirtual
ColourIds enum nameSlider
Component() noexceptComponent
Component(const String &componentName) noexceptComponentexplicit
ContainerDeletePolicy< Pimpl >Sliderfriend
contains(Point< int > localPoint)Component
copyAllExplicitColoursTo(Component &target) constComponent
createComponentSnapshot(Rectangle< int > areaToGrab, bool clipImageToComponentBounds=true, float scaleFactor=1.0f)Component
createFocusTraverser()Componentvirtual
deleteAllChildren()Component
DragMode enum nameSlider
enablementChanged() overrideSlidervirtual
enterModalState(bool takeKeyboardFocus=true, ModalComponentManager::Callback *callback=nullptr, bool deleteWhenDismissed=false)Component
exitModalState(int returnValue)Component
findChildWithID(StringRef componentID) const noexceptComponent
findColour(int colourId, bool inheritFromParent=false) constComponent
findParentComponentOfClass() constComponentinline
focusChangedByMouseClick enum valueComponent
focusChangedByTabKey enum valueComponent
focusChangedDirectly enum valueComponent
FocusChangeType enum nameComponent
focusGained(FocusChangeType cause)Componentvirtual
focusLost(FocusChangeType cause)Componentvirtual
focusOfChildComponentChanged(FocusChangeType) overrideSlidervirtual
getAlpha() const noexceptComponent
getBottom() const noexceptComponentinline
getBounds() const noexceptComponentinline
getBoundsInParent() const noexceptComponent
getCachedComponentImage() const noexceptComponentinline
getChildComponent(int index) const noexceptComponent
getChildren() const noexceptComponentinline
getComponentAt(int x, int y)Component
getComponentAt(Point< int > position)Component
getComponentEffect() const noexceptComponentinline
getComponentID() const noexceptComponentinline
getCurrentlyFocusedComponent() noexceptComponentstatic
getCurrentlyModalComponent(int index=0) noexceptComponentstatic
getCurrentPopupDisplay() const noexceptSlider
getDesktopScaleFactor() constComponentvirtual
getDoubleClickReturnValue() const noexceptSlider
getExplicitFocusOrder() constComponent
getHeight() const noexceptComponentinline
getIndexOfChildComponent(const Component *child) const noexceptComponent
getInterceptsMouseClicks(bool &allowsClicksOnThisComponent, bool &allowsClicksOnChildComponents) const noexceptComponent
getInterval() const noexceptSlider
getLocalArea(const Component *sourceComponent, Rectangle< int > areaRelativeToSourceComponent) constComponent
getLocalBounds() const noexceptComponent
getLocalPoint(const Component *sourceComponent, Point< int > pointRelativeToSourceComponent) constComponent
getLocalPoint(const Component *sourceComponent, Point< float > pointRelativeToSourceComponent) constComponent
getLookAndFeel() const noexceptComponent
getMarkers(bool xAxis)Componentvirtual
getMaximum() const noexceptSlider
getMaxValue() constSlider
getMaxValueObject() noexceptSlider
getMinimum() const noexceptSlider
getMinValue() constSlider
getMinValueObject() noexceptSlider
getMouseClickGrabsKeyboardFocus() const noexceptComponent
getMouseCursor()Componentvirtual
getMouseDragSensitivity() const noexceptSlider
getMouseXYRelative() constComponent
getName() const noexceptComponentinline
getNumChildComponents() const noexceptComponent
getNumCurrentlyModalComponents() noexceptComponentstatic
getNumDecimalPlacesToDisplay() const noexceptSlider
getParentComponent() const noexceptComponentinline
getParentHeight() const noexceptComponent
getParentMonitorArea() constComponent
getParentWidth() const noexceptComponent
getPeer() constComponent
getPosition() const noexceptComponentinline
getPositioner() const noexceptComponent
getPositionOfValue(double value) constSlider
getProperties() noexceptComponentinline
getProperties() const noexceptComponentinline
getRight() const noexceptComponentinline
getRotaryParameters() const noexceptSlider
getScreenBounds() constComponent
getScreenPosition() constComponent
getScreenX() constComponent
getScreenY() constComponent
getSkewFactor() const noexceptSlider
getSliderSnapsToMousePosition() const noexceptSlider
getSliderStyle() const noexceptSlider
getTextBoxHeight() const noexceptSlider
getTextBoxPosition() const noexceptSlider
getTextBoxWidth() const noexceptSlider
getTextFromValue(double value)Slidervirtual
getTextValueSuffix() constSlider
getThumbBeingDragged() const noexceptSlider
getTooltip() overrideSettableTooltipClientinlinevirtual
getTopLevelComponent() const noexceptComponent
getTransform() constComponent
getValue() constSlider
getValueFromText(const String &text)Slidervirtual
getValueObject() noexceptSlider
getVelocityBasedMode() const noexceptSlider
getVelocityModeIsSwappable() const noexceptSlider
getVelocityOffset() const noexceptSlider
getVelocitySensitivity() const noexceptSlider
getVelocityThreshold() const noexceptSlider
getViewportIgnoreDragFlag() const noexceptComponentinline
getWantsKeyboardFocus() const noexceptComponent
getWidth() const noexceptComponentinline
getWindowHandle() constComponent
getX() const noexceptComponentinline
getY() const noexceptComponentinline
globalPositionToRelative(Point< int >) constComponent
grabKeyboardFocus()Component
handleCommandMessage(int commandId)Componentvirtual
hasKeyboardFocus(bool trueIfChildIsFocused) constComponent
hideTextBox(bool discardCurrentEditorContents)Slider
hitTest(int x, int y)Componentvirtual
IncDecButtonMode enum nameSlider
IncDecButtons enum valueSlider
incDecButtonsDraggable_AutoDirection enum valueSlider
incDecButtonsDraggable_Horizontal enum valueSlider
incDecButtonsDraggable_Vertical enum valueSlider
incDecButtonsNotDraggable enum valueSlider
init(SliderStyle, TextEntryBoxPosition)Sliderprivate
inputAttemptWhenModal()Componentvirtual
isAlwaysOnTop() const noexceptComponent
isBar() const noexceptSlider
isBroughtToFrontOnMouseClick() const noexceptComponent
isColourSpecified(int colourId) constComponent
isCurrentlyBlockedByAnotherModalComponent() constComponent
isCurrentlyModal(bool onlyConsiderForemostModalComponent=true) const noexceptComponent
isDoubleClickReturnEnabled() const noexceptSlider
isEnabled() const noexceptComponent
isFocusContainer() const noexceptComponent
isHorizontal() const noexceptSlider
isMouseButtonDown() constComponent
isMouseButtonDownAnywhere() noexceptComponentstatic
isMouseOver(bool includeChildren=false) constComponent
isMouseOverOrDragging(bool includeChildren=false) constComponent
isOnDesktop() const noexceptComponent
isOpaque() const noexceptComponent
isParentOf(const Component *possibleChild) const noexceptComponent
isRotary() const noexceptSlider
isShowing() constComponent
isSymmetricSkew() const noexceptSlider
isTextBoxEditable() const noexceptSlider
isTransformed() const noexceptComponent
isVertical() const noexceptSlider
isVisible() const noexceptComponentinline
keyPressed(const KeyPress &key)Componentvirtual
keyStateChanged(bool isKeyDown)Componentvirtual
LinearBar enum valueSlider
LinearBarVertical enum valueSlider
LinearHorizontal enum valueSlider
LinearVertical enum valueSlider
localAreaToGlobal(Rectangle< int > localArea) constComponent
localPointToGlobal(Point< int > localPoint) constComponent
localPointToGlobal(Point< float > localPoint) constComponent
lookAndFeelChanged() overrideSlidervirtual
minimisationStateChanged(bool isNowMinimised)Componentvirtual
modifierKeysChanged(const ModifierKeys &) overrideSlidervirtual
mouseDoubleClick(const MouseEvent &) overrideSlidervirtual
mouseDown(const MouseEvent &) overrideSlidervirtual
mouseDrag(const MouseEvent &) overrideSlidervirtual
mouseEnter(const MouseEvent &event) overrideComponentvirtual
mouseExit(const MouseEvent &event) overrideComponentvirtual
mouseMagnify(const MouseEvent &event, float scaleFactor)Componentvirtual
mouseMove(const MouseEvent &event) overrideComponentvirtual
mouseUp(const MouseEvent &) overrideSlidervirtual
mouseWheelMove(const MouseEvent &, const MouseWheelDetails &) overrideSlidervirtual
moved()Componentvirtual
moveKeyboardFocusToSibling(bool moveToNext)Component
notDragging enum valueSlider
NoTextBox enum valueSlider
paint(Graphics &) overrideSlidervirtual
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel)Component
paintOverChildren(Graphics &g)Componentvirtual
parentHierarchyChanged()Componentvirtual
parentSizeChanged()Componentvirtual
Pimpl classSliderfriend
pimplSliderprivate
postCommandMessage(int commandId)Component
proportionOfHeight(float proportion) const noexceptComponent
proportionOfLengthToValue(double proportion)Slidervirtual
proportionOfWidth(float proportion) const noexceptComponent
reallyContains(Point< int > localPoint, bool returnTrueIfWithinAChild)Component
relativePositionToGlobal(Point< int >) constComponent
relativePositionToOtherComponent(const Component *, Point< int >) constComponent
removeAllChildren()Component
removeChildComponent(Component *childToRemove)Component
removeChildComponent(int childIndexToRemove)Component
removeColour(int colourId)Component
removeComponentListener(ComponentListener *listenerToRemove)Component
removeFromDesktop()Component
removeKeyListener(KeyListener *listenerToRemove)Component
removeListener(Listener *listener)Slider
removeMouseListener(MouseListener *listenerToRemove)Component
repaint()Component
repaint(int x, int y, int width, int height)Component
repaint(Rectangle< int > area)Component
resized() overrideSlidervirtual
Rotary enum valueSlider
RotaryHorizontalDrag enum valueSlider
RotaryHorizontalVerticalDrag enum valueSlider
rotarySliderFillColourId enum valueSlider
rotarySliderOutlineColourId enum valueSlider
RotaryVerticalDrag enum valueSlider
runModalLoop()Component
sendLookAndFeelChange()Component
setAlpha(float newAlpha)Component
setAlwaysOnTop(bool shouldStayOnTop)Component
setBounds(int x, int y, int width, int height)Component
setBounds(Rectangle< int > newBounds)Component
setBounds(const RelativeRectangle &)Component
setBounds(const String &)Component
setBoundsInset(BorderSize< int > borders)Component
setBoundsRelative(float proportionalX, float proportionalY, float proportionalWidth, float proportionalHeight)Component
setBoundsToFit(int x, int y, int width, int height, Justification justification, bool onlyReduceInSize)Component
setBroughtToFrontOnMouseClick(bool shouldBeBroughtToFront) noexceptComponent
setBufferedToImage(bool shouldBeBuffered)Component
setCachedComponentImage(CachedComponentImage *newCachedImage)Component
setCentrePosition(int x, int y)Component
setCentrePosition(Point< int > newCentrePosition)Component
setCentreRelative(float x, float y)Component
setChangeNotificationOnlyOnRelease(bool onlyNotifyOnRelease)Slider
setColour(int colourId, Colour newColour)Component
setComponentEffect(ImageEffectFilter *newEffect)Component
setComponentID(const String &newID)Component
setDoubleClickReturnValue(bool shouldDoubleClickBeEnabled, double valueToSetOnDoubleClick)Slider
setEnabled(bool shouldBeEnabled)Component
setExplicitFocusOrder(int newFocusOrderIndex)Component
setFocusContainer(bool shouldBeFocusContainer) noexceptComponent
setIncDecButtonsMode(IncDecButtonMode mode)Slider
setInterceptsMouseClicks(bool allowClicksOnThisComponent, bool allowClicksOnChildComponents) noexceptComponent
setLookAndFeel(LookAndFeel *newLookAndFeel)Component
setMaxValue(double newValue, NotificationType notification=sendNotificationAsync, bool allowNudgingOfOtherValues=false)Slider
setMinAndMaxValues(double newMinValue, double newMaxValue, NotificationType notification=sendNotificationAsync)Slider
setMinValue(double newValue, NotificationType notification=sendNotificationAsync, bool allowNudgingOfOtherValues=false)Slider
setMouseClickGrabsKeyboardFocus(bool shouldGrabFocus)Component
setMouseCursor(const MouseCursor &cursorType)Component
setMouseDragSensitivity(int distanceForFullScaleDrag)Slider
setName(const String &newName)Componentvirtual
setOpaque(bool shouldBeOpaque)Component
setPaintingIsUnclipped(bool shouldPaintWithoutClipping) noexceptComponent
setPopupDisplayEnabled(bool isEnabled, Component *parentComponentToUse)Slider
setPopupMenuEnabled(bool menuEnabled)Slider
setPositioner(Positioner *newPositioner)Component
setRange(double newMinimum, double newMaximum, double newInterval=0)Slider
setRepaintsOnMouseActivity(bool shouldRepaint) noexceptComponent
setRotaryParameters(RotaryParameters newParameters) noexceptSlider
setRotaryParameters(float startAngleRadians, float endAngleRadians, bool stopAtEnd) noexceptSlider
setScrollWheelEnabled(bool enabled)Slider
setSize(int newWidth, int newHeight)Component
setSkewFactor(double factor, bool symmetricSkew=false)Slider
setSkewFactorFromMidPoint(double sliderValueToShowAtMidPoint)Slider
setSliderSnapsToMousePosition(bool shouldSnapToMouse)Slider
setSliderStyle(SliderStyle newStyle)Slider
SettableTooltipClient()SettableTooltipClientinlineprotected
setTextBoxIsEditable(bool shouldBeEditable)Slider
setTextBoxStyle(TextEntryBoxPosition newPosition, bool isReadOnly, int textEntryBoxWidth, int textEntryBoxHeight)Slider
setTextValueSuffix(const String &suffix)Slider
setTooltip(const String &newTooltip)SettableTooltipClientinlinevirtual
setTopLeftPosition(int x, int y)Component
setTopLeftPosition(Point< int > newTopLeftPosition)Component
setTopRightPosition(int x, int y)Component
setTransform(const AffineTransform &transform)Component
setValue(double newValue, NotificationType notification=sendNotificationAsync)Slider
setVelocityBasedMode(bool isVelocityBased)Slider
setVelocityModeParameters(double sensitivity=1.0, int threshold=1, double offset=0.0, bool userCanPressKeyToSwapMode=true)Slider
setViewportIgnoreDragFlag(bool ignoreDrag) noexceptComponentinline
setVisible(bool shouldBeVisible)Componentvirtual
setWantsKeyboardFocus(bool wantsFocus) noexceptComponent
showTextBox()Slider
Slider()Slider
Slider(const String &componentName)Sliderexplicit
Slider(SliderStyle style, TextEntryBoxPosition textBoxPosition)Slider
SliderStyle enum nameSlider
snapValue(double attemptedValue, DragMode dragMode)Slidervirtual
startedDragging()Slidervirtual
stoppedDragging()Slidervirtual
TextBoxAbove enum valueSlider
textBoxBackgroundColourId enum valueSlider
TextBoxBelow enum valueSlider
textBoxHighlightColourId enum valueSlider
TextBoxLeft enum valueSlider
textBoxOutlineColourId enum valueSlider
TextBoxRight enum valueSlider
textBoxTextColourId enum valueSlider
TextEntryBoxPosition enum nameSlider
ThreeValueHorizontal enum valueSlider
ThreeValueVertical enum valueSlider
thumbColourId enum valueSlider
toBack()Component
toBehind(Component *other)Component
toFront(bool shouldAlsoGainFocus)Component
trackColourId enum valueSlider
TwoValueHorizontal enum valueSlider
TwoValueVertical enum valueSlider
unfocusAllComponents()Componentstatic
updateMouseCursor() constComponent
updateText()Slider
userTriedToCloseWindow()Componentvirtual
valueChanged()Slidervirtual
valueToProportionOfLength(double value)Slidervirtual
velocityDrag enum valueSlider
visibilityChanged()Componentvirtual
~Component()Componentvirtual
~MouseListener()MouseListenerinlinevirtual
~SettableTooltipClient()SettableTooltipClientinline
~Slider()Slider
~TooltipClient()TooltipClientinlinevirtual