JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::MountedVolumeListChangeDetector Class Referenceabstract

An instance of this class will provide callbacks when drives are mounted or unmounted on the system. More...

#include "juce_MountedVolumeListChangeDetector.h"

Public Member Functions

virtual void mountedVolumeListChanged ()=0
 This method is called when a volume is mounted or unmounted.
 

Detailed Description

An instance of this class will provide callbacks when drives are mounted or unmounted on the system.

Just inherit from this class and implement the pure virtual method to get the callbacks, there's no need to do anything else.

See also
File::findFileSystemRoots()

@tags{Events}

Definition at line 40 of file juce_MountedVolumeListChangeDetector.h.


The documentation for this class was generated from the following file: