25 #ifndef JUCE_FILESEARCHPATHLISTCOMPONENT_H_INCLUDED 26 #define JUCE_FILESEARCHPATHLISTCOMPONENT_H_INCLUDED 61 void setDefaultBrowseTarget (
const File& newDefaultDirectory);
72 backgroundColourId = 0x1004100,
103 File defaultBrowseTarget;
106 TextButton addButton, removeButton, changeButton;
110 void updateButtons();
116 #endif // JUCE_FILESEARCHPATHLISTCOMPONENT_H_INCLUDED ColourIds
Definition: juce_FileSearchPathListComponent.h:70
Definition: juce_ListBox.h:177
#define noexcept
Definition: juce_CompilerSupport.h:141
virtual bool isInterestedInFileDrag(const StringArray &files)=0
Definition: juce_FileDragAndDropTarget.h:33
virtual void returnKeyPressed(int lastRowSelected)
Definition: juce_ListBox.cpp:964
virtual void listBoxItemDoubleClicked(int row, const MouseEvent &)
Definition: juce_ListBox.cpp:960
Definition: juce_TextButton.h:36
const FileSearchPath & getPath() const noexcept
Definition: juce_FileSearchPathListComponent.h:52
#define JUCE_API
Definition: juce_StandardHeader.h:139
virtual void resized()
Definition: juce_Component.cpp:2272
virtual int getNumRows()=0
Definition: juce_FileSearchPath.h:39
Definition: juce_Component.h:33
Definition: juce_FileSearchPathListComponent.h:36
virtual void paintListBoxItem(int rowNumber, Graphics &g, int width, int height, bool rowIsSelected)=0
png_const_structrp png_const_inforp int png_fixed_point * width
Definition: juce_PNGLoader.cpp:2339
virtual void selectedRowsChanged(int lastRowSelected)
Definition: juce_ListBox.cpp:962
Definition: juce_StringArray.h:39
virtual void filesDropped(const StringArray &files, int x, int y)=0
Definition: juce_GraphicsContext.h:42
virtual void deleteKeyPressed(int lastRowSelected)
Definition: juce_ListBox.cpp:963
Definition: juce_File.h:45
Definition: juce_MouseEvent.h:36
Definition: juce_ListBox.h:35