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::detail::TemporaryFilesDecorator Class Referenceabstract
Inheritance diagram for juce::detail::TemporaryFilesDecorator:
juce::detail::ScopedContentSharerInterface juce::AsyncUpdater

Public Member Functions

 TemporaryFilesDecorator (Component *parentIn)
 
void runAsync (ContentSharer::Callback cb) override
 
void close () override
 

Additional Inherited Members

- Static Public Member Functions inherited from juce::detail::ScopedContentSharerInterface
static std::unique_ptr< ScopedContentSharerInterfaceshareFiles (const Array< URL > &, Component *)
 
static std::unique_ptr< ScopedContentSharerInterfaceshareText (const String &, Component *)
 
static std::unique_ptr< ScopedContentSharerInterfaceshareImages (const Array< Image > &, std::unique_ptr< ImageFileFormat >, Component *)
 
static std::unique_ptr< ScopedContentSharerInterfaceshareData (MemoryBlock, Component *)
 

Detailed Description

Definition at line 66 of file juce_ScopedContentSharerInterface.h.

Constructor & Destructor Documentation

◆ TemporaryFilesDecorator()

juce::detail::TemporaryFilesDecorator::TemporaryFilesDecorator ( Component parentIn)
explicit

Definition at line 70 of file juce_ScopedContentSharerInterface.h.

Member Function Documentation

◆ close()

void juce::detail::TemporaryFilesDecorator::close ( )
overridevirtual

◆ runAsync()

void juce::detail::TemporaryFilesDecorator::runAsync ( ContentSharer::Callback  cb)
overridevirtual

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