JUCE  v5.1.1-3-g1a0b28c73
JUCE API
DrawableButton Member List

This is the complete list of members for DrawableButton, 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 *newListener)Button
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents)Component
addShortcut(const KeyPress &)Button
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr)Componentvirtual
alphaChanged()Componentvirtual
backgroundColourId enum valueDrawableButton
backgroundOnColourId enum valueDrawableButton
beginDragAutoRepeat(int millisecondsBetweenCallbacks)Componentstatic
broughtToFront()Componentvirtual
Button(const String &buttonName)Buttonexplicitprotected
buttonDown enum valueButton
buttonNormal enum valueButton
buttonOver enum valueButton
ButtonState enum nameButton
buttonStateChanged() overrideDrawableButtonvirtual
ButtonStyle enum nameDrawableButton
canModalEventBeSentToComponent(const Component *targetComponent)Componentvirtual
centreWithSize(int width, int height)Component
childBoundsChanged(Component *child)Componentvirtual
childrenChanged()Componentvirtual
clearShortcuts()Button
clicked()Buttonprotectedvirtual
clicked(const ModifierKeys &modifiers)Buttonprotectedvirtual
colourChanged() overrideDrawableButtonvirtual
ColourIds enum nameDrawableButton
Component() noexceptComponent
Component(const String &componentName) noexceptComponentexplicit
ConnectedEdgeFlags enum nameButton
ConnectedOnBottom enum valueButton
ConnectedOnLeft enum valueButton
ConnectedOnRight enum valueButton
ConnectedOnTop enum valueButton
contains(Point< int > localPoint)Component
copyAllExplicitColoursTo(Component &target) constComponent
createComponentSnapshot(Rectangle< int > areaToGrab, bool clipImageToComponentBounds=true, float scaleFactor=1.0f)Component
createFocusTraverser()Componentvirtual
currentImageDrawableButtonprivate
deleteAllChildren()Component
disabledImageDrawableButtonprivate
disabledImageOnDrawableButtonprivate
downImageDrawableButtonprivate
downImageOnDrawableButtonprivate
DrawableButton(const String &buttonName, ButtonStyle buttonStyle)DrawableButton
edgeIndentDrawableButtonprivate
enablementChanged() overrideDrawableButtonvirtual
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) constComponent
findParentComponentOfClass() constComponentinline
focusChangedByMouseClick enum valueComponent
focusChangedByTabKey enum valueComponent
focusChangedDirectly enum valueComponent
FocusChangeType enum nameComponent
focusGained(FocusChangeType) overrideButtonprotectedvirtual
focusLost(FocusChangeType) overrideButtonprotectedvirtual
focusOfChildComponentChanged(FocusChangeType cause)Componentvirtual
getAlpha() const noexceptComponent
getBottom() const noexceptComponentinline
getBounds() const noexceptComponentinline
getBoundsInParent() const noexceptComponent
getButtonText() constButtoninline
getCachedComponentImage() const noexceptComponentinline
getChildComponent(int index) const noexceptComponent
getChildren() const noexceptComponentinline
getClickingTogglesState() const noexceptButton
getCommandID() const noexceptButtoninline
getComponentAt(int x, int y)Component
getComponentAt(Point< int > position)Component
getComponentEffect() const noexceptComponentinline
getComponentID() const noexceptComponentinline
getConnectedEdgeFlags() const noexceptButtoninline
getCurrentImage() const noexceptDrawableButton
getCurrentlyFocusedComponent() noexceptComponentstatic
getCurrentlyModalComponent(int index=0) noexceptComponentstatic
getDesktopScaleFactor() constComponentvirtual
getDownImage() const noexceptDrawableButton
getExplicitFocusOrder() constComponent
getHeight() const noexceptComponentinline
getImageBounds() constDrawableButtonvirtual
getIndexOfChildComponent(const Component *child) const noexceptComponent
getInterceptsMouseClicks(bool &allowsClicksOnThisComponent, bool &allowsClicksOnChildComponents) const noexceptComponent
getLocalArea(const Component *sourceComponent, Rectangle< int > areaRelativeToSourceComponent) constComponent
getLocalBounds() const noexceptComponent
getLocalPoint(const Component *sourceComponent, Point< int > pointRelativeToSourceComponent) constComponent
getLocalPoint(const Component *sourceComponent, Point< float > pointRelativeToSourceComponent) constComponent
getLookAndFeel() const noexceptComponent
getMarkers(bool xAxis)Componentvirtual
getMillisecondsSinceButtonDown() const noexceptButton
getMouseClickGrabsKeyboardFocus() const noexceptComponent
getMouseCursor()Componentvirtual
getMouseXYRelative() constComponent
getName() const noexceptComponentinline
getNormalImage() const noexceptDrawableButton
getNumChildComponents() const noexceptComponent
getNumCurrentlyModalComponents() noexceptComponentstatic
getOverImage() const noexceptDrawableButton
getParentComponent() const noexceptComponentinline
getParentHeight() const noexceptComponent
getParentMonitorArea() constComponent
getParentWidth() const noexceptComponent
getPeer() constComponent
getPosition() const noexceptComponentinline
getPositioner() const noexceptComponent
getProperties() noexceptComponentinline
getProperties() const noexceptComponentinline
getRadioGroupId() const noexceptButtoninline
getRight() const noexceptComponentinline
getScreenBounds() constComponent
getScreenPosition() constComponent
getScreenX() constComponent
getScreenY() constComponent
getState() const noexceptButtoninline
getStyle() const noexceptDrawableButtoninline
getToggleState() const noexceptButtoninline
getToggleStateValue() noexceptButtoninline
getTooltip() overrideSettableTooltipClientinlinevirtual
getTopLevelComponent() const noexceptComponent
getTransform() constComponent
getTriggeredOnMouseDown() const noexceptButton
getViewportIgnoreDragFlag() const noexceptComponentinline
getWantsKeyboardFocus() const noexceptComponent
getWidth() const noexceptComponentinline
getWindowHandle() constComponent
getX() const noexceptComponentinline
getY() const noexceptComponentinline
globalPositionToRelative(Point< int >) constComponent
grabKeyboardFocus()Component
handleCommandMessage(int commandId) overrideButtonprotectedvirtual
hasKeyboardFocus(bool trueIfChildIsFocused) constComponent
hitTest(int x, int y)Componentvirtual
ImageAboveTextLabel enum valueDrawableButton
ImageFitted enum valueDrawableButton
ImageOnButtonBackground enum valueDrawableButton
ImageRaw enum valueDrawableButton
ImageStretched enum valueDrawableButton
inputAttemptWhenModal()Componentvirtual
internalClickCallback(const ModifierKeys &)Buttonprotectedvirtual
isAlwaysOnTop() const noexceptComponent
isBroughtToFrontOnMouseClick() const noexceptComponent
isColourSpecified(int colourId) constComponent
isConnectedOnBottom() const noexceptButtoninline
isConnectedOnLeft() const noexceptButtoninline
isConnectedOnRight() const noexceptButtoninline
isConnectedOnTop() const noexceptButtoninline
isCurrentlyBlockedByAnotherModalComponent() constComponent
isCurrentlyModal(bool onlyConsiderForemostModalComponent=true) const noexceptComponent
isDown() const noexceptButton
isEnabled() const noexceptComponent
isFocusContainer() const noexceptComponent
isMouseButtonDown() constComponent
isMouseButtonDownAnywhere() noexceptComponentstatic
isMouseOver(bool includeChildren=false) constComponent
isMouseOverOrDragging(bool includeChildren=false) constComponent
isOnDesktop() const noexceptComponent
isOpaque() const noexceptComponent
isOver() const noexceptButton
isParentOf(const Component *possibleChild) const noexceptComponent
isRegisteredForShortcut(const KeyPress &) constButton
isShowing() constComponent
isTransformed() const noexceptComponent
isVisible() const noexceptComponentinline
keyPressed(const KeyPress &) overrideButtonprotectedvirtual
keyStateChanged(bool isKeyDown)Componentvirtual
localAreaToGlobal(Rectangle< int > localArea) constComponent
localPointToGlobal(Point< int > localPoint) constComponent
localPointToGlobal(Point< float > localPoint) constComponent
lookAndFeelChanged()Componentvirtual
minimisationStateChanged(bool isNowMinimised)Componentvirtual
modifierKeysChanged(const ModifierKeys &modifiers)Componentvirtual
mouseDoubleClick(const MouseEvent &event) overrideComponentvirtual
mouseDown(const MouseEvent &) overrideButtonprotectedvirtual
mouseDrag(const MouseEvent &) overrideButtonprotectedvirtual
mouseEnter(const MouseEvent &) overrideButtonprotectedvirtual
mouseExit(const MouseEvent &) overrideButtonprotectedvirtual
mouseMagnify(const MouseEvent &event, float scaleFactor)Componentvirtual
mouseMove(const MouseEvent &event) overrideComponentvirtual
mouseUp(const MouseEvent &) overrideButtonprotectedvirtual
mouseWheelMove(const MouseEvent &event, const MouseWheelDetails &wheel) overrideComponentvirtual
moved()Componentvirtual
moveKeyboardFocusToSibling(bool moveToNext)Component
normalImageDrawableButtonprivate
normalImageOnDrawableButtonprivate
overImageDrawableButtonprivate
overImageOnDrawableButtonprivate
paint(Graphics &) overrideButtonprotectedvirtual
paintButton(Graphics &, bool isMouseOverButton, bool isButtonDown) overrideDrawableButtonvirtual
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel)Component
paintOverChildren(Graphics &g)Componentvirtual
parentHierarchyChanged() overrideButtonprotectedvirtual
parentSizeChanged()Componentvirtual
postCommandMessage(int commandId)Component
proportionOfHeight(float proportion) const noexceptComponent
proportionOfWidth(float proportion) const noexceptComponent
reallyContains(Point< int > localPoint, bool returnTrueIfWithinAChild)Component
relativePositionToGlobal(Point< int >) constComponent
relativePositionToOtherComponent(const Component *, Point< int >) constComponent
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)Button
removeMouseListener(MouseListener *listenerToRemove)Component
repaint()Component
repaint(int x, int y, int width, int height)Component
repaint(Rectangle< int > area)Component
resized() overrideDrawableButtonvirtual
runModalLoop()Component
sendLookAndFeelChange()Component
setAlpha(float newAlpha)Component
setAlwaysOnTop(bool shouldStayOnTop)Component
setBounds(int x, int y, int width, int height)Component
setBounds(Rectangle< int > newBounds)Component
setBounds(const RelativeRectangle &)Component
setBounds(const String &)Component
setBoundsInset(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
setButtonStyle(ButtonStyle newStyle)DrawableButton
setButtonText(const String &newText)Button
setCachedComponentImage(CachedComponentImage *newCachedImage)Component
setCentrePosition(int x, int y)Component
setCentrePosition(Point< int > newCentrePosition)Component
setCentreRelative(float x, float y)Component
setClickingTogglesState(bool shouldAutoToggleOnClick) noexceptButton
setColour(int colourId, Colour newColour)Component
setCommandToTrigger(ApplicationCommandManager *commandManagerToUse, CommandID commandID, bool generateTooltip)Button
setComponentEffect(ImageEffectFilter *newEffect)Component
setComponentID(const String &newID)Component
setConnectedEdges(int connectedEdgeFlags)Button
setEdgeIndent(int numPixelsIndent)DrawableButton
setEnabled(bool shouldBeEnabled)Component
setExplicitFocusOrder(int newFocusOrderIndex)Component
setFocusContainer(bool shouldBeFocusContainer) noexceptComponent
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)DrawableButton
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
setPaintingIsUnclipped(bool shouldPaintWithoutClipping) noexceptComponent
setPositioner(Positioner *newPositioner)Component
setRadioGroupId(int newGroupId, NotificationType notification=sendNotification)Button
setRepaintsOnMouseActivity(bool shouldRepaint) noexceptComponent
setRepeatSpeed(int initialDelayInMillisecs, int repeatDelayInMillisecs, int minimumDelayInMillisecs=-1) noexceptButton
setSize(int newWidth, int newHeight)Component
setState(ButtonState newState)Button
SettableTooltipClient()SettableTooltipClientinlineprotected
setToggleState(bool shouldBeOn, NotificationType notification)Button
setToggleState(bool, bool)Button
setTooltip(const String &newTooltip) overrideButtonvirtual
setTopLeftPosition(int x, int y)Component
setTopLeftPosition(Point< int > newTopLeftPosition)Component
setTopRightPosition(int x, int y)Component
setTransform(const AffineTransform &transform)Component
setTriggeredOnMouseDown(bool isTriggeredOnMouseDown) noexceptButton
setViewportIgnoreDragFlag(bool ignoreDrag) noexceptComponentinline
setVisible(bool shouldBeVisible)Componentvirtual
setWantsKeyboardFocus(bool wantsFocus) noexceptComponent
styleDrawableButtonprivate
textColourId enum valueDrawableButton
textColourOnId enum valueDrawableButton
toBack()Component
toBehind(Component *other)Component
toFront(bool shouldAlsoGainFocus)Component
triggerClick()Buttonvirtual
unfocusAllComponents()Componentstatic
updateMouseCursor() constComponent
userTriedToCloseWindow()Componentvirtual
visibilityChanged() overrideButtonprotectedvirtual
~Button()Buttonvirtual
~Component()Componentvirtual
~DrawableButton()DrawableButton
~MouseListener()MouseListenerinlinevirtual
~SettableTooltipClient()SettableTooltipClientinline
~TooltipClient()TooltipClientinlinevirtual