| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
Preference interface. More...
 Inheritance diagram for IPreference:
 Inheritance diagram for IPreference:| Public Member Functions | |
| virtual bool | set (const UTF8String &key, const UTF8String &value)=0 | 
| Set a preference value. | |
| virtual Optional< UTF8String > | get (const UTF8String &key)=0 | 
| Get a preference value. | |
|  Public Member Functions inherited from Interface | |
| virtual | ~Interface () noexcept | 
| Interface ()=default | |
| Interface (const Interface &)=delete | |
| Interface (Interface &&)=delete | |
| Interface & | operator= (const Interface &)=delete | 
| Interface & | operator= (Interface &&)=delete | 
| template<typename T > | |
| const auto | dynamicCast () const | 
| template<typename T > | |
| auto | dynamicCast () | 
Preference interface.
You get the preferences via IApplication::instance ().getPreferences ().
| 
 | pure virtual | 
Get a preference value.
| 
 | pure virtual | 
Set a preference value.