25 #ifndef JUCE_PLUGINLISTCOMPONENT_H_INCLUDED
26 #define JUCE_PLUGINLISTCOMPONENT_H_INCLUDED
49 const File& deadMansPedalFile,
56 void setOptionsButtonText (
const String& newText);
59 void setScanDialogText (
const String& textForProgressWindowTitle,
60 const String& textForProgressWindowDescription);
65 void setNumberOfThreadsForScanning (
int numThreads);
80 void removeSelectedPlugins();
94 File deadMansPedalFile;
98 String dialogTitle, dialogText;
111 void optionsMenuCallback (
int);
113 void showSelectedFolder();
114 bool canShowSelectedFolder()
const;
115 void removeMissingPlugins();
116 void removePluginItem (
int index);
128 #endif // JUCE_PLUGINLISTCOMPONENT_H_INCLUDED
Definition: juce_PluginListComponent.cpp:330
Definition: juce_TableListBox.h:38
Definition: juce_TableListBox.h:206
Definition: juce_PropertiesFile.h:43
Definition: juce_KnownPluginList.h:38
Definition: juce_ChangeListener.h:44
TableListBox & getTableListBox() noexcept
Definition: juce_PluginListComponent.h:88
#define noexcept
Definition: juce_CompilerSupport.h:141
virtual bool isInterestedInFileDrag(const StringArray &files)=0
Definition: juce_FileDragAndDropTarget.h:33
Definition: juce_TextButton.h:36
Definition: juce_String.h:43
Definition: juce_ChangeBroadcaster.h:35
#define JUCE_API
Definition: juce_StandardHeader.h:139
virtual void resized()
Definition: juce_Component.cpp:2272
Definition: juce_FileSearchPath.h:39
Definition: juce_Component.h:33
Definition: juce_PluginListComponent.h:34
virtual void changeListenerCallback(ChangeBroadcaster *source)=0
Definition: juce_StringArray.h:39
virtual void filesDropped(const StringArray &files, int x, int y)=0
Definition: juce_ContainerDeletePolicy.h:44
Definition: juce_File.h:45