ASPiK SDK
VSTGUI::Standalone::IValueConverter Class Referenceabstract

#include <ivalue.h>

Inheritance diagram for VSTGUI::Standalone::IValueConverter:
VSTGUI::Interface

Public Member Functions

virtual UTF8String valueAsString (IValue::Type value) const =0
 
virtual IValue::Type stringAsValue (const UTF8String &string) const =0
 
virtual IValue::Type plainToNormalized (IValue::Type plain) const =0
 
virtual IValue::Type normalizedToPlain (IValue::Type normalized) const =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

Value converter interface

Member Function Documentation

◆ normalizedToPlain()

virtual IValue::Type VSTGUI::Standalone::IValueConverter::normalizedToPlain ( IValue::Type  normalized) const
pure virtual

Convert normalized to plain value.

◆ plainToNormalized()

virtual IValue::Type VSTGUI::Standalone::IValueConverter::plainToNormalized ( IValue::Type  plain) const
pure virtual

Convert plain to normalized value.

◆ stringAsValue()

virtual IValue::Type VSTGUI::Standalone::IValueConverter::stringAsValue ( const UTF8String string) const
pure virtual

Convert string to value.

◆ valueAsString()

virtual UTF8String VSTGUI::Standalone::IValueConverter::valueAsString ( IValue::Type  value) const
pure virtual

Convert value to string.


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