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

This is the complete list of members for AlertWindow, including all inherited members.

activeWindowStatusChanged()TopLevelWindowprotectedvirtual
addAndMakeVisible(Component *child, int zOrder=-1)Component
addAndMakeVisible(Component &child, int zOrder=-1)Component
addButton(const String &name, int returnValue, const KeyPress &shortcutKey1=KeyPress(), const KeyPress &shortcutKey2=KeyPress())AlertWindow
addChildAndSetID(Component *child, const String &componentID)Component
addChildComponent(Component *child, int zOrder=-1)Component
addChildComponent(Component &child, int zOrder=-1)Component
addComboBox(const String &name, const StringArray &items, const String &onScreenLabel=String())AlertWindow
addComponentListener(ComponentListener *newListener)Component
addCustomComponent(Component *component)AlertWindow
addKeyListener(KeyListener *newListener)Component
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents)Component
addProgressBarComponent(double &progressValue)AlertWindow
addTextBlock(const String &text)AlertWindow
addTextEditor(const String &name, const String &initialContents, const String &onScreenLabel=String(), bool isPasswordBox=false)AlertWindow
addToDesktop()TopLevelWindow
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr) overrideTopLevelWindowvirtual
alertIconTypeAlertWindowprivate
AlertIconType enum nameAlertWindow
AlertWindow(const String &title, const String &message, AlertIconType iconType, Component *associatedComponent=nullptr)AlertWindow
allCompsAlertWindowprivate
alphaChanged()Componentvirtual
associatedComponentAlertWindowprivate
backgroundColourId enum valueAlertWindow
beginDragAutoRepeat(int millisecondsBetweenCallbacks)Componentstatic
broughtToFront()Componentvirtual
buttonClicked(Button *) overrideAlertWindowprotected
buttonsAlertWindowprivate
canModalEventBeSentToComponent(const Component *targetComponent)Componentvirtual
centreAroundComponent(Component *componentToCentreAround, int width, int height)TopLevelWindow
centreWithSize(int width, int height)Component
childBoundsChanged(Component *child)Componentvirtual
childrenChanged()Componentvirtual
colourChanged()Componentvirtual
ColourIds enum nameAlertWindow
comboBoxesAlertWindowprivate
comboBoxNamesAlertWindowprivate
Component() noexceptComponent
Component(const String &componentName) noexceptComponentexplicit
constrainerAlertWindowprivate
contains(Point< int > localPoint)Component
containsAnyExtraComponents() constAlertWindow
copyAllExplicitColoursTo(Component &target) constComponent
createComponentSnapshot(Rectangle< int > areaToGrab, bool clipImageToComponentBounds=true, float scaleFactor=1.0f)Component
createFocusTraverser()Componentvirtual
customCompsAlertWindowprivate
deleteAllChildren()Component
draggerAlertWindowprivate
enablementChanged()Componentvirtual
enterModalState(bool takeKeyboardFocus=true, ModalComponentManager::Callback *callback=nullptr, bool deleteWhenDismissed=false)Component
escapeKeyCancelsAlertWindowprivate
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 cause)Componentvirtual
focusLost(FocusChangeType cause)Componentvirtual
focusOfChildComponentChanged(FocusChangeType) overrideTopLevelWindowprotectedvirtual
getActiveTopLevelWindow() noexceptTopLevelWindowstatic
getAlertType() const noexceptAlertWindowinline
getAlpha() const noexceptComponent
getBottom() const noexceptComponentinline
getBounds() const noexceptComponentinline
getBoundsInParent() const noexceptComponent
getCachedComponentImage() const noexceptComponentinline
getChildComponent(int index) const noexceptComponent
getChildren() const noexceptComponentinline
getComboBoxComponent(const String &nameOfList) constAlertWindow
getComponentAt(int x, int y)Component
getComponentAt(Point< int > position)Component
getComponentEffect() const noexceptComponentinline
getComponentID() const noexceptComponentinline
getCurrentlyFocusedComponent() noexceptComponentstatic
getCurrentlyModalComponent(int index=0) noexceptComponentstatic
getCustomComponent(int index) constAlertWindow
getDesktopScaleFactor() constComponentvirtual
getDesktopWindowStyleFlags() const overrideAlertWindowprotectedvirtual
getExplicitFocusOrder() constComponent
getHeight() const noexceptComponentinline
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
getMouseClickGrabsKeyboardFocus() const noexceptComponent
getMouseCursor()Componentvirtual
getMouseXYRelative() constComponent
getName() const noexceptComponentinline
getNumButtons() constAlertWindow
getNumChildComponents() const noexceptComponent
getNumCurrentlyModalComponents() noexceptComponentstatic
getNumCustomComponents() constAlertWindow
getNumTopLevelWindows() noexceptTopLevelWindowstatic
getParentComponent() const noexceptComponentinline
getParentHeight() const noexceptComponent
getParentMonitorArea() constComponent
getParentWidth() const noexceptComponent
getPeer() constComponent
getPosition() const noexceptComponentinline
getPositioner() const noexceptComponent
getProperties() noexceptComponentinline
getProperties() const noexceptComponentinline
getRight() const noexceptComponentinline
getScreenBounds() constComponent
getScreenPosition() constComponent
getScreenX() constComponent
getScreenY() constComponent
getTextEditor(const String &nameOfTextEditor) constAlertWindow
getTextEditorContents(const String &nameOfTextEditor) constAlertWindow
getTopLevelComponent() const noexceptComponent
getTopLevelWindow(int index) noexceptTopLevelWindowstatic
getTransform() constComponent
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)Componentvirtual
hasKeyboardFocus(bool trueIfChildIsFocused) constComponent
hitTest(int x, int y)Componentvirtual
InfoIcon enum valueAlertWindow
inputAttemptWhenModal()Componentvirtual
isActiveWindow() const noexceptTopLevelWindowinline
isAlwaysOnTop() const noexceptComponent
isBroughtToFrontOnMouseClick() const noexceptComponent
isColourSpecified(int colourId) constComponent
isCurrentlyBlockedByAnotherModalComponent() constComponent
isCurrentlyModal(bool onlyConsiderForemostModalComponent=true) const noexceptComponent
isDropShadowEnabled() const noexceptTopLevelWindowinline
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
isParentOf(const Component *possibleChild) const noexceptComponent
isShowing() constComponent
isTransformed() const noexceptComponent
isUsingNativeTitleBar() const noexceptTopLevelWindow
isVisible() const noexceptComponentinline
keyPressed(const KeyPress &) overrideAlertWindowprotectedvirtual
keyStateChanged(bool isKeyDown)Componentvirtual
localAreaToGlobal(Rectangle< int > localArea) constComponent
localPointToGlobal(Point< int > localPoint) constComponent
localPointToGlobal(Point< float > localPoint) constComponent
lookAndFeelChanged() overrideAlertWindowprotectedvirtual
minimisationStateChanged(bool isNowMinimised)Componentvirtual
modifierKeysChanged(const ModifierKeys &modifiers)Componentvirtual
mouseDoubleClick(const MouseEvent &event) overrideComponentvirtual
mouseDown(const MouseEvent &) overrideAlertWindowprotectedvirtual
mouseDrag(const MouseEvent &) overrideAlertWindowprotectedvirtual
mouseEnter(const MouseEvent &event) overrideComponentvirtual
mouseExit(const MouseEvent &event) overrideComponentvirtual
mouseMagnify(const MouseEvent &event, float scaleFactor)Componentvirtual
mouseMove(const MouseEvent &event) overrideComponentvirtual
mouseUp(const MouseEvent &event) overrideComponentvirtual
mouseWheelMove(const MouseEvent &event, const MouseWheelDetails &wheel) overrideComponentvirtual
moved()Componentvirtual
moveKeyboardFocusToSibling(bool moveToNext)Component
NoIcon enum valueAlertWindow
outlineColourId enum valueAlertWindow
paint(Graphics &) overrideAlertWindowprotectedvirtual
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel)Component
paintOverChildren(Graphics &g)Componentvirtual
parentHierarchyChanged() overrideTopLevelWindowprotectedvirtual
parentSizeChanged()Componentvirtual
postCommandMessage(int commandId)Component
progressBarsAlertWindowprivate
proportionOfHeight(float proportion) const noexceptComponent
proportionOfWidth(float proportion) const noexceptComponent
QuestionIcon enum valueAlertWindow
reallyContains(Point< int > localPoint, bool returnTrueIfWithinAChild)Component
recreateDesktopWindow()TopLevelWindowprotected
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
removeCustomComponent(int index)AlertWindow
removeFromDesktop()Component
removeKeyListener(KeyListener *listenerToRemove)Component
removeMouseListener(MouseListener *listenerToRemove)Component
repaint()Component
repaint(int x, int y, int width, int height)Component
repaint(Rectangle< int > area)Component
resized()Componentvirtual
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
setCachedComponentImage(CachedComponentImage *newCachedImage)Component
setCentrePosition(int x, int y)Component
setCentrePosition(Point< int > newCentrePosition)Component
setCentreRelative(float x, float y)Component
setColour(int colourId, Colour newColour)Component
setComponentEffect(ImageEffectFilter *newEffect)Component
setComponentID(const String &newID)Component
setDropShadowEnabled(bool useShadow)TopLevelWindow
setEnabled(bool shouldBeEnabled)Component
setEscapeKeyCancels(bool shouldEscapeKeyCancel)AlertWindow
setExplicitFocusOrder(int newFocusOrderIndex)Component
setFocusContainer(bool shouldBeFocusContainer) noexceptComponent
setInterceptsMouseClicks(bool allowClicksOnThisComponent, bool allowClicksOnChildComponents) noexceptComponent
setLookAndFeel(LookAndFeel *newLookAndFeel)Component
setMessage(const String &message)AlertWindow
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
setRepaintsOnMouseActivity(bool shouldRepaint) noexceptComponent
setSize(int newWidth, int newHeight)Component
setTopLeftPosition(int x, int y)Component
setTopLeftPosition(Point< int > newTopLeftPosition)Component
setTopRightPosition(int x, int y)Component
setTransform(const AffineTransform &transform)Component
setUsingNativeTitleBar(bool useNativeTitleBar)TopLevelWindow
setViewportIgnoreDragFlag(bool ignoreDrag) noexceptComponentinline
setVisible(bool shouldBeVisible)Componentvirtual
setWantsKeyboardFocus(bool wantsFocus) noexceptComponent
showMessageBox(AlertIconType iconType, const String &title, const String &message, const String &buttonText=String(), Component *associatedComponent=nullptr)AlertWindowstatic
showMessageBoxAsync(AlertIconType iconType, const String &title, const String &message, const String &buttonText=String(), Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr)AlertWindowstatic
showNativeDialogBox(const String &title, const String &bodyText, bool isOkCancel)AlertWindowstatic
showOkCancelBox(AlertIconType iconType, const String &title, const String &message, const String &button1Text=String(), const String &button2Text=String(), Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr)AlertWindowstatic
showYesNoCancelBox(AlertIconType iconType, const String &title, const String &message, const String &button1Text=String(), const String &button2Text=String(), const String &button3Text=String(), Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr)AlertWindowstatic
textAlertWindowprivate
textAreaAlertWindowprivate
textBlocksAlertWindowprivate
textBoxesAlertWindowprivate
textboxNamesAlertWindowprivate
textColourId enum valueAlertWindow
textLayoutAlertWindowprivate
toBack()Component
toBehind(Component *other)Component
toFront(bool shouldAlsoGainFocus)Component
TopLevelWindow(const String &name, bool addToDesktop)TopLevelWindow
triggerButtonClick(const String &buttonName)AlertWindow
unfocusAllComponents()Componentstatic
updateLayout(bool onlyIncreaseSize)AlertWindowprivate
updateMouseCursor() constComponent
userTriedToCloseWindow() overrideAlertWindowprotectedvirtual
visibilityChanged() overrideTopLevelWindowprotectedvirtual
WarningIcon enum valueAlertWindow
~AlertWindow()AlertWindow
~Component()Componentvirtual
~MouseListener()MouseListenerinlinevirtual
~TopLevelWindow()TopLevelWindow