27 auto sa = StringArray(args...);
29 return sa.joinIntoString(File::getSeparatorString());
101 AsyncUpdater::triggerAsyncUpdate();
CallbackFunction m_callback
Definition helpers.h:114
void handleAsyncUpdate() override
Definition helpers.h:105
ListenerList< ListenerType > & m_listenerList
Definition helpers.h:113
std::function< void(ListenerType &)> CallbackFunction
Definition helpers.h:94
void triggerAsyncUpdate(CallbackFunction callback)
Definition helpers.h:98
AsyncListenerUpdater(ListenerList< ListenerType > &listenerList)
Definition helpers.h:96
int getVersionAsHexInteger(StringRef versionString)
Definition helpers.cpp:86
void hexStringToByteArray(const std::string &input, std::vector< unsigned char > &byteArray)
Converts a hex string to a byte array.
Definition helpers.cpp:148
StringArray getVersionSegments(StringRef p)
Definition helpers.cpp:62
std::string HttpDateToISO8601(const std::string &httpDate)
Converts a date from HTTP-Date to ISO8601 format.
Definition helpers.cpp:5
int getVersionAsHexIntegerFromParts(const StringArray &segments)
Definition helpers.cpp:70
String convertFilePathString(const String &inputPath)
Converts a file path passed as a raw string, to the current platform. Has no effect if the path is al...
Definition helpers.cpp:129
String StringsIntoPath(Args... args)
Joins multiple string arguments into a path string.
Definition helpers.h:25
String ellipsizeStringToWidth(const Font &font, const String &input, const int maxWidth)
Cuts the center out of a String to make it fit a given pixel width.
Definition helpers.cpp:93
Definition AirAbsorptionFilter.cpp:2