JUCE
|
This is the complete list of members for juce::ContentSharer, including all inherited members.
juce_contentSharerGetStreamTypes(void *, void *) | juce::ContentSharer | friend |
juce_contentSharerOpenFile(void *, void *, void *) | juce::ContentSharer | friend |
juce_contentSharerQuery(void *, void *, void *, void *, void *, void *) | juce::ContentSharer | friend |
juce_contentSharingCompleted(int) | juce::ContentSharer | friend |
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 |