This is the complete list of members for juce::ContentSharer, including all inherited members.
callback | juce::ContentSharer | private |
ContentSharer() | juce::ContentSharer | private |
deleteAll() | juce::DeletedAtShutdown | static |
DeletedAtShutdown() | juce::DeletedAtShutdown | protected |
deleteTemporaryFiles() | juce::ContentSharer | private |
shareData(const MemoryBlock &mb, std::function< void(bool, const String &)> callback) | juce::ContentSharer | |
shareFiles(const Array< URL > &files, std::function< void(bool, const String &)> callback) | juce::ContentSharer | |
shareImages(const Array< Image > &images, std::function< void(bool, const String &)> callback, ImageFileFormat *imageFileFormatToUse=nullptr) | juce::ContentSharer | |
shareText(const String &text, std::function< void(bool, const String &)> callback) | juce::ContentSharer | |
sharingFinished(bool, const String &) | juce::ContentSharer | private |
temporaryFiles | juce::ContentSharer | private |
~ContentSharer() | juce::ContentSharer | private |
~DeletedAtShutdown() | juce::DeletedAtShutdown | protectedvirtual |