ASPiK SDK
VSTGUI::Standalone::ValueListenerAdapter Class Reference

#include <valuelistener.h>

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

Public Member Functions

void onBeginEdit (IValue &value) override
 
void onPerformEdit (IValue &value, IValue::Type newValue) override
 
void onEndEdit (IValue &value) override
 
void onStateChange (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 ()
 

Detailed Description

Value listener adapter

Member Function Documentation

◆ onBeginEdit()

void VSTGUI::Standalone::ValueListenerAdapter::onBeginEdit ( IValue value)
inlineoverridevirtual

Value begins editing.

Implements VSTGUI::Standalone::IValueListener.

◆ onEndEdit()

void VSTGUI::Standalone::ValueListenerAdapter::onEndEdit ( IValue value)
inlineoverridevirtual

◆ onPerformEdit()

void VSTGUI::Standalone::ValueListenerAdapter::onPerformEdit ( IValue value,
IValue::Type  newValue 
)
inlineoverridevirtual

Value performed an edit.

Implements VSTGUI::Standalone::IValueListener.

◆ onStateChange()

void VSTGUI::Standalone::ValueListenerAdapter::onStateChange ( IValue value)
inlineoverridevirtual

Value changed some of its state.

Implements VSTGUI::Standalone::IValueListener.


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