VSTGUI  4.4
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
VSTGUI::UIDescriptionPrivate Namespace Reference

Classes

struct  Locale
 
class  StringToken
 

Typedefs

typedef std::list< StringTokenStringTokenList
 

Functions

static bool decodeScaleFactorFromName (std::string name, double &scaleFactor)
 
static std::string removeScaleFactorFromName (std::string name)
 
static bool tokenizeString (std::string &str, StringTokenList &tokens)
 
static bool computeTokens (StringTokenList &tokens, double &result)
 

Typedef Documentation

typedef std::list<StringToken> StringTokenList

Function Documentation

static bool VSTGUI::UIDescriptionPrivate::computeTokens ( StringTokenList &  tokens,
double &  result 
)
static
static bool VSTGUI::UIDescriptionPrivate::decodeScaleFactorFromName ( std::string  name,
double &  scaleFactor 
)
static
static std::string VSTGUI::UIDescriptionPrivate::removeScaleFactorFromName ( std::string  name)
static
static bool VSTGUI::UIDescriptionPrivate::tokenizeString ( std::string &  str,
StringTokenList &  tokens 
)
static