|
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 |
Public Member Functions | |
| virtual void | runAsync (ContentSharer::Callback callback) |
| virtual void | close () |
Static Public Member Functions | |
| static std::unique_ptr< ScopedContentSharerInterface > | shareFiles (const Array< URL > &, Component *) |
| static std::unique_ptr< ScopedContentSharerInterface > | shareText (const String &, Component *) |
| static std::unique_ptr< ScopedContentSharerInterface > | shareImages (const Array< Image > &, std::unique_ptr< ImageFileFormat >, Component *) |
| static std::unique_ptr< ScopedContentSharerInterface > | shareData (MemoryBlock, Component *) |
Definition at line 35 of file juce_ScopedContentSharerInterface.h.
Definition at line 55 of file juce_ScopedContentSharerInterface.h.
|
virtual |
Definition at line 44 of file juce_ScopedContentSharerInterface.h.
|
static |
Definition at line 172 of file juce_ScopedContentSharerInterface.h.
|
static |
Definition at line 63 of file juce_ContentSharer.cpp.
|
static |
Definition at line 120 of file juce_ScopedContentSharerInterface.h.
Definition at line 68 of file juce_ContentSharer.cpp.