VSTGUI
4.9
Graphical User Interface Framework not only for VST plugins
|
Classes | |
struct | Locale |
struct | Parser |
class | StringToken |
Typedefs | |
using | StringTokenList = std::list< StringToken > |
Functions | |
template<bool nameHasExtension, size_t numIndicators> | |
std::pair< size_t, size_t > | rangeOfScaleFactor (const std::string &name, const char(&identicator)[numIndicators]) |
template<size_t numIndicators> | |
bool | decodeScaleFactorFromName (const std::string &name, const char(&identicator)[numIndicators], double &scaleFactor) |
static bool | decodeScaleFactorFromName (const std::string &name, double &scaleFactor) |
static std::string | removeScaleFactorFromName (const std::string &name) |
static bool | tokenizeString (std::string &str, StringTokenList &tokens) |
static bool | computeTokens (StringTokenList &tokens, double &result) |
Variables | |
static constexpr const char | scaleFactorIndicatorChars [] = "#_" |
using StringTokenList = std::list<StringToken> |
|
static |
bool VSTGUI::UIDescriptionPrivate::decodeScaleFactorFromName | ( | const std::string & | name, |
const char(&) | identicator[numIndicators], | ||
double & | scaleFactor | ||
) |
|
static |
std::pair<size_t, size_t> VSTGUI::UIDescriptionPrivate::rangeOfScaleFactor | ( | const std::string & | name, |
const char(&) | identicator[numIndicators] | ||
) |
|
static |
|
static |
|
static |