Definition juce_ChangeBroadcaster.h:35
Definition juce_ChangeListener.h:45
Definition juce_Component.h:36
DirectoryContentsDisplayComponent(DirectoryContentsList &listToShow)
Definition juce_DirectoryContentsDisplayComponent.cpp:29
Definition juce_DirectoryContentsList.h:43
Definition juce_File.h:45
Definition juce_FileListComponent.cpp:105
void deleteKeyPressed(int currentSelectedRow) override
Definition juce_FileListComponent.cpp:271
FileListComponent(DirectoryContentsList &listToShow)
Definition juce_FileListComponent.cpp:33
void paintListBoxItem(int, Graphics &, int, int, bool) override
Definition juce_FileListComponent.cpp:245
Component * refreshComponentForRow(int rowNumber, bool isRowSelected, Component *) override
Definition juce_FileListComponent.cpp:249
void selectedRowsChanged(int row) override
Definition juce_FileListComponent.cpp:266
void changeListenerCallback(ChangeBroadcaster *) override
Definition juce_FileListComponent.cpp:86
File lastDirectory
Definition juce_FileListComponent.h:80
void returnKeyPressed(int currentSelectedRow) override
Definition juce_FileListComponent.cpp:275
String getNameForRow(int rowNumber) override
Definition juce_FileListComponent.cpp:240
void deselectAllFiles() override
Definition juce_FileListComponent.cpp:58
void setSelectedFile(const File &) override
Definition juce_FileListComponent.cpp:68
File fileWaitingToBeSelected
Definition juce_FileListComponent.h:80
void scrollToTop() override
Definition juce_FileListComponent.cpp:63
int getNumRows() override
Definition juce_FileListComponent.cpp:235
File getSelectedFile(int index=0) const override
Definition juce_FileListComponent.cpp:53
int getNumSelectedFiles() const override
Definition juce_FileListComponent.cpp:48
Definition juce_GraphicsContext.h:45
bool isRowSelected(int rowNumber) const
Definition juce_ListBox.cpp:813
Definition juce_ListBox.h:38
friend class ListBox
Definition juce_ListBox.h:169
Definition juce_String.h:53
#define JUCE_API
Definition juce_StandardHeader.h:152
Definition carla_juce.cpp:31