openshot-audio
0.1.7
|
This is the complete list of members for juce::URL, including all inherited members.
addEscapeChars(const String &stringToAddEscapeCharsTo, bool isParameter) | juce::URL | static |
ContainerDeletePolicy< Upload > | juce::URL | friend |
createInputStream(bool usePostCommand, OpenStreamProgressCallback *progressCallback=nullptr, void *progressCallbackContext=nullptr, String extraHeaders=String(), int connectionTimeOutMs=0, StringPairArray *responseHeaders=nullptr, int *statusCode=nullptr, int numRedirectsToFollow=5) const | juce::URL | |
createWithoutParsing(const String &url) | juce::URL | static |
getChildURL(const String &subPath) const | juce::URL | |
getDomain() const | juce::URL | |
getParameterNames() const noexcept | juce::URL | inline |
getParameterValues() const noexcept | juce::URL | inline |
getPort() const | juce::URL | |
getPostData() const noexcept | juce::URL | inline |
getScheme() const | juce::URL | |
getSubPath() const | juce::URL | |
isEmpty() const noexcept | juce::URL | |
isProbablyAnEmailAddress(const String &possibleEmailAddress) | juce::URL | static |
isProbablyAWebsiteURL(const String &possibleURL) | juce::URL | static |
isWellFormed() const | juce::URL | |
launchInDefaultBrowser() const | juce::URL | |
OpenStreamProgressCallback typedef | juce::URL | |
operator!=(const URL &) const | juce::URL | |
operator=(const URL &other) | juce::URL | |
operator==(const URL &) const | juce::URL | |
readEntireBinaryStream(MemoryBlock &destData, bool usePostCommand=false) const | juce::URL | |
readEntireTextStream(bool usePostCommand=false) const | juce::URL | |
readEntireXmlStream(bool usePostCommand=false) const | juce::URL | |
removeEscapeChars(const String &stringToRemoveEscapeCharsFrom) | juce::URL | static |
toString(bool includeGetParameters) const | juce::URL | |
URL() | juce::URL | |
URL(const String &url) | juce::URL | |
URL(const URL &other) | juce::URL | |
withDataToUpload(const String ¶meterName, const String &filename, const MemoryBlock &fileContentToUpload, const String &mimeType) const | juce::URL | |
withFileToUpload(const String ¶meterName, const File &fileToUpload, const String &mimeType) const | juce::URL | |
withNewSubPath(const String &newPath) const | juce::URL | |
withParameter(const String ¶meterName, const String ¶meterValue) const | juce::URL | |
withParameters(const StringPairArray ¶metersToAdd) const | juce::URL | |
withPOSTData(const String &postData) const | juce::URL | |
~URL() | juce::URL |