ASPiK SDK
VSTGUI::Standalone::UIDesc::IModelBinding Class Referenceabstract

#include <iuidescwindow.h>

Inheritance diagram for VSTGUI::Standalone::UIDesc::IModelBinding:
VSTGUI::Interface Mandelbrot::ModelBinding MyApp::TestModel VSTGUI::Standalone::Detail::AlertBoxController VSTGUI::Standalone::UIDesc::ModelBindingCallbacks

Public Types

using ValueList = std::vector< ValuePtr >
 

Public Member Functions

virtual const ValueList & getValues () 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

Model binding interface

Make values available in the UIDescription window to be able to bind to controls.


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