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

This is the complete list of members for FileBrowserComponent, 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(FileBrowserListener *listener)FileBrowserComponent
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents)Component
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr)Componentvirtual
alphaChanged()Componentvirtual
beginDragAutoRepeat(int millisecondsBetweenCallbacks)Componentstatic
broughtToFront()Componentvirtual
browserRootChanged(const File &) overrideFileBrowserComponentvirtual
buttonClicked(Button *) overrideFileBrowserComponent
callAfterDelay(int milliseconds, std::function< void()> functionToCall)Timerprivatestatic
callPendingTimersSynchronously()Timerprivatestatic
canModalEventBeSentToComponent(const Component *targetComponent)Componentvirtual
canSelectDirectories enum valueFileBrowserComponent
canSelectFiles enum valueFileBrowserComponent
canSelectMultipleItems enum valueFileBrowserComponent
centreWithSize(int width, int height)Component
childBoundsChanged(Component *child)Componentvirtual
childrenChanged()Componentvirtual
chosenFilesFileBrowserComponentprivate
colourChanged()Componentvirtual
comboBoxChanged(ComboBox *) overrideFileBrowserComponentvirtual
Component() noexceptComponent
Component(const String &componentName) noexceptComponentexplicit
contains(Point< int > localPoint)Component
copyAllExplicitColoursTo(Component &target) constComponent
createComponentSnapshot(Rectangle< int > areaToGrab, bool clipImageToComponentBounds=true, float scaleFactor=1.0f)Component
createFocusTraverser()Componentvirtual
currentFileIsValid() constFileBrowserComponent
currentPathBoxFileBrowserComponentprivate
currentRootFileBrowserComponentprivate
deleteAllChildren()Component
descriptionFileFilterprivate
deselectAllFiles()FileBrowserComponent
doNotClearFileNameOnRootChange enum valueFileBrowserComponent
enablementChanged()Componentvirtual
enterModalState(bool takeKeyboardFocus=true, ModalComponentManager::Callback *callback=nullptr, bool deleteWhenDismissed=false)Component
exitModalState(int returnValue)Component
FileBrowserComponent(int flags, const File &initialFileOrDirectory, const FileFilter *fileFilter, FilePreviewComponent *previewComp)FileBrowserComponent
FileChooserFlags enum nameFileBrowserComponent
fileClicked(const File &, const MouseEvent &) overrideFileBrowserComponentvirtual
fileDoubleClicked(const File &) overrideFileBrowserComponentvirtual
FileFilter(const String &filterDescription)FileFilterprivate
fileFilterFileBrowserComponentprivate
fileLabelFileBrowserComponentprivate
fileListFileBrowserComponentprivate
fileListComponentFileBrowserComponentprivate
filenameBoxFileBrowserComponentprivate
filenameBoxIsReadOnly enum valueFileBrowserComponent
findChildWithID(StringRef componentID) const noexceptComponent
findColour(int colourId, bool inheritFromParent=false) constComponent
findParentComponentOfClass() constComponentinline
flagsFileBrowserComponentprivate
focusChangedByMouseClick enum valueComponent
focusChangedByTabKey enum valueComponent
focusChangedDirectly enum valueComponent
FocusChangeType enum nameComponent
focusGained(FocusChangeType cause)Componentvirtual
focusLost(FocusChangeType cause)Componentvirtual
focusOfChildComponentChanged(FocusChangeType cause)Componentvirtual
getActionVerb() constFileBrowserComponentvirtual
getAlpha() const noexceptComponent
getBottom() const noexceptComponentinline
getBounds() const noexceptComponentinline
getBoundsInParent() const noexceptComponent
getCachedComponentImage() const noexceptComponentinline
getChildComponent(int index) const noexceptComponent
getChildren() const noexceptComponentinline
getComponentAt(int x, int y)Component
getComponentAt(Point< int > position)Component
getComponentEffect() const noexceptComponentinline
getComponentID() const noexceptComponentinline
getCurrentlyFocusedComponent() noexceptComponentstatic
getCurrentlyModalComponent(int index=0) noexceptComponentstatic
getDefaultRoots(StringArray &rootNames, StringArray &rootPaths)FileBrowserComponentstatic
getDescription() const noexceptFileFilterprivate
getDesktopScaleFactor() constComponentvirtual
getDisplayComponent() const noexceptFileBrowserComponent
getExplicitFocusOrder() constComponent
getHeight() const noexceptComponentinline
getHighlightedFile() const noexceptFileBrowserComponent
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
getNumChildComponents() const noexceptComponent
getNumCurrentlyModalComponents() noexceptComponentstatic
getNumSelectedFiles() const noexceptFileBrowserComponent
getParentComponent() const noexceptComponentinline
getParentHeight() const noexceptComponent
getParentMonitorArea() constComponent
getParentWidth() const noexceptComponent
getPeer() constComponent
getPosition() const noexceptComponentinline
getPositioner() const noexceptComponent
getPreviewComponent() const noexceptFileBrowserComponent
getProperties() noexceptComponentinline
getProperties() const noexceptComponentinline
getRight() const noexceptComponentinline
getRoot() constFileBrowserComponent
getRoots(StringArray &rootNames, StringArray &rootPaths)FileBrowserComponentprotectedvirtual
getScreenBounds() constComponent
getScreenPosition() constComponent
getScreenX() constComponent
getScreenY() constComponent
getSelectedFile(int index) const noexceptFileBrowserComponent
getTimerInterval() const noexceptTimerinlineprivate
getTopLevelComponent() const noexceptComponent
getTransform() constComponent
getViewportIgnoreDragFlag() const noexceptComponentinline
getWantsKeyboardFocus() const noexceptComponent
getWidth() const noexceptComponentinline
getWindowHandle() constComponent
getX() const noexceptComponentinline
getY() const noexceptComponentinline
globalPositionToRelative(Point< int >) constComponent
goUp()FileBrowserComponent
goUpButtonFileBrowserComponentprivate
grabKeyboardFocus()Component
handleCommandMessage(int commandId)Componentvirtual
hasKeyboardFocus(bool trueIfChildIsFocused) constComponent
hitTest(int x, int y)Componentvirtual
inputAttemptWhenModal()Componentvirtual
isAlwaysOnTop() const noexceptComponent
isBroughtToFrontOnMouseClick() const noexceptComponent
isColourSpecified(int colourId) constComponent
isCurrentlyBlockedByAnotherModalComponent() constComponent
isCurrentlyModal(bool onlyConsiderForemostModalComponent=true) const noexceptComponent
isDirectorySuitable(const File &) const overrideFileBrowserComponentvirtual
isEnabled() const noexceptComponent
isFileOrDirSuitable(const File &) constFileBrowserComponentprivate
isFileSuitable(const File &) const overrideFileBrowserComponentvirtual
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
isSaveMode() const noexceptFileBrowserComponent
isShowing() constComponent
isTimerRunning() const noexceptTimerinlineprivate
isTransformed() const noexceptComponent
isVisible() const noexceptComponentinline
keyPressed(const KeyPress &) overrideFileBrowserComponentvirtual
keyStateChanged(bool isKeyDown)Componentvirtual
listenersFileBrowserComponentprivate
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 &event) overrideComponentvirtual
mouseDrag(const MouseEvent &event) overrideComponentvirtual
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
openMode enum valueFileBrowserComponent
paint(Graphics &g)Componentvirtual
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel)Component
paintOverChildren(Graphics &g)Componentvirtual
parentHierarchyChanged()Componentvirtual
parentSizeChanged()Componentvirtual
postCommandMessage(int commandId)Component
previewCompFileBrowserComponentprivate
proportionOfHeight(float proportion) const noexceptComponent
proportionOfWidth(float proportion) const noexceptComponent
reallyContains(Point< int > localPoint, bool returnTrueIfWithinAChild)Component
refresh()FileBrowserComponent
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(FileBrowserListener *listener)FileBrowserComponent
removeMouseListener(MouseListener *listenerToRemove)Component
repaint()Component
repaint(int x, int y, int width, int height)Component
repaint(Rectangle< int > area)Component
resetRecentPaths()FileBrowserComponentprotected
resized() overrideFileBrowserComponentvirtual
runModalLoop()Component
saveMode enum valueFileBrowserComponent
selectionChanged() overrideFileBrowserComponentvirtual
sendListenerChangeMessage()FileBrowserComponentprivate
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
setEnabled(bool shouldBeEnabled)Component
setExplicitFocusOrder(int newFocusOrderIndex)Component
setFileFilter(const FileFilter *newFileFilter)FileBrowserComponent
setFileName(const String &newName)FileBrowserComponent
setFilenameBoxLabel(const String &name)FileBrowserComponent
setFocusContainer(bool shouldBeFocusContainer) noexceptComponent
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
setRepaintsOnMouseActivity(bool shouldRepaint) noexceptComponent
setRoot(const File &newRootDirectory)FileBrowserComponent
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
setViewportIgnoreDragFlag(bool ignoreDrag) noexceptComponentinline
setVisible(bool shouldBeVisible)Componentvirtual
setWantsKeyboardFocus(bool wantsFocus) noexceptComponent
startTimer(int intervalInMilliseconds) noexceptTimerprivate
startTimerHz(int timerFrequencyHz) noexceptTimerprivate
stopTimer() noexceptTimerprivate
textEditorEscapeKeyPressed(TextEditor &) overrideFileBrowserComponentvirtual
textEditorFocusLost(TextEditor &) overrideFileBrowserComponentvirtual
textEditorReturnKeyPressed(TextEditor &) overrideFileBrowserComponentvirtual
textEditorTextChanged(TextEditor &) overrideFileBrowserComponentvirtual
threadFileBrowserComponentprivate
Timer() noexceptTimerprivate
Timer(const Timer &) noexceptTimerprivate
timerCallback() overrideFileBrowserComponentprivatevirtual
toBack()Component
toBehind(Component *other)Component
toFront(bool shouldAlsoGainFocus)Component
unfocusAllComponents()Componentstatic
updateMouseCursor() constComponent
userTriedToCloseWindow()Componentvirtual
useTreeView enum valueFileBrowserComponent
visibilityChanged()Componentvirtual
warnAboutOverwriting enum valueFileBrowserComponent
wasProcessActiveFileBrowserComponentprivate
~Component()Componentvirtual
~FileBrowserComponent()FileBrowserComponent
~FileBrowserListener()FileBrowserListenerprivatevirtual
~FileFilter()FileFilterprivatevirtual
TextEditor::~Listener()TextEditor::Listenerinlineprivatevirtual
ComboBox::Listener::~Listener()ComboBox::Listenerinlineprivatevirtual
~MouseListener()MouseListenerinlinevirtual
~Timer()Timerprivatevirtual