ASPiK SDK
|
This is the complete list of members for VSTGUI::Standalone::Preferences, including all inherited members.
get(const UTF8String &key) const (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | inline |
getGroupKey() const (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | inline |
getGroupSeparator() const (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | inline |
getNumber(const UTF8String &key) const (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | inline |
getPoint(const UTF8String &key) const (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | inline |
operator=(Preferences &&)=default (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | |
Preferences(Preferences &&)=default (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | |
Preferences(const std::initializer_list< const char *> &groups, const char *groupSeparator=DefaultPreferencesGroupSeparator) (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | inline |
Preferences(const UTF8String &inGroupKey="", const char *groupSeparator=DefaultPreferencesGroupSeparator) (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | inline |
set(const UTF8String &key, const UTF8String &value) const (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | inline |
setFloat(const UTF8String &key, T value, uint32_t precision=8) const (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | inline |
setNumber(const UTF8String &key, T value) const (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | inline |
setPoint(const UTF8String &key, CPoint p, uint32_t precision=8) const (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | inline |
subGroupPreferences(const UTF8String &subGroup) const (defined in VSTGUI::Standalone::Preferences) | VSTGUI::Standalone::Preferences | inline |