ASPiK SDK
VSTGUI::Standalone::Value::ListenerT< Context > Class Template Reference

#include <valuelistener.h>

Inheritance diagram for VSTGUI::Standalone::Value::ListenerT< Context >:
VSTGUI::Standalone::Value::Detail::ListenerBase VSTGUI::Standalone::IValueListener VSTGUI::Interface

Public Types

using OnBeginEditFunc = void(*)(IValue &, Context &)
 
using OnEndEditFunc = void(*)(IValue &, Context &)
 
using OnStateChangeFunc = void(*)(IValue &, Context &)
 
using OnPerformEditFunc = void(*)(IValue &, IValue::Type, Context &)
 

Public Member Functions

 ListenerT (IValue &value, Context context)
 
- Public Member Functions inherited from VSTGUI::Standalone::Value::Detail::ListenerBase
 ListenerBase (IValue &value)
 
IValuegetValueObject () const
 
- 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 Attributes

OnBeginEditFunc onBeginEditFunc {nullptr}
 
OnEndEditFunc onEndEditFunc {nullptr}
 
OnStateChangeFunc onStateChangeFunc {nullptr}
 
OnPerformEditFunc onPerformEditFunc {nullptr}
 

Detailed Description

template<typename Context>
class VSTGUI::Standalone::Value::ListenerT< Context >

Value listener


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