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 | |
addListener(Listener *newListener) | juce::Button | |
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents) | juce::Component | |
addShortcut(const KeyPress &) | juce::Button | |
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr) | juce::Component | virtual |
alphaChanged() | juce::Component | virtual |
backgroundColourId enum value | juce::DrawableButton | |
backgroundOnColourId enum value | juce::DrawableButton | |
beginDragAutoRepeat(int millisecondsBetweenCallbacks) | juce::Component | static |
broughtToFront() | juce::Component | virtual |
Button(const String &buttonName) | juce::Button | explicitprotected |
buttonDown enum value | juce::Button | |
buttonNormal enum value | juce::Button | |
buttonOver enum value | juce::Button | |
ButtonState enum name | juce::Button | |
buttonStateChanged() override | juce::DrawableButton | virtual |
ButtonStyle enum name | juce::DrawableButton | |
canModalEventBeSentToComponent(const Component *targetComponent) | juce::Component | virtual |
centreWithSize(int width, int height) | juce::Component | |
childBoundsChanged(Component *child) | juce::Component | virtual |
childrenChanged() | juce::Component | virtual |
clearShortcuts() | juce::Button | |
clicked() | juce::Button | protectedvirtual |
clicked(const ModifierKeys &modifiers) | juce::Button | protectedvirtual |
colourChanged() override | juce::DrawableButton | virtual |
ColourIds enum name | juce::DrawableButton | |
Component() noexcept | juce::Component | |
Component(const String &componentName) noexcept | juce::Component | explicit |
ConnectedEdgeFlags enum name | juce::Button | |
ConnectedOnBottom enum value | juce::Button | |
ConnectedOnLeft enum value | juce::Button | |
ConnectedOnRight enum value | juce::Button | |
ConnectedOnTop enum value | juce::Button | |
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 |
currentImage | juce::DrawableButton | private |
deleteAllChildren() | juce::Component | |
disabledImage | juce::DrawableButton | private |
disabledImageOn | juce::DrawableButton | private |
downImage | juce::DrawableButton | private |
downImageOn | juce::DrawableButton | private |
DrawableButton(const String &buttonName, ButtonStyle buttonStyle) | juce::DrawableButton | |
edgeIndent | juce::DrawableButton | private |
enablementChanged() override | juce::DrawableButton | 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) override | juce::Button | protectedvirtual |
focusLost(FocusChangeType) override | juce::Button | protectedvirtual |
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 | |
getButtonText() const | juce::Button | inline |
getCachedComponentImage() const noexcept | juce::Component | inline |
getChildComponent(int index) const noexcept | juce::Component | |
getChildren() const noexcept | juce::Component | inline |
getClickingTogglesState() const noexcept | juce::Button | |
getCommandID() const noexcept | juce::Button | 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 |
getConnectedEdgeFlags() const noexcept | juce::Button | inline |
getCurrentImage() const noexcept | juce::DrawableButton | |
getCurrentlyFocusedComponent() noexcept | juce::Component | static |
getCurrentlyModalComponent(int index=0) noexcept | juce::Component | static |
getDesktopScaleFactor() const | juce::Component | virtual |
getDownImage() const noexcept | juce::DrawableButton | |
getEdgeIndent() const noexcept | juce::DrawableButton | inline |
getExplicitFocusOrder() const | juce::Component | |
getHeight() const noexcept | juce::Component | inline |
getImageBounds() const | juce::DrawableButton | virtual |
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 | |
getMillisecondsSinceButtonDown() const noexcept | juce::Button | |
getMouseClickGrabsKeyboardFocus() const noexcept | juce::Component | |
getMouseCursor() | juce::Component | virtual |
getMouseXYRelative() const | juce::Component | |
getName() const noexcept | juce::Component | inline |
getNormalImage() const noexcept | juce::DrawableButton | |
getNumChildComponents() const noexcept | juce::Component | |
getNumCurrentlyModalComponents() noexcept | juce::Component | static |
getOverImage() const noexcept | juce::DrawableButton | |
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 |
getRadioGroupId() const noexcept | juce::Button | inline |
getRight() const noexcept | juce::Component | inline |
getScreenBounds() const | juce::Component | |
getScreenPosition() const | juce::Component | |
getScreenX() const | juce::Component | |
getScreenY() const | juce::Component | |
getState() const noexcept | juce::Button | inline |
getStyle() const noexcept | juce::DrawableButton | inline |
getToggleState() const noexcept | juce::Button | inline |
getToggleStateValue() noexcept | juce::Button | inline |
getTooltip() override | juce::SettableTooltipClient | inlinevirtual |
getTopLevelComponent() const noexcept | juce::Component | |
getTransform() const | juce::Component | |
getTriggeredOnMouseDown() const noexcept | juce::Button | |
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) override | juce::Button | protectedvirtual |
hasKeyboardFocus(bool trueIfChildIsFocused) const | juce::Component | |
hitTest(int x, int y) | juce::Component | virtual |
ImageAboveTextLabel enum value | juce::DrawableButton | |
ImageFitted enum value | juce::DrawableButton | |
ImageOnButtonBackground enum value | juce::DrawableButton | |
ImageRaw enum value | juce::DrawableButton | |
ImageStretched enum value | juce::DrawableButton | |
inputAttemptWhenModal() | juce::Component | virtual |
internalClickCallback(const ModifierKeys &) | juce::Button | protectedvirtual |
isAlwaysOnTop() const noexcept | juce::Component | |
isBroughtToFrontOnMouseClick() const noexcept | juce::Component | |
isColourSpecified(int colourID) const | juce::Component | |
isConnectedOnBottom() const noexcept | juce::Button | inline |
isConnectedOnLeft() const noexcept | juce::Button | inline |
isConnectedOnRight() const noexcept | juce::Button | inline |
isConnectedOnTop() const noexcept | juce::Button | inline |
isCurrentlyBlockedByAnotherModalComponent() const | juce::Component | |
isCurrentlyModal(bool onlyConsiderForemostModalComponent=true) const noexcept | juce::Component | |
isDown() const noexcept | juce::Button | |
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 | |
isOver() const noexcept | juce::Button | |
isPaintingUnclipped() const noexcept | juce::Component | |
isParentOf(const Component *possibleChild) const noexcept | juce::Component | |
isRegisteredForShortcut(const KeyPress &) const | juce::Button | |
isShowing() const | juce::Component | |
isTransformed() const noexcept | juce::Component | |
isVisible() const noexcept | juce::Component | inline |
keyPressed(const KeyPress &) override | juce::Button | protectedvirtual |
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 &) override | juce::Button | protectedvirtual |
mouseDrag(const MouseEvent &) override | juce::Button | protectedvirtual |
mouseEnter(const MouseEvent &) override | juce::Button | protectedvirtual |
mouseExit(const MouseEvent &) override | juce::Button | protectedvirtual |
mouseMagnify(const MouseEvent &event, float scaleFactor) override | juce::Component | virtual |
mouseMove(const MouseEvent &event) override | juce::Component | virtual |
mouseUp(const MouseEvent &) override | juce::Button | protectedvirtual |
mouseWheelMove(const MouseEvent &event, const MouseWheelDetails &wheel) override | juce::Component | virtual |
moved() | juce::Component | virtual |
moveKeyboardFocusToSibling(bool moveToNext) | juce::Component | |
normalImage | juce::DrawableButton | private |
normalImageOn | juce::DrawableButton | private |
onClick | juce::Button | |
onStateChange | juce::Button | |
overImage | juce::DrawableButton | private |
overImageOn | juce::DrawableButton | private |
paint(Graphics &) override | juce::Button | protectedvirtual |
paintButton(Graphics &, bool, bool) override | juce::DrawableButton | virtual |
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel) | juce::Component | |
paintOverChildren(Graphics &g) | juce::Component | virtual |
parentHierarchyChanged() override | juce::Button | protectedvirtual |
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 | |
removeListener(Listener *listener) | juce::Button | |
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::DrawableButton | 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 | |
setButtonStyle(ButtonStyle newStyle) | juce::DrawableButton | |
setButtonText(const String &newText) | juce::Button | |
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 | |
setClickingTogglesState(bool shouldAutoToggleOnClick) noexcept | juce::Button | |
setColour(int colourID, Colour newColour) | juce::Component | |
setCommandToTrigger(ApplicationCommandManager *commandManagerToUse, CommandID commandID, bool generateTooltip) | juce::Button | |
setComponentEffect(ImageEffectFilter *newEffect) | juce::Component | |
setComponentID(const String &newID) | juce::Component | |
setConnectedEdges(int connectedEdgeFlags) | juce::Button | |
setEdgeIndent(int numPixelsIndent) | juce::DrawableButton | |
setEnabled(bool shouldBeEnabled) | juce::Component | |
setExplicitFocusOrder(int newFocusOrderIndex) | juce::Component | |
setFocusContainer(bool shouldBeFocusContainer) noexcept | juce::Component | |
setImages(const Drawable *normalImage, const Drawable *overImage=nullptr, const Drawable *downImage=nullptr, const Drawable *disabledImage=nullptr, const Drawable *normalImageOn=nullptr, const Drawable *overImageOn=nullptr, const Drawable *downImageOn=nullptr, const Drawable *disabledImageOn=nullptr) | juce::DrawableButton | |
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 | |
setRadioGroupId(int newGroupId, NotificationType notification=sendNotification) | juce::Button | |
setRepaintsOnMouseActivity(bool shouldRepaint) noexcept | juce::Component | |
setRepeatSpeed(int initialDelayInMillisecs, int repeatDelayInMillisecs, int minimumDelayInMillisecs=-1) noexcept | juce::Button | |
setSize(int newWidth, int newHeight) | juce::Component | |
setState(ButtonState newState) | juce::Button | |
SettableTooltipClient() | juce::SettableTooltipClient | inlineprotected |
setToggleState(bool shouldBeOn, NotificationType notification) | juce::Button | |
setToggleState(bool, bool) | juce::Button | |
setTooltip(const String &newTooltip) override | juce::Button | virtual |
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 | |
setTriggeredOnMouseDown(bool isTriggeredOnMouseDown) noexcept | juce::Button | |
setViewportIgnoreDragFlag(bool ignoreDrag) noexcept | juce::Component | inline |
setVisible(bool shouldBeVisible) | juce::Component | virtual |
setWantsKeyboardFocus(bool wantsFocus) noexcept | juce::Component | |
style | juce::DrawableButton | private |
textColourId enum value | juce::DrawableButton | |
textColourOnId enum value | juce::DrawableButton | |
toBack() | juce::Component | |
toBehind(Component *other) | juce::Component | |
toFront(bool shouldAlsoGainFocus) | juce::Component | |
triggerClick() | juce::Button | virtual |
unfocusAllComponents() | juce::Component | static |
updateMouseCursor() const | juce::Component | |
userTriedToCloseWindow() | juce::Component | virtual |
visibilityChanged() override | juce::Button | protectedvirtual |
~Button() override | juce::Button | |
~Component() override | juce::Component | |
~DrawableButton() override | juce::DrawableButton | |
~MouseListener() | juce::MouseListener | inlinevirtual |
~SettableTooltipClient() override | juce::SettableTooltipClient | inline |
~TooltipClient() | juce::TooltipClient | inlinevirtual |