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(FilenameComponentListener *listener) | juce::FilenameComponent | |
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents) | juce::Component | |
addRecentlyUsedFile(const File &file) | juce::FilenameComponent | |
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr) | juce::Component | virtual |
alphaChanged() | juce::Component | virtual |
AsyncUpdater() | juce::AsyncUpdater | private |
beginDragAutoRepeat(int millisecondsBetweenCallbacks) | juce::Component | static |
broughtToFront() | juce::Component | virtual |
browseButton | juce::FilenameComponent | private |
browseButtonText | juce::FilenameComponent | private |
cancelPendingUpdate() noexcept | juce::AsyncUpdater | private |
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 | |
createFocusTraverser() override | juce::FilenameComponent | virtual |
defaultBrowseFile | juce::FilenameComponent | private |
deleteAllChildren() | juce::Component | |
enablementChanged() | juce::Component | virtual |
enforcedSuffix | juce::FilenameComponent | private |
enterModalState(bool takeKeyboardFocus=true, ModalComponentManager::Callback *callback=nullptr, bool deleteWhenDismissed=false) | juce::Component | |
exitModalState(int returnValue) | juce::Component | |
fileDragEnter(const StringArray &, int, int) override | juce::FilenameComponent | virtual |
fileDragExit(const StringArray &) override | juce::FilenameComponent | virtual |
fileDragMove(const StringArray &files, int x, int y) | juce::FileDragAndDropTarget | virtual |
filenameBox | juce::FilenameComponent | private |
FilenameComponent(const String &name, const File ¤tFile, bool canEditFilename, bool isDirectory, bool isForSaving, const String &fileBrowserWildcard, const String &enforcedSuffix, const String &textWhenNothingSelected) | juce::FilenameComponent | |
filesDropped(const StringArray &, int, int) override | juce::FilenameComponent | virtual |
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 |
getCurrentFile() const | juce::FilenameComponent | |
getCurrentFileText() const | juce::FilenameComponent | |
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 | |
getLocationToBrowse() | juce::FilenameComponent | virtual |
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 |
getRecentlyUsedFilenames() const | juce::FilenameComponent | |
getRight() const noexcept | juce::Component | inline |
getScreenBounds() const | juce::Component | |
getScreenPosition() const | juce::Component | |
getScreenX() const | juce::Component | |
getScreenY() const | juce::Component | |
getTooltip() override | juce::SettableTooltipClient | inlinevirtual |
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 | |
handleAsyncUpdate() override | juce::FilenameComponent | privatevirtual |
handleCommandMessage(int commandId) | juce::Component | virtual |
handleUpdateNowIfNeeded() | juce::AsyncUpdater | private |
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 | |
isDir | juce::FilenameComponent | private |
isEnabled() const noexcept | juce::Component | |
isFileDragOver | juce::FilenameComponent | private |
isFocusContainer() const noexcept | juce::Component | |
isInterestedInFileDrag(const StringArray &) override | juce::FilenameComponent | virtual |
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 | |
isSaving | juce::FilenameComponent | private |
isShowing() const | juce::Component | |
isTransformed() const noexcept | juce::Component | |
isUpdatePending() const noexcept | juce::AsyncUpdater | private |
isVisible() const noexcept | juce::Component | inline |
keyPressed(const KeyPress &key) | juce::Component | virtual |
keyStateChanged(bool isKeyDown) | juce::Component | virtual |
lastFilename | juce::FilenameComponent | private |
listeners | juce::FilenameComponent | private |
localAreaToGlobal(Rectangle< int > localArea) const | juce::Component | |
localPointToGlobal(Point< int > localPoint) const | juce::Component | |
localPointToGlobal(Point< float > localPoint) const | juce::Component | |
lookAndFeelChanged() override | juce::FilenameComponent | virtual |
maxRecentFiles | juce::FilenameComponent | private |
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 | |
paint(Graphics &g) | juce::Component | virtual |
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel) | juce::Component | |
paintOverChildren(Graphics &) override | juce::FilenameComponent | 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 | |
removeListener(FilenameComponentListener *listener) | juce::FilenameComponent | |
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::FilenameComponent | 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 | |
setBrowseButtonText(const String &browseButtonText) | juce::FilenameComponent | |
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 | |
setCurrentFile(File newFile, bool addToRecentlyUsedList, NotificationType notification=sendNotificationAsync) | juce::FilenameComponent | |
setDefaultBrowseTarget(const File &newDefaultDirectory) | juce::FilenameComponent | |
setEnabled(bool shouldBeEnabled) | juce::Component | |
setExplicitFocusOrder(int newFocusOrderIndex) | juce::Component | |
setFilenameIsEditable(bool shouldBeEditable) | juce::FilenameComponent | |
setFocusContainer(bool shouldBeFocusContainer) noexcept | juce::Component | |
setInterceptsMouseClicks(bool allowClicksOnThisComponent, bool allowClicksOnChildComponents) noexcept | juce::Component | |
setLookAndFeel(LookAndFeel *newLookAndFeel) | juce::Component | |
setMaxNumberOfRecentFiles(int newMaximum) | juce::FilenameComponent | |
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 | |
setRecentlyUsedFilenames(const StringArray &filenames) | juce::FilenameComponent | |
setRepaintsOnMouseActivity(bool shouldRepaint) noexcept | juce::Component | |
setSize(int newWidth, int newHeight) | juce::Component | |
SettableTooltipClient() | juce::SettableTooltipClient | inlineprotected |
setTooltip(const String &newTooltip) override | juce::FilenameComponent | 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 | |
setViewportIgnoreDragFlag(bool ignoreDrag) noexcept | juce::Component | inline |
setVisible(bool shouldBeVisible) | juce::Component | virtual |
setWantsKeyboardFocus(bool wantsFocus) noexcept | juce::Component | |
showChooser() | juce::FilenameComponent | private |
toBack() | juce::Component | |
toBehind(Component *other) | juce::Component | |
toFront(bool shouldAlsoGainFocus) | juce::Component | |
triggerAsyncUpdate() | juce::AsyncUpdater | private |
unfocusAllComponents() | juce::Component | static |
updateMouseCursor() const | juce::Component | |
userTriedToCloseWindow() | juce::Component | virtual |
visibilityChanged() | juce::Component | virtual |
wildcard | juce::FilenameComponent | private |
~AsyncUpdater() | juce::AsyncUpdater | privatevirtual |
~Component() override | juce::Component | |
~FileDragAndDropTarget() | juce::FileDragAndDropTarget | inlinevirtual |
~FilenameComponent() override | juce::FilenameComponent | |
~MouseListener() | juce::MouseListener | inlinevirtual |
~SettableTooltipClient() override | juce::SettableTooltipClient | inline |
~TooltipClient() | juce::TooltipClient | inlinevirtual |