JUCE
ScrollBar Member List

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

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)ScrollBar
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents)Component
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr)Componentvirtual
alphaChanged()Componentvirtual
AsyncUpdater()AsyncUpdater
autoHides() const noexceptScrollBar
backgroundColourId enum valueScrollBar
beginDragAutoRepeat(int millisecondsBetweenCallbacks)Componentstatic
broughtToFront()Componentvirtual
callPendingTimersSynchronously()Timerprivatestatic
cancelPendingUpdate() noexceptAsyncUpdater
canModalEventBeSentToComponent(const Component *targetComponent)Componentvirtual
centreWithSize(int width, int height)Component
childBoundsChanged(Component *child)Componentvirtual
childrenChanged()Componentvirtual
colourChanged()Componentvirtual
ColourIds enum nameScrollBar
Component() noexceptComponent
Component(const String &componentName) noexceptComponentexplicit
contains(Point< int > localPoint)Component
copyAllExplicitColoursTo(Component &target) const Component
createComponentSnapshot(const Rectangle< int > &areaToGrab, bool clipImageToComponentBounds=true, float scaleFactor=1.0f)Component
createFocusTraverser()Componentvirtual
deleteAllChildren()Component
enablementChanged()Componentvirtual
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) const Component
findParentComponentOfClass() const Component
focusChangedByMouseClick enum valueComponent
focusChangedByTabKey enum valueComponent
focusChangedDirectly enum valueComponent
FocusChangeType enum nameComponent
focusGained(FocusChangeType cause)Componentvirtual
focusLost(FocusChangeType cause)Componentvirtual
focusOfChildComponentChanged(FocusChangeType cause)Componentvirtual
getAlpha() const noexceptComponent
getBottom() const noexceptComponent
getBounds() const noexceptComponent
getBoundsInParent() const noexceptComponent
getCachedComponentImage() const noexceptComponent
getChildComponent(int index) const noexceptComponent
getComponentAt(int x, int y)Component
getComponentAt(Point< int > position)Component
getComponentEffect() const noexceptComponent
getComponentID() const noexceptComponent
getCurrentlyFocusedComponent() noexceptComponentstatic
getCurrentlyModalComponent(int index=0) noexceptComponentstatic
getCurrentRange() const noexceptScrollBar
getCurrentRangeSize() const noexceptScrollBar
getCurrentRangeStart() const noexceptScrollBar
getDesktopScaleFactor() const Componentvirtual
getExplicitFocusOrder() const Component
getHeight() const noexceptComponent
getIndexOfChildComponent(const Component *child) const noexceptComponent
getInterceptsMouseClicks(bool &allowsClicksOnThisComponent, bool &allowsClicksOnChildComponents) const noexceptComponent
getLocalArea(const Component *sourceComponent, const Rectangle< int > &areaRelativeToSourceComponent) const Component
getLocalBounds() const noexceptComponent
getLocalPoint(const Component *sourceComponent, Point< int > pointRelativeToSourceComponent) const Component
getLocalPoint(const Component *sourceComponent, Point< float > pointRelativeToSourceComponent) const Component
getLookAndFeel() const noexceptComponent
getMarkers(bool xAxis)Componentvirtual
getMaximumRangeLimit() const noexceptScrollBar
getMinimumRangeLimit() const noexceptScrollBar
getMouseClickGrabsKeyboardFocus() const noexceptComponent
getMouseCursor()Componentvirtual
getMouseXYRelative() const Component
getName() const noexceptComponent
getNumChildComponents() const noexceptComponent
getNumCurrentlyModalComponents() noexceptComponentstatic
getParentComponent() const noexceptComponent
getParentHeight() const noexceptComponent
getParentMonitorArea() const Component
getParentWidth() const noexceptComponent
getPeer() const Component
getPosition() const noexceptComponent
getPositioner() const noexceptComponent
getProperties() noexceptComponent
getProperties() const noexceptComponent
getRangeLimit() const noexceptScrollBar
getRight() const noexceptComponent
getScreenBounds() const Component
getScreenPosition() const Component
getScreenX() const Component
getScreenY() const Component
getTimerInterval() const noexceptTimerprivate
getTopLevelComponent() const noexceptComponent
getTransform() const Component
getWantsKeyboardFocus() const noexceptComponent
getWidth() const noexceptComponent
getWindowHandle() const Component
getX() const noexceptComponent
getY() const noexceptComponent
grabKeyboardFocus()Component
handleCommandMessage(int commandId)Componentvirtual
handleUpdateNowIfNeeded()AsyncUpdater
hasKeyboardFocus(bool trueIfChildIsFocused) const Component
hitTest(int x, int y)Componentvirtual
inputAttemptWhenModal()Componentvirtual
isAlwaysOnTop() const noexceptComponent
isBroughtToFrontOnMouseClick() const noexceptComponent
isColourSpecified(int colourId) const Component
isCurrentlyBlockedByAnotherModalComponent() const Component
isCurrentlyModal() const noexceptComponent
isEnabled() const noexceptComponent
isFocusContainer() const noexceptComponent
isMouseButtonDown() const Component
isMouseButtonDownAnywhere() noexceptComponentstatic
isMouseOver(bool includeChildren=false) const Component
isMouseOverOrDragging(bool includeChildren=false) const Component
isOnDesktop() const noexceptComponent
isOpaque() const noexceptComponent
isParentOf(const Component *possibleChild) const noexceptComponent
isShowing() const Component
isTimerRunning() const noexceptTimerprivate
isTransformed() const noexceptComponent
isUpdatePending() const noexceptAsyncUpdater
isVertical() const noexceptScrollBar
isVisible() const noexceptComponent
JUCE_DEPRECATED(Point< int > relativePositionToGlobal(Point< int >) const)Component
JUCE_DEPRECATED(Point< int > globalPositionToRelative(Point< int >) const)Component
JUCE_DEPRECATED(Point< int > relativePositionToOtherComponent(const Component *, Point< int >) const)Component
keyPressed(const KeyPress &) overrideScrollBarvirtual
keyStateChanged(bool isKeyDown)Componentvirtual
localAreaToGlobal(const Rectangle< int > &localArea) const Component
localPointToGlobal(Point< int > localPoint) const Component
localPointToGlobal(Point< float > localPoint) const Component
lookAndFeelChanged() overrideScrollBarvirtual
minimisationStateChanged(bool isNowMinimised)Componentvirtual
modifierKeysChanged(const ModifierKeys &modifiers)Componentvirtual
mouseDoubleClick(const MouseEvent &event) overrideComponentvirtual
mouseDown(const MouseEvent &) overrideScrollBarvirtual
mouseDrag(const MouseEvent &) overrideScrollBarvirtual
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 &) overrideScrollBarvirtual
mouseWheelMove(const MouseEvent &, const MouseWheelDetails &) overrideScrollBarvirtual
moved()Componentvirtual
moveKeyboardFocusToSibling(bool moveToNext)Component
moveScrollbarInPages(int howManyPages, NotificationType notification=sendNotificationAsync)ScrollBar
moveScrollbarInSteps(int howManySteps, NotificationType notification=sendNotificationAsync)ScrollBar
paint(Graphics &) overrideScrollBarvirtual
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel)Component
paintOverChildren(Graphics &g)Componentvirtual
parentHierarchyChanged() overrideScrollBarvirtual
parentSizeChanged()Componentvirtual
postCommandMessage(int commandId)Component
proportionOfHeight(float proportion) const noexceptComponent
proportionOfWidth(float proportion) const noexceptComponent
reallyContains(Point< int > localPoint, bool returnTrueIfWithinAChild)Component
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)ScrollBar
removeMouseListener(MouseListener *listenerToRemove)Component
repaint()Component
repaint(int x, int y, int width, int height)Component
repaint(const Rectangle< int > &area)Component
resized() overrideScrollBarvirtual
runModalLoop()Component
ScrollBar(bool isVertical)ScrollBar
scrollToBottom(NotificationType notification=sendNotificationAsync)ScrollBar
scrollToTop(NotificationType notification=sendNotificationAsync)ScrollBar
sendLookAndFeelChange()Component
setAlpha(float newAlpha)Component
setAlwaysOnTop(bool shouldStayOnTop)Component
setAutoHide(bool shouldHideWhenFullRange)ScrollBar
setBounds(int x, int y, int width, int height)Component
setBounds(const Rectangle< int > &newBounds)Component
setBounds(const RelativeRectangle &newBounds)Component
setBounds(const String &newBoundsExpression)Component
setBoundsInset(const 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
setButtonRepeatSpeed(int initialDelayInMillisecs, int repeatDelayInMillisecs, int minimumDelayInMillisecs=-1)ScrollBar
setCachedComponentImage(CachedComponentImage *newCachedImage)Component
setCentrePosition(int x, int y)Component
setCentreRelative(float x, float y)Component
setColour(int colourId, Colour newColour)Component
setComponentEffect(ImageEffectFilter *newEffect)Component
setComponentID(const String &newID)Component
setCurrentRange(Range< double > newRange, NotificationType notification=sendNotificationAsync)ScrollBar
setCurrentRange(double newStart, double newSize, NotificationType notification=sendNotificationAsync)ScrollBar
setCurrentRangeStart(double newStart, NotificationType notification=sendNotificationAsync)ScrollBar
setEnabled(bool shouldBeEnabled)Component
setExplicitFocusOrder(int newFocusOrderIndex)Component
setFocusContainer(bool shouldBeFocusContainer) noexceptComponent
setInterceptsMouseClicks(bool allowClicksOnThisComponent, bool allowClicksOnChildComponents) noexceptComponent
setLookAndFeel(LookAndFeel *newLookAndFeel)Component
setMouseClickGrabsKeyboardFocus(bool shouldGrabFocus)Component
setMouseCursor(const MouseCursor &cursorType)Component
setName(const String &newName)Componentvirtual
setOpaque(bool shouldBeOpaque)Component
setOrientation(bool shouldBeVertical)ScrollBar
setPaintingIsUnclipped(bool shouldPaintWithoutClipping) noexceptComponent
setPositioner(Positioner *newPositioner)Component
setRangeLimits(Range< double > newRangeLimit, NotificationType notification=sendNotificationAsync)ScrollBar
setRangeLimits(double minimum, double maximum, NotificationType notification=sendNotificationAsync)ScrollBar
setRepaintsOnMouseActivity(bool shouldRepaint) noexceptComponent
setSingleStepSize(double newSingleStepSize) noexceptScrollBar
setSize(int newWidth, int newHeight)Component
setTopLeftPosition(int x, int y)Component
setTopLeftPosition(Point< int > newTopLeftPosition)Component
setTopRightPosition(int x, int y)Component
setTransform(const AffineTransform &transform)Component
setVisible(bool shouldBeVisible)Componentvirtual
setWantsKeyboardFocus(bool wantsFocus) noexceptComponent
startTimer(int intervalInMilliseconds) noexceptTimerprivate
startTimerHz(int timerFrequencyHz) noexceptTimerprivate
stopTimer() noexceptTimerprivate
thumbColourId enum valueScrollBar
Timer() noexceptTimerprivate
Timer(const Timer &) noexceptTimerprivate
toBack()Component
toBehind(Component *other)Component
toFront(bool shouldAlsoGainFocus)Component
trackColourId enum valueScrollBar
triggerAsyncUpdate()AsyncUpdater
unfocusAllComponents()Componentstatic
updateMouseCursor() const Component
userTriedToCloseWindow()Componentvirtual
visibilityChanged()Componentvirtual
~AsyncUpdater()AsyncUpdatervirtual
~Component()Componentvirtual
~MouseListener()MouseListenervirtual
~ScrollBar()ScrollBar
~Timer()Timerprivatevirtual