ASPiK SDK
VSTGUI::Standalone::IPreference Class Referenceabstract

#include <ipreference.h>

Inheritance diagram for VSTGUI::Standalone::IPreference:
VSTGUI::Interface VSTGUI::Standalone::Platform::Mac::MacPreference VSTGUI::Standalone::Platform::Win32::Win32Preference

Public Member Functions

virtual bool set (const UTF8String &key, const UTF8String &value)=0
 
virtual Optional< UTF8Stringget (const UTF8String &key)=0
 
- Public Member Functions inherited from VSTGUI::Interface
 Interface (const Interface &)=delete
 
 Interface (Interface &&)=delete
 
Interfaceoperator= (const Interface &)=delete
 
Interfaceoperator= (Interface &&)=delete
 
template<typename T >
const auto dynamicCast () const
 
template<typename T >
auto dynamicCast ()
 

Detailed Description

Preference interface

You get the preferences via IApplication::instance ().getPreferences ().

Member Function Documentation

◆ get()

virtual Optional<UTF8String> VSTGUI::Standalone::IPreference::get ( const UTF8String key)
pure virtual

◆ set()

virtual bool VSTGUI::Standalone::IPreference::set ( const UTF8String key,
const UTF8String value 
)
pure virtual

The documentation for this class was generated from the following file: