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 |
alphaChanged() | juce::Component | virtual |
backgroundImage | juce::SplashScreen | private |
beginDragAutoRepeat(int millisecondsBetweenCallbacks) | juce::Component | static |
broughtToFront() | juce::Component | virtual |
callAfterDelay(int milliseconds, std::function< void()> functionToCall) | juce::Timer | privatestatic |
callPendingTimersSynchronously() | juce::Timer | privatestatic |
canModalEventBeSentToComponent(const Component *targetComponent) | juce::Component | virtual |
centreWithSize(int width, int height) | juce::Component | |
childBoundsChanged(Component *child) | juce::Component | virtual |
childrenChanged() | juce::Component | virtual |
clickCountToDelete | juce::SplashScreen | private |
colourChanged() | juce::Component | virtual |
Component() noexcept | juce::Component | |
Component(const String &componentName) noexcept | juce::Component | explicit |
contains(Point< int > localPoint) | juce::Component | |
copyAllExplicitColoursTo(Component &target) const | juce::Component | |
createComponentSnapshot(Rectangle< int > areaToGrab, bool clipImageToComponentBounds=true, float scaleFactor=1.0f) | juce::Component | |
createFocusTraverser() | juce::Component | virtual |
creationTime | juce::SplashScreen | private |
deleteAfterDelay(RelativeTime minimumTotalTimeToDisplayFor, bool removeOnMouseClick) | juce::SplashScreen | |
deleteAll() | juce::DeletedAtShutdown | privatestatic |
deleteAllChildren() | juce::Component | |
DeletedAtShutdown() | juce::DeletedAtShutdown | 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 | |
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 | |
focusGained(FocusChangeType cause) | juce::Component | virtual |
focusLost(FocusChangeType cause) | juce::Component | virtual |
focusOfChildComponentChanged(FocusChangeType cause) | juce::Component | virtual |
getAlpha() const noexcept | juce::Component | |
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 | |
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 |
getDesktopScaleFactor() const | juce::Component | virtual |
getExplicitFocusOrder() const | juce::Component | |
getHeight() const noexcept | juce::Component | 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 | |
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 | |
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 | |
getTimerInterval() const noexcept | juce::Timer | inlineprivate |
getTopLevelComponent() const noexcept | juce::Component | |
getTransform() const | juce::Component | |
getViewportIgnoreDragFlag() const noexcept | juce::Component | 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 |
grabKeyboardFocus() | juce::Component | |
handleCommandMessage(int commandId) | juce::Component | virtual |
hasKeyboardFocus(bool trueIfChildIsFocused) const | juce::Component | |
hitTest(int x, int y) | juce::Component | virtual |
inputAttemptWhenModal() | juce::Component | virtual |
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 | |
isEnabled() const noexcept | juce::Component | |
isFocusContainer() 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 | |
isShowing() const | juce::Component | |
isTimerRunning() const noexcept | juce::Timer | inlineprivate |
isTransformed() const noexcept | juce::Component | |
isVisible() const noexcept | juce::Component | inline |
keyPressed(const KeyPress &key) | juce::Component | virtual |
keyStateChanged(bool isKeyDown) | juce::Component | virtual |
localAreaToGlobal(Rectangle< int > localArea) const | juce::Component | |
localPointToGlobal(Point< int > localPoint) const | juce::Component | |
localPointToGlobal(Point< float > localPoint) const | juce::Component | |
lookAndFeelChanged() | juce::Component | virtual |
makeVisible(int w, int h, bool shadow, bool fullscreen) | juce::SplashScreen | private |
minimisationStateChanged(bool isNowMinimised) | juce::Component | virtual |
minimumVisibleTime | juce::SplashScreen | private |
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 &event, const MouseWheelDetails &wheel) override | juce::Component | virtual |
moved() | juce::Component | virtual |
moveKeyboardFocusToSibling(bool moveToNext) | juce::Component | |
paint(Graphics &) override | juce::SplashScreen | protectedvirtual |
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 | |
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() | juce::Component | virtual |
runModalLoop() | juce::Component | |
sendLookAndFeelChange() | 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 | |
setEnabled(bool shouldBeEnabled) | juce::Component | |
setExplicitFocusOrder(int newFocusOrderIndex) | juce::Component | |
setFocusContainer(bool shouldBeFocusContainer) noexcept | 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 | |
setSize(int newWidth, int newHeight) | 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 | |
setViewportIgnoreDragFlag(bool ignoreDrag) noexcept | juce::Component | inline |
setVisible(bool shouldBeVisible) | juce::Component | virtual |
setWantsKeyboardFocus(bool wantsFocus) noexcept | juce::Component | |
SplashScreen(const String &title, const Image &backgroundImage, bool useDropShadow) | juce::SplashScreen | |
SplashScreen(const String &title, int width, int height, bool useDropShadow) | juce::SplashScreen | protected |
startTimer(int intervalInMilliseconds) noexcept | juce::Timer | private |
startTimerHz(int timerFrequencyHz) noexcept | juce::Timer | private |
stopTimer() noexcept | juce::Timer | private |
Timer() noexcept | juce::Timer | private |
Timer(const Timer &) noexcept | juce::Timer | private |
timerCallback() override | juce::SplashScreen | privatevirtual |
toBack() | juce::Component | |
toBehind(Component *other) | juce::Component | |
toFront(bool shouldAlsoGainFocus) | juce::Component | |
unfocusAllComponents() | juce::Component | static |
updateMouseCursor() const | juce::Component | |
userTriedToCloseWindow() | juce::Component | virtual |
visibilityChanged() | juce::Component | virtual |
~Component() override | juce::Component | |
~DeletedAtShutdown() | juce::DeletedAtShutdown | privatevirtual |
~MouseListener() | juce::MouseListener | inlinevirtual |
~SplashScreen() override | juce::SplashScreen | |
~Timer() | juce::Timer | privatevirtual |