addAndMakeVisible(Component *child, int zOrder=-1) | juce::Component | |
addAndMakeVisible(Component &child, int zOrder=-1) | juce::Component | |
addChildAndSetID(Component *child, const String &componentID) | juce::Component | |
addChildComponent(Component *child, int zOrder=-1) | juce::Component | |
addChildComponent(Component &child, int zOrder=-1) | juce::Component | |
addComponentListener(ComponentListener *newListener) | juce::Component | |
addKeyListener(KeyListener *newListener) | juce::Component | |
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents) | juce::Component | |
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr) | juce::Component | virtual |
allowScrollingWithoutScrollbarH | juce::Viewport | private |
allowScrollingWithoutScrollbarV | juce::Viewport | private |
alphaChanged() | juce::Component | virtual |
autoScroll(int mouseX, int mouseY, int distanceFromEdge, int maximumSpeed) | juce::Viewport | |
beginDragAutoRepeat(int millisecondsBetweenCallbacks) | juce::Component | static |
broughtToFront() | juce::Component | virtual |
canModalEventBeSentToComponent(const Component *targetComponent) | juce::Component | virtual |
canScrollHorizontally() const noexcept | juce::Viewport | |
canScrollVertically() const noexcept | juce::Viewport | |
centreWithSize(int width, int height) | juce::Component | |
childBoundsChanged(Component *child) | juce::Component | virtual |
childrenChanged() | juce::Component | virtual |
colourChanged() | juce::Component | virtual |
Component() noexcept | juce::Component | |
Component(const String &componentName) noexcept | juce::Component | explicit |
componentBeingDeleted(Component &component) | juce::ComponentListener | privatevirtual |
componentBroughtToFront(Component &component) | juce::ComponentListener | privatevirtual |
componentChildrenChanged(Component &component) | juce::ComponentListener | privatevirtual |
componentEnablementChanged(Component &component) | juce::ComponentListener | privatevirtual |
componentMovedOrResized(Component &, bool wasMoved, bool wasResized) override | juce::Viewport | virtual |
componentNameChanged(Component &component) | juce::ComponentListener | privatevirtual |
componentParentHierarchyChanged(Component &component) | juce::ComponentListener | privatevirtual |
componentVisibilityChanged(Component &component) | juce::ComponentListener | privatevirtual |
contains(Point< int > localPoint) | juce::Component | |
contains(Point< float > localPoint) | juce::Component | |
contentComp | juce::Viewport | private |
contentHolder | juce::Viewport | private |
copyAllExplicitColoursTo(Component &target) const | juce::Component | |
createAccessibilityHandler() | juce::Component | privatevirtual |
createComponentSnapshot(Rectangle< int > areaToGrab, bool clipImageToComponentBounds=true, float scaleFactor=1.0f) | juce::Component | |
createFocusTraverser() | juce::Component | virtual |
createKeyboardFocusTraverser() | juce::Component | virtual |
createScrollBarComponent(bool isVertical) | juce::Viewport | protectedvirtual |
customScrollBarThickness | juce::Viewport | private |
deleteAllChildren() | juce::Component | |
deleteContent | juce::Viewport | private |
deleteOrRemoveContentComp() | juce::Viewport | private |
dragToScrollListener | juce::Viewport | private |
enablementChanged() | juce::Component | virtual |
enterModalState(bool takeKeyboardFocus=true, ModalComponentManager::Callback *callback=nullptr, bool deleteWhenDismissed=false) | juce::Component | |
exitModalState(int returnValue) | juce::Component | |
findChildWithID(StringRef componentID) const noexcept | juce::Component | |
findColour(int colourID, bool inheritFromParent=false) const | juce::Component | |
findFocusContainer() const | juce::Component | |
findKeyboardFocusContainer() const | juce::Component | |
findParentComponentOfClass() const | juce::Component | inline |
focusChangedByMouseClick enum value | juce::Component | |
focusChangedByTabKey enum value | juce::Component | |
focusChangedDirectly enum value | juce::Component | |
FocusChangeType enum name | juce::Component | |
FocusContainerType enum name | juce::Component | |
focusGained(FocusChangeType cause) | juce::Component | virtual |
focusLost(FocusChangeType cause) | juce::Component | virtual |
focusOfChildComponentChanged(FocusChangeType cause) | juce::Component | virtual |
getAccessibilityHandler() | juce::Component | |
getAlpha() const noexcept | juce::Component | |
getApproximateScaleFactorForComponent(const Component *targetComponent) | juce::Component | static |
getBottom() const noexcept | juce::Component | inline |
getBounds() const noexcept | juce::Component | inline |
getBoundsInParent() const noexcept | juce::Component | |
getCachedComponentImage() const noexcept | juce::Component | inline |
getChildComponent(int index) const noexcept | juce::Component | |
getChildren() const noexcept | juce::Component | inline |
getComponentAt(int x, int y) | juce::Component | |
getComponentAt(Point< int > position) | juce::Component | |
getComponentAt(Point< float > position) | juce::Component | |
getComponentEffect() const noexcept | juce::Component | inline |
getComponentID() const noexcept | juce::Component | inline |
getCurrentlyFocusedComponent() noexcept | juce::Component | static |
getCurrentlyModalComponent(int index=0) noexcept | juce::Component | static |
getDescription() const noexcept | juce::Component | inline |
getDesktopScaleFactor() const | juce::Component | virtual |
getExplicitFocusOrder() const | juce::Component | |
getHeight() const noexcept | juce::Component | inline |
getHelpText() const noexcept | juce::Component | inline |
getHorizontalScrollBar() noexcept | juce::Viewport | inline |
getIndexOfChildComponent(const Component *child) const noexcept | juce::Component | |
getInterceptsMouseClicks(bool &allowsClicksOnThisComponent, bool &allowsClicksOnChildComponents) const noexcept | juce::Component | |
getLocalArea(const Component *sourceComponent, Rectangle< int > areaRelativeToSourceComponent) const | juce::Component | |
getLocalArea(const Component *sourceComponent, Rectangle< float > areaRelativeToSourceComponent) const | juce::Component | |
getLocalBounds() const noexcept | juce::Component | |
getLocalPoint(const Component *sourceComponent, Point< int > pointRelativeToSourceComponent) const | juce::Component | |
getLocalPoint(const Component *sourceComponent, Point< float > pointRelativeToSourceComponent) const | juce::Component | |
getLookAndFeel() const noexcept | juce::Component | |
getMaximumVisibleHeight() const | juce::Viewport | |
getMaximumVisibleWidth() const | juce::Viewport | |
getMouseClickGrabsKeyboardFocus() const noexcept | juce::Component | |
getMouseCursor() | juce::Component | virtual |
getMouseXYRelative() const | juce::Component | |
getName() const noexcept | juce::Component | inline |
getNumChildComponents() const noexcept | juce::Component | |
getNumCurrentlyModalComponents() noexcept | juce::Component | static |
getParentComponent() const noexcept | juce::Component | inline |
getParentHeight() const noexcept | juce::Component | |
getParentMonitorArea() const | juce::Component | |
getParentWidth() const noexcept | juce::Component | |
getPeer() const | juce::Component | |
getPosition() const noexcept | juce::Component | inline |
getPositioner() const noexcept | juce::Component | |
getProperties() noexcept | juce::Component | inline |
getProperties() const noexcept | juce::Component | inline |
getRight() const noexcept | juce::Component | inline |
getScreenBounds() const | juce::Component | |
getScreenPosition() const | juce::Component | |
getScreenX() const | juce::Component | |
getScreenY() const | juce::Component | |
getScrollBarThickness() const | juce::Viewport | |
getScrollOnDragMode() const | juce::Viewport | inline |
getTitle() const noexcept | juce::Component | inline |
getTopLevelComponent() const noexcept | juce::Component | |
getTransform() const | juce::Component | |
getVerticalScrollBar() noexcept | juce::Viewport | inline |
getViewArea() const noexcept | juce::Viewport | inline |
getViewedComponent() const noexcept | juce::Viewport | inline |
getViewHeight() const noexcept | juce::Viewport | inline |
getViewportIgnoreDragFlag() const noexcept | juce::Component | inline |
getViewPosition() const noexcept | juce::Viewport | inline |
getViewPositionX() const noexcept | juce::Viewport | inline |
getViewPositionY() const noexcept | juce::Viewport | inline |
getViewWidth() const noexcept | juce::Viewport | inline |
getWantsKeyboardFocus() const noexcept | juce::Component | |
getWidth() const noexcept | juce::Component | inline |
getWindowHandle() const | juce::Component | |
getX() const noexcept | juce::Component | inline |
getY() const noexcept | juce::Component | inline |
giveAwayKeyboardFocus() | juce::Component | |
grabKeyboardFocus() | juce::Component | |
handleCommandMessage(int commandId) | juce::Component | virtual |
hasFocusOutline() const noexcept | juce::Component | inline |
hasKeyboardFocus(bool trueIfChildIsFocused) const | juce::Component | |
hitTest(int x, int y) | juce::Component | virtual |
horizontalScrollBar | juce::Viewport | private |
hScrollbarBottom | juce::Viewport | private |
inputAttemptWhenModal() | juce::Component | virtual |
invalidateAccessibilityHandler() | juce::Component | |
isAccessible() const noexcept | juce::Component | |
isAlwaysOnTop() const noexcept | juce::Component | |
isBroughtToFrontOnMouseClick() const noexcept | juce::Component | |
isColourSpecified(int colourID) const | juce::Component | |
isCurrentlyBlockedByAnotherModalComponent() const | juce::Component | |
isCurrentlyModal(bool onlyConsiderForemostModalComponent=true) const noexcept | juce::Component | |
isCurrentlyScrollingOnDrag() const noexcept | juce::Viewport | |
isEnabled() const noexcept | juce::Component | |
isFocusContainer() const noexcept | juce::Component | |
isHorizontalScrollbarAtBottom() const noexcept | juce::Viewport | inline |
isHorizontalScrollBarShown() const noexcept | juce::Viewport | inline |
isKeyboardFocusContainer() const noexcept | juce::Component | |
isMouseButtonDown(bool includeChildren=false) const | juce::Component | |
isMouseButtonDownAnywhere() noexcept | juce::Component | static |
isMouseOver(bool includeChildren=false) const | juce::Component | |
isMouseOverOrDragging(bool includeChildren=false) const | juce::Component | |
isOnDesktop() const noexcept | juce::Component | |
isOpaque() const noexcept | juce::Component | |
isPaintingUnclipped() const noexcept | juce::Component | |
isParentOf(const Component *possibleChild) const noexcept | juce::Component | |
isScrollOnDragEnabled() const noexcept | juce::Viewport | inline |
isShowing() const | juce::Component | |
isTransformed() const noexcept | juce::Component | |
isVerticalScrollbarOnTheRight() const noexcept | juce::Viewport | inline |
isVerticalScrollBarShown() const noexcept | juce::Viewport | inline |
isVisible() const noexcept | juce::Component | inline |
keyPressed(const KeyPress &) override | juce::Viewport | virtual |
keyStateChanged(bool isKeyDown) | juce::Component | virtual |
lastVisibleArea | juce::Viewport | private |
localAreaToGlobal(Rectangle< int > localArea) const | juce::Component | |
localAreaToGlobal(Rectangle< float > localArea) const | juce::Component | |
localPointToGlobal(Point< int > localPoint) const | juce::Component | |
localPointToGlobal(Point< float > localPoint) const | juce::Component | |
lookAndFeelChanged() override | juce::Viewport | virtual |
minimisationStateChanged(bool isNowMinimised) | juce::Component | virtual |
modifierKeysChanged(const ModifierKeys &modifiers) | juce::Component | virtual |
mouseDoubleClick(const MouseEvent &event) override | juce::Component | virtual |
mouseDown(const MouseEvent &event) override | juce::Component | virtual |
mouseDrag(const MouseEvent &event) override | juce::Component | virtual |
mouseEnter(const MouseEvent &event) override | juce::Component | virtual |
mouseExit(const MouseEvent &event) override | juce::Component | virtual |
mouseMagnify(const MouseEvent &event, float scaleFactor) override | juce::Component | virtual |
mouseMove(const MouseEvent &event) override | juce::Component | virtual |
mouseUp(const MouseEvent &event) override | juce::Component | virtual |
mouseWheelMove(const MouseEvent &, const MouseWheelDetails &) override | juce::Viewport | virtual |
moved() | juce::Component | virtual |
moveKeyboardFocusToSibling(bool moveToNext) | juce::Component | |
paint(Graphics &g) | juce::Component | virtual |
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel) | juce::Component | |
paintOverChildren(Graphics &g) | juce::Component | virtual |
parentHierarchyChanged() | juce::Component | virtual |
parentSizeChanged() | juce::Component | virtual |
postCommandMessage(int commandId) | juce::Component | |
proportionOfHeight(float proportion) const noexcept | juce::Component | |
proportionOfWidth(float proportion) const noexcept | juce::Component | |
reallyContains(Point< int > localPoint, bool returnTrueIfWithinAChild) | juce::Component | |
reallyContains(Point< float > localPoint, bool returnTrueIfWithinAChild) | juce::Component | |
recreateScrollbars() | juce::Viewport | |
removeAllChildren() | juce::Component | |
removeChildComponent(Component *childToRemove) | juce::Component | |
removeChildComponent(int childIndexToRemove) | juce::Component | |
removeColour(int colourID) | juce::Component | |
removeComponentListener(ComponentListener *listenerToRemove) | juce::Component | |
removeFromDesktop() | juce::Component | |
removeKeyListener(KeyListener *listenerToRemove) | juce::Component | |
removeMouseListener(MouseListener *listenerToRemove) | juce::Component | |
repaint() | juce::Component | |
repaint(int x, int y, int width, int height) | juce::Component | |
repaint(Rectangle< int > area) | juce::Component | |
resized() override | juce::Viewport | virtual |
respondsToKey(const KeyPress &) | juce::Viewport | static |
runModalLoop() | juce::Component | |
scrollBarMoved(ScrollBar *, double newRangeStart) override | juce::Viewport | virtual |
scrollBarThickness | juce::Viewport | private |
ScrollOnDragMode enum name | juce::Viewport | |
scrollOnDragMode | juce::Viewport | private |
sendLookAndFeelChange() | juce::Component | |
setAccessible(bool shouldBeAccessible) | juce::Component | |
setAlpha(float newAlpha) | juce::Component | |
setAlwaysOnTop(bool shouldStayOnTop) | juce::Component | |
setBounds(int x, int y, int width, int height) | juce::Component | |
setBounds(Rectangle< int > newBounds) | juce::Component | |
setBoundsInset(BorderSize< int > borders) | juce::Component | |
setBoundsRelative(float proportionalX, float proportionalY, float proportionalWidth, float proportionalHeight) | juce::Component | |
setBoundsRelative(Rectangle< float > proportionalArea) | juce::Component | |
setBoundsToFit(Rectangle< int > targetArea, Justification justification, bool onlyReduceInSize) | juce::Component | |
setBroughtToFrontOnMouseClick(bool shouldBeBroughtToFront) noexcept | juce::Component | |
setBufferedToImage(bool shouldBeBuffered) | juce::Component | |
setCachedComponentImage(CachedComponentImage *newCachedImage) | juce::Component | |
setCentrePosition(int x, int y) | juce::Component | |
setCentrePosition(Point< int > newCentrePosition) | juce::Component | |
setCentreRelative(float x, float y) | juce::Component | |
setColour(int colourID, Colour newColour) | juce::Component | |
setComponentEffect(ImageEffectFilter *newEffect) | juce::Component | |
setComponentID(const String &newID) | juce::Component | |
setDescription(const String &newDescription) | juce::Component | |
setEnabled(bool shouldBeEnabled) | juce::Component | |
setExplicitFocusOrder(int newFocusOrderIndex) | juce::Component | |
setFocusContainerType(FocusContainerType containerType) noexcept | juce::Component | |
setHasFocusOutline(bool hasFocusOutline) noexcept | juce::Component | inline |
setHelpText(const String &newHelpText) | juce::Component | |
setInterceptsMouseClicks(bool allowClicksOnThisComponent, bool allowClicksOnChildComponents) noexcept | juce::Component | |
setLookAndFeel(LookAndFeel *newLookAndFeel) | juce::Component | |
setMouseClickGrabsKeyboardFocus(bool shouldGrabFocus) | juce::Component | |
setMouseCursor(const MouseCursor &cursorType) | juce::Component | |
setName(const String &newName) | juce::Component | virtual |
setOpaque(bool shouldBeOpaque) | juce::Component | |
setPaintingIsUnclipped(bool shouldPaintWithoutClipping) noexcept | juce::Component | |
setPositioner(Positioner *newPositioner) | juce::Component | |
setRepaintsOnMouseActivity(bool shouldRepaint) noexcept | juce::Component | |
setScrollBarPosition(bool verticalScrollbarOnRight, bool horizontalScrollbarAtBottom) | juce::Viewport | |
setScrollBarsShown(bool showVerticalScrollbarIfNeeded, bool showHorizontalScrollbarIfNeeded, bool allowVerticalScrollingWithoutScrollbar=false, bool allowHorizontalScrollingWithoutScrollbar=false) | juce::Viewport | |
setScrollBarThickness(int thickness) | juce::Viewport | |
setScrollOnDragEnabled(bool shouldScrollOnDrag) | juce::Viewport | inline |
setScrollOnDragMode(ScrollOnDragMode scrollOnDragMode) | juce::Viewport | |
setSingleStepSizes(int stepX, int stepY) | juce::Viewport | |
setSize(int newWidth, int newHeight) | juce::Component | |
setTitle(const String &newTitle) | juce::Component | |
setTopLeftPosition(int x, int y) | juce::Component | |
setTopLeftPosition(Point< int > newTopLeftPosition) | juce::Component | |
setTopRightPosition(int x, int y) | juce::Component | |
setTransform(const AffineTransform &transform) | juce::Component | |
setViewedComponent(Component *newViewedComponent, bool deleteComponentWhenNoLongerNeeded=true) | juce::Viewport | |
setViewportIgnoreDragFlag(bool ignoreDrag) noexcept | juce::Component | inline |
setViewPosition(int xPixelsOffset, int yPixelsOffset) | juce::Viewport | |
setViewPosition(Point< int > newPosition) | juce::Viewport | |
setViewPositionProportionately(double proportionX, double proportionY) | juce::Viewport | |
setVisible(bool shouldBeVisible) | juce::Component | virtual |
setWantsKeyboardFocus(bool wantsFocus) noexcept | juce::Component | |
showHScrollbar | juce::Viewport | private |
showVScrollbar | juce::Viewport | private |
singleStepX | juce::Viewport | private |
singleStepY | juce::Viewport | private |
toBack() | juce::Component | |
toBehind(Component *other) | juce::Component | |
toFront(bool shouldAlsoGainKeyboardFocus) | juce::Component | |
unfocusAllComponents() | juce::Component | static |
updateMouseCursor() const | juce::Component | |
updateVisibleArea() | juce::Viewport | private |
useMouseWheelMoveIfNeeded(const MouseEvent &, const MouseWheelDetails &) | juce::Viewport | |
userTriedToCloseWindow() | juce::Component | virtual |
verticalScrollBar | juce::Viewport | private |
viewedComponentChanged(Component *newComponent) | juce::Viewport | virtual |
Viewport(const String &componentName=String()) | juce::Viewport | explicit |
viewportPosToCompPos(Point< int >) const | juce::Viewport | private |
visibilityChanged() | juce::Component | virtual |
visibleAreaChanged(const Rectangle< int > &newVisibleArea) | juce::Viewport | virtual |
vScrollbarRight | juce::Viewport | private |
~Component() override | juce::Component | |
~ComponentListener()=default | juce::ComponentListener | privatevirtual |
~Listener()=default | juce::ScrollBar::Listener | privatevirtual |
~MouseListener()=default | juce::MouseListener | virtual |
~Viewport() override | juce::Viewport | |