JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::detail::ScopedContentSharerInterface Struct Reference

#include <juce_ScopedContentSharerInterface.h>

Inheritance diagram for juce::detail::ScopedContentSharerInterface:

Public Member Functions

virtual ~ScopedContentSharerInterface ()=default
 
virtual void close ()
 
virtual void runAsync (ContentSharer::Callback callback)
 

Static Public Member Functions

static std::unique_ptr< ScopedContentSharerInterfaceshareData (MemoryBlock, Component *)
 
static std::unique_ptr< ScopedContentSharerInterfaceshareFiles (const Array< URL > &, Component *)
 
static std::unique_ptr< ScopedContentSharerInterfaceshareImages (const Array< Image > &, std::unique_ptr< ImageFileFormat >, Component *)
 
static std::unique_ptr< ScopedContentSharerInterfaceshareText (const String &, Component *)
 

Constructor & Destructor Documentation

◆ ~ScopedContentSharerInterface()

virtual juce::detail::ScopedContentSharerInterface::~ScopedContentSharerInterface ( )
virtualdefault

Member Function Documentation

◆ close()

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

◆ runAsync()

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

◆ shareData()

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

◆ shareFiles()

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

◆ shareImages()

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

◆ shareText()

static std::unique_ptr< ScopedContentSharerInterface > juce::detail::ScopedContentSharerInterface::shareText ( const String ,
Component  
)
static

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