ASPiK SDK
MyApp::TestModel Class Reference
Inheritance diagram for MyApp::TestModel:
VSTGUI::Standalone::UIDesc::IModelBinding VSTGUI::Standalone::ValueListenerAdapter VSTGUI::Interface VSTGUI::Standalone::IValueListener VSTGUI::Interface

Public Types

using ValuePtr = VSTGUI::Standalone::ValuePtr
 
using IValue = VSTGUI::Standalone::IValue
 
- Public Types inherited from VSTGUI::Standalone::UIDesc::IModelBinding
using ValueList = std::vector< ValuePtr >
 

Public Member Functions

const ValueList & getValues () const override
 
void onEndEdit (IValue &value) override
 
- 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 ()
 
- Public Member Functions inherited from VSTGUI::Standalone::ValueListenerAdapter
void onBeginEdit (IValue &value) override
 
void onPerformEdit (IValue &value, IValue::Type newValue) override
 
void onEndEdit (IValue &value) override
 
void onStateChange (IValue &value) override
 

Member Function Documentation

◆ onEndEdit()

void MyApp::TestModel::onEndEdit ( IValue value)
overridevirtual

Value ends editing.

Implements VSTGUI::Standalone::IValueListener.


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