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 | Static Public Member Functions | List of all members
juce::detail::ScopedContentSharerInterface Struct Reference
Inheritance diagram for juce::detail::ScopedContentSharerInterface:
juce::detail::TemporaryFilesDecorator

Public Member Functions

virtual void runAsync (ContentSharer::Callback callback)
 
virtual void close ()
 

Static Public Member Functions

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 35 of file juce_ScopedContentSharerInterface.h.

Member Function Documentation

◆ close()

virtual void juce::detail::ScopedContentSharerInterface::close ( )
virtual

Definition at line 55 of file juce_ScopedContentSharerInterface.h.

◆ runAsync()

virtual void juce::detail::ScopedContentSharerInterface::runAsync ( ContentSharer::Callback  callback)
virtual

Definition at line 44 of file juce_ScopedContentSharerInterface.h.

◆ shareData()

std::unique_ptr< ScopedContentSharerInterface > juce::detail::ScopedContentSharerInterface::shareData ( MemoryBlock  mb,
Component parent 
)
static

Definition at line 172 of file juce_ScopedContentSharerInterface.h.

◆ shareFiles()

auto juce::detail::ScopedContentSharerInterface::shareFiles ( const Array< URL > &  ,
Component  
)
static

Definition at line 63 of file juce_ContentSharer.cpp.

◆ shareImages()

std::unique_ptr< ScopedContentSharerInterface > juce::detail::ScopedContentSharerInterface::shareImages ( const Array< Image > &  images,
std::unique_ptr< ImageFileFormat format,
Component parent 
)
static

Definition at line 120 of file juce_ScopedContentSharerInterface.h.

◆ shareText()

auto juce::detail::ScopedContentSharerInterface::shareText ( const String ,
Component  
)
static

Definition at line 68 of file juce_ContentSharer.cpp.


The documentation for this struct was generated from the following files: