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 |
applyDrawableClipPath(Graphics &) | juce::Drawable | protected |
beginDragAutoRepeat(int millisecondsBetweenCallbacks) | juce::Component | static |
broughtToFront() | juce::Component | virtual |
canModalEventBeSentToComponent(const Component *targetComponent) | juce::Component | virtual |
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 |
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 | |
createCopy() const =0 | juce::Drawable | pure virtual |
createFocusTraverser() | juce::Component | virtual |
createFromImageData(const void *data, size_t numBytes) | juce::Drawable | static |
createFromImageDataStream(InputStream &dataSource) | juce::Drawable | static |
createFromImageFile(const File &file) | juce::Drawable | static |
createFromSVG(const XmlElement &svgDocument) | juce::Drawable | static |
createFromSVGFile(const File &svgFile) | juce::Drawable | static |
deleteAllChildren() | juce::Component | |
draw(Graphics &g, float opacity, const AffineTransform &transform=AffineTransform()) const | juce::Drawable | |
Drawable() | juce::Drawable | protected |
Drawable(const Drawable &) | juce::Drawable | protected |
drawableClipPath | juce::Drawable | protected |
DrawableComposite class | juce::Drawable | friend |
DrawableShape class | juce::Drawable | friend |
drawAt(Graphics &g, float x, float y, float opacity) const | juce::Drawable | |
drawWithin(Graphics &g, Rectangle< float > destArea, RectanglePlacement placement, float opacity) const | juce::Drawable | |
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 |
getDrawableBounds() const =0 | juce::Drawable | pure 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 |
getOutlineAsPath() const =0 | juce::Drawable | pure virtual |
getParent() const | juce::Drawable | |
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 | |
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 | |
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 |
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 &event, const MouseWheelDetails &wheel) override | juce::Component | virtual |
moved() | juce::Component | virtual |
moveKeyboardFocusToSibling(bool moveToNext) | juce::Component | |
nonConstDraw(Graphics &, float opacity, const AffineTransform &) | juce::Drawable | protected |
operator=(const Drawable &) | juce::Drawable | protected |
originRelativeToComponent | juce::Drawable | protected |
paint(Graphics &g) | juce::Component | virtual |
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel) | juce::Component | |
paintOverChildren(Graphics &g) | juce::Component | virtual |
parentHierarchyChanged() override | juce::Drawable | protectedvirtual |
parentSizeChanged() | juce::Component | virtual |
parseSVGPath(const String &svgPath) | juce::Drawable | static |
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 | |
replaceColour(Colour originalColour, Colour replacementColour) | juce::Drawable | virtual |
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 | |
setBoundsToEnclose(Rectangle< float >) | juce::Drawable | protected |
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 | |
setClipPath(Drawable *drawableClipPath) | juce::Drawable | |
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 | |
setOriginWithOriginalSize(Point< float > originWithinParent) | juce::Drawable | |
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 | |
setTransformToFit(const Rectangle< float > &areaInParent, RectanglePlacement placement) | juce::Drawable | |
setViewportIgnoreDragFlag(bool ignoreDrag) noexcept | juce::Component | inline |
setVisible(bool shouldBeVisible) | juce::Component | virtual |
setWantsKeyboardFocus(bool wantsFocus) noexcept | juce::Component | |
toBack() | juce::Component | |
toBehind(Component *other) | juce::Component | |
toFront(bool shouldAlsoGainFocus) | juce::Component | |
transformContextToCorrectOrigin(Graphics &) | juce::Drawable | protected |
unfocusAllComponents() | juce::Component | static |
updateMouseCursor() const | juce::Component | |
userTriedToCloseWindow() | juce::Component | virtual |
visibilityChanged() | juce::Component | virtual |
~Component() override | juce::Component | |
~Drawable() override | juce::Drawable | |
~MouseListener() | juce::MouseListener | inlinevirtual |